Shades of Deep Cerise #CC2F76
Tints of Deep Cerise #CC2F76
RGB
CMYK
RGB Variations
Color information
#CC2F76 (or 0xCC2F76) is known color: Deep Cerise. HEX triplet: CC, 2F and 76. RGB value is (204,47,118). Sum of RGB (Red+Green+Blue) = 204+47+118=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2F76 is #33D089. Grayscale: #656565. Windows color (decimal): -3395722 or 7745484. OLE color: 7745484.
HSL color Cylindrical-coordinate representation of color #CC2F76: hue angle of 332.87º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2F76 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 47 | 118 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.2 |
| HSL | 332.87º | 0.63% | 0.49% | - |
| HSV(B) | 332.87º | 0.77% | 0.8% | - |
| XYZ | 29.19 | 16.18 | 18.72 | - |
| YUV | 102.04 | 137.01 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 47 | 118 | 0 | 0.77 | 0.42 | 0.2 | 332.87 | 0.63 | 0.49 |
| Hex | CC | 2F | 76 | 0 | 4D | 2A | 14 | 14D | 3F | 31 |
| Octal | 314 | 57 | 166 | 0 | 115 | 52 | 24 | 515 | 77 | 61 |
| Binary | 11001100 | 101111 | 1110110 | 0 | 1001101 | 101010 | 10100 | 101001101 | 111111 | 110001 |
Color Harmonies of #CC2F76
Complementary color
Monochromatic Colors of #CC2F76
Black with #CC2F76
Text Example
Text Example
White with #CC2F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2F76; }
p { color: rgb(204,47,118); }
H1.HeaderClassName
{
color: #CC2F76;
}
.AnyTagClassName
{
color: #CC2F76;
}
</style>
background-color css
<style>
a { background-color: #CC2F76; }
a { background-color: rgb(204,47,118); }
div.DivClassName
{
background-color: #CC2F76;
}
.BgClassName
{
background-color: #CC2F76;
}
</style>
border-color css
<style>
span { border-color: #CC2F76; }
span { border-color: rgb(204,47,118); }
td.TdClassName
{
border-color: #CC2F76;
}
.TagClassName
{
border-color: #CC2F76;
}
</style>