Shades of Crimson #CC0C4D
Tints of Crimson #CC0C4D
RGB
CMYK
RGB Variations
Color information
#CC0C4D (or 0xCC0C4D) is known color: Crimson. HEX triplet: CC, 0C and 4D. RGB value is (204,12,77). Sum of RGB (Red+Green+Blue) = 204+12+77=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0C4D is #33F3B2. Grayscale: #4C4C4C. Windows color (decimal): -3404723 or 5049548. OLE color: 5049548.
HSL color Cylindrical-coordinate representation of color #CC0C4D: hue angle of 339.69º 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 #CC0C4D is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 77 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.2 |
| HSL | 339.69º | 0.89% | 0.42% | - |
| HSV(B) | 339.69º | 0.94% | 0.8% | - |
| XYZ | 26.37 | 13.64 | 8.26 | - |
| YUV | 76.82 | 128.11 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 77 | 0 | 0.94 | 0.62 | 0.2 | 339.69 | 0.89 | 0.42 |
| Hex | CC | C | 4D | 0 | 5E | 3E | 14 | 154 | 59 | 2A |
| Octal | 314 | 14 | 115 | 0 | 136 | 76 | 24 | 524 | 131 | 52 |
| Binary | 11001100 | 1100 | 1001101 | 0 | 1011110 | 111110 | 10100 | 101010100 | 1011001 | 101010 |
Color Harmonies of #CC0C4D
Complementary color
Monochromatic Colors of #CC0C4D
Black with #CC0C4D
Text Example
Text Example
White with #CC0C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0C4D; }
p { color: rgb(204,12,77); }
H1.HeaderClassName
{
color: #CC0C4D;
}
.AnyTagClassName
{
color: #CC0C4D;
}
</style>
background-color css
<style>
a { background-color: #CC0C4D; }
a { background-color: rgb(204,12,77); }
div.DivClassName
{
background-color: #CC0C4D;
}
.BgClassName
{
background-color: #CC0C4D;
}
</style>
border-color css
<style>
span { border-color: #CC0C4D; }
span { border-color: rgb(204,12,77); }
td.TdClassName
{
border-color: #CC0C4D;
}
.TagClassName
{
border-color: #CC0C4D;
}
</style>