Shades of Deep Cerise #CC2D77
Tints of Deep Cerise #CC2D77
RGB
CMYK
RGB Variations
Color information
#CC2D77 (or 0xCC2D77) is known color: Deep Cerise. HEX triplet: CC, 2D and 77. RGB value is (204,45,119). Sum of RGB (Red+Green+Blue) = 204+45+119=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2D77 is #33D288. Grayscale: #646464. Windows color (decimal): -3396233 or 7810508. OLE color: 7810508.
HSL color Cylindrical-coordinate representation of color #CC2D77: hue angle of 332.08º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2D77 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 119 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.2 |
| HSL | 332.08º | 0.64% | 0.49% | - |
| HSV(B) | 332.08º | 0.78% | 0.8% | - |
| XYZ | 29.17 | 16.05 | 19.01 | - |
| YUV | 100.98 | 138.18 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 119 | 0 | 0.78 | 0.42 | 0.2 | 332.08 | 0.64 | 0.49 |
| Hex | CC | 2D | 77 | 0 | 4E | 2A | 14 | 14C | 40 | 31 |
| Octal | 314 | 55 | 167 | 0 | 116 | 52 | 24 | 514 | 100 | 61 |
| Binary | 11001100 | 101101 | 1110111 | 0 | 1001110 | 101010 | 10100 | 101001100 | 1000000 | 110001 |
Color Harmonies of #CC2D77
Complementary color
Monochromatic Colors of #CC2D77
Black with #CC2D77
Text Example
Text Example
White with #CC2D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2D77; }
p { color: rgb(204,45,119); }
H1.HeaderClassName
{
color: #CC2D77;
}
.AnyTagClassName
{
color: #CC2D77;
}
</style>
background-color css
<style>
a { background-color: #CC2D77; }
a { background-color: rgb(204,45,119); }
div.DivClassName
{
background-color: #CC2D77;
}
.BgClassName
{
background-color: #CC2D77;
}
</style>
border-color css
<style>
span { border-color: #CC2D77; }
span { border-color: rgb(204,45,119); }
td.TdClassName
{
border-color: #CC2D77;
}
.TagClassName
{
border-color: #CC2D77;
}
</style>