Shades of Crimson #CC0C49
Tints of Crimson #CC0C49
RGB
CMYK
RGB Variations
Color information
#CC0C49 (or 0xCC0C49) is known color: Crimson. HEX triplet: CC, 0C and 49. RGB value is (204,12,73). Sum of RGB (Red+Green+Blue) = 204+12+73=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0C49 is #33F3B6. Grayscale: #4C4C4C. Windows color (decimal): -3404727 or 4787404. OLE color: 4787404.
HSL color Cylindrical-coordinate representation of color #CC0C49: hue angle of 340.94º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0C49 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 73 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.2 |
| HSL | 340.94º | 0.89% | 0.42% | - |
| HSV(B) | 340.94º | 0.94% | 0.8% | - |
| XYZ | 26.24 | 13.58 | 7.54 | - |
| YUV | 76.36 | 126.11 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 73 | 0 | 0.94 | 0.64 | 0.2 | 340.94 | 0.89 | 0.42 |
| Hex | CC | C | 49 | 0 | 5E | 40 | 14 | 155 | 59 | 2A |
| Octal | 314 | 14 | 111 | 0 | 136 | 100 | 24 | 525 | 131 | 52 |
| Binary | 11001100 | 1100 | 1001001 | 0 | 1011110 | 1000000 | 10100 | 101010101 | 1011001 | 101010 |
Color Harmonies of #CC0C49
Complementary color
Monochromatic Colors of #CC0C49
Black with #CC0C49
Text Example
Text Example
White with #CC0C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0C49; }
p { color: rgb(204,12,73); }
H1.HeaderClassName
{
color: #CC0C49;
}
.AnyTagClassName
{
color: #CC0C49;
}
</style>
background-color css
<style>
a { background-color: #CC0C49; }
a { background-color: rgb(204,12,73); }
div.DivClassName
{
background-color: #CC0C49;
}
.BgClassName
{
background-color: #CC0C49;
}
</style>
border-color css
<style>
span { border-color: #CC0C49; }
span { border-color: rgb(204,12,73); }
td.TdClassName
{
border-color: #CC0C49;
}
.TagClassName
{
border-color: #CC0C49;
}
</style>