Shades of Deep Cerise #CC2888
Tints of Deep Cerise #CC2888
RGB
CMYK
RGB Variations
Color information
#CC2888 (or 0xCC2888) is known color: Deep Cerise. HEX triplet: CC, 28 and 88. RGB value is (204,40,136). Sum of RGB (Red+Green+Blue) = 204+40+136=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2888 is #33D777. Grayscale: #636363. Windows color (decimal): -3397496 or 8923340. OLE color: 8923340.
HSL color Cylindrical-coordinate representation of color #CC2888: hue angle of 324.88º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2888 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 136 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.2 |
| HSL | 324.88º | 0.67% | 0.48% | - |
| HSV(B) | 324.88º | 0.8% | 0.8% | - |
| XYZ | 30.1 | 16.13 | 24.82 | - |
| YUV | 99.98 | 148.33 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 136 | 0 | 0.80 | 0.33 | 0.2 | 324.88 | 0.67 | 0.48 |
| Hex | CC | 28 | 88 | 0 | 50 | 21 | 14 | 145 | 43 | 30 |
| Octal | 314 | 50 | 210 | 0 | 120 | 41 | 24 | 505 | 103 | 60 |
| Binary | 11001100 | 101000 | 10001000 | 0 | 1010000 | 100001 | 10100 | 101000101 | 1000011 | 110000 |
Color Harmonies of #CC2888
Complementary color
Monochromatic Colors of #CC2888
Black with #CC2888
Text Example
Text Example
White with #CC2888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2888; }
p { color: rgb(204,40,136); }
H1.HeaderClassName
{
color: #CC2888;
}
.AnyTagClassName
{
color: #CC2888;
}
</style>
background-color css
<style>
a { background-color: #CC2888; }
a { background-color: rgb(204,40,136); }
div.DivClassName
{
background-color: #CC2888;
}
.BgClassName
{
background-color: #CC2888;
}
</style>
border-color css
<style>
span { border-color: #CC2888; }
span { border-color: rgb(204,40,136); }
td.TdClassName
{
border-color: #CC2888;
}
.TagClassName
{
border-color: #CC2888;
}
</style>