RGB, CMYK, HSV, and HSL values for the color represented by the HEX code #cc0000.
RGB: 204, 0, 0 | CMYK: 0%, 100%, 100%, 20% |
HSV: H: 0° S: 100% V: 80% | HSL: H: 0° S: 100% L: 40% |
#CC0000 Color Preview
#cc0000 is a shade of red color with RGB values (204, 0, 0). As mentioned above, this color is a combination of CMYK: 0% Cyan, 100% Magenta, 100% Yellow, and 20% Key (Black) in the CMYK color model.
As mentioned in the table, the HSL cylindrical-coordinate representations have the following values: Hue (H): 0°, Saturation (S): 100%, and Lightness (L): 40%.
The HSV values for #cc0000 are as follows: Hue (H): 0°, Saturation (S): 100%, Value (V): 80%.
RGB Values
RGB Values in Percentage
CMYK Distribution
Below is the visual demonstration of #CC0000 color shade that interacts to create distinct effects on black and white backgrounds and texts.
<div style="color: #CC0000; background-color: #000000;">This is sample text</div>
<div style="color: #000000; background-color: #CC0000;">This is sample text</div>
<div style="color: #ffffff; background-color: #CC0000;">This is sample text</div>
<div style="color: #CC0000;">This is sample text</div>
CSS Codes
You can freely substitute any of these values for CSS properties that require a color input: color, background color, and border color.
color: rgb(204, 0, 0);
color: #cc0000;
Examples
color: rgb(204, 0, 0);
background-color: rgb(204, 0, 0);
border-color: rgb(204, 0, 0);
color: #cc0000;
background-color: #cc0000;
border-color: #cc0000;
Color schemes with #CC0000
Analogous
Here, the analogous color with hex code #CC0000 has #CC6600 and #CC0066 at 30 degrees clockwise and counterclockwise.
Monochromatic
For the shade with hex code #CC0000, a monochromatic palette will feature a corresponding shade #FF0000, originating from the same hue.
Triadic
The triadic palette built around #CC0000 uses two accents #00CC00 and #0000CC, each 120 degrees apart from the main hue.
Complementary
The complementary color for #CC0000 is #00CCCC.
Tetradic
Here, for the primary color #CC0000, the complementary shade is #66CC00 plus two accent colors, i.e., #00CCCC and #6600CC.