Shades of Deep Cerise #CC2989
Tints of Deep Cerise #CC2989
RGB
CMYK
RGB Variations
Color information
#CC2989 (or 0xCC2989) is known color: Deep Cerise. HEX triplet: CC, 29 and 89. RGB value is (204,41,137). Sum of RGB (Red+Green+Blue) = 204+41+137=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2989 is #33D676. Grayscale: #646464. Windows color (decimal): -3397239 or 8989132. OLE color: 8989132.
HSL color Cylindrical-coordinate representation of color #CC2989: hue angle of 324.66º 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 #CC2989 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 137 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.2 |
| HSL | 324.66º | 0.67% | 0.48% | - |
| HSV(B) | 324.66º | 0.8% | 0.8% | - |
| XYZ | 30.21 | 16.23 | 25.21 | - |
| YUV | 100.68 | 148.5 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 137 | 0 | 0.80 | 0.33 | 0.2 | 324.66 | 0.67 | 0.48 |
| Hex | CC | 29 | 89 | 0 | 50 | 21 | 14 | 145 | 43 | 30 |
| Octal | 314 | 51 | 211 | 0 | 120 | 41 | 24 | 505 | 103 | 60 |
| Binary | 11001100 | 101001 | 10001001 | 0 | 1010000 | 100001 | 10100 | 101000101 | 1000011 | 110000 |
Color Harmonies of #CC2989
Complementary color
Monochromatic Colors of #CC2989
Black with #CC2989
Text Example
Text Example
White with #CC2989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2989; }
p { color: rgb(204,41,137); }
H1.HeaderClassName
{
color: #CC2989;
}
.AnyTagClassName
{
color: #CC2989;
}
</style>
background-color css
<style>
a { background-color: #CC2989; }
a { background-color: rgb(204,41,137); }
div.DivClassName
{
background-color: #CC2989;
}
.BgClassName
{
background-color: #CC2989;
}
</style>
border-color css
<style>
span { border-color: #CC2989; }
span { border-color: rgb(204,41,137); }
td.TdClassName
{
border-color: #CC2989;
}
.TagClassName
{
border-color: #CC2989;
}
</style>