Shades of Deep Cerise #CC2F92
Tints of Deep Cerise #CC2F92
RGB
CMYK
RGB Variations
Color information
#CC2F92 (or 0xCC2F92) is known color: Deep Cerise. HEX triplet: CC, 2F and 92. RGB value is (204,47,146). Sum of RGB (Red+Green+Blue) = 204+47+146=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2F92 is #33D06D. Grayscale: #686868. Windows color (decimal): -3395694 or 9580492. OLE color: 9580492.
HSL color Cylindrical-coordinate representation of color #CC2F92: hue angle of 322.17º 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 #CC2F92 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 47 | 146 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.2 |
| HSL | 322.17º | 0.63% | 0.49% | - |
| HSV(B) | 322.17º | 0.77% | 0.8% | - |
| XYZ | 31.11 | 16.95 | 28.83 | - |
| YUV | 105.23 | 151.01 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 47 | 146 | 0 | 0.77 | 0.28 | 0.2 | 322.17 | 0.63 | 0.49 |
| Hex | CC | 2F | 92 | 0 | 4D | 1C | 14 | 142 | 3F | 31 |
| Octal | 314 | 57 | 222 | 0 | 115 | 34 | 24 | 502 | 77 | 61 |
| Binary | 11001100 | 101111 | 10010010 | 0 | 1001101 | 11100 | 10100 | 101000010 | 111111 | 110001 |
Color Harmonies of #CC2F92
Complementary color
Monochromatic Colors of #CC2F92
Black with #CC2F92
Text Example
Text Example
White with #CC2F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2F92; }
p { color: rgb(204,47,146); }
H1.HeaderClassName
{
color: #CC2F92;
}
.AnyTagClassName
{
color: #CC2F92;
}
</style>
background-color css
<style>
a { background-color: #CC2F92; }
a { background-color: rgb(204,47,146); }
div.DivClassName
{
background-color: #CC2F92;
}
.BgClassName
{
background-color: #CC2F92;
}
</style>
border-color css
<style>
span { border-color: #CC2F92; }
span { border-color: rgb(204,47,146); }
td.TdClassName
{
border-color: #CC2F92;
}
.TagClassName
{
border-color: #CC2F92;
}
</style>