Shades of Deep Cerise #CC2990
Tints of Deep Cerise #CC2990
RGB
CMYK
RGB Variations
Color information
#CC2990 (or 0xCC2990) is known color: Deep Cerise. HEX triplet: CC, 29 and 90. RGB value is (204,41,144). Sum of RGB (Red+Green+Blue) = 204+41+144=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2990 is #33D66F. Grayscale: #656565. Windows color (decimal): -3397232 or 9447884. OLE color: 9447884.
HSL color Cylindrical-coordinate representation of color #CC2990: hue angle of 322.09º 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 #CC2990 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 144 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.2 |
| HSL | 322.09º | 0.67% | 0.48% | - |
| HSV(B) | 322.09º | 0.8% | 0.8% | - |
| XYZ | 30.73 | 16.44 | 27.94 | - |
| YUV | 101.48 | 152 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 144 | 0 | 0.80 | 0.29 | 0.2 | 322.09 | 0.67 | 0.48 |
| Hex | CC | 29 | 90 | 0 | 50 | 1D | 14 | 142 | 43 | 30 |
| Octal | 314 | 51 | 220 | 0 | 120 | 35 | 24 | 502 | 103 | 60 |
| Binary | 11001100 | 101001 | 10010000 | 0 | 1010000 | 11101 | 10100 | 101000010 | 1000011 | 110000 |
Color Harmonies of #CC2990
Complementary color
Monochromatic Colors of #CC2990
Black with #CC2990
Text Example
Text Example
White with #CC2990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2990; }
p { color: rgb(204,41,144); }
H1.HeaderClassName
{
color: #CC2990;
}
.AnyTagClassName
{
color: #CC2990;
}
</style>
background-color css
<style>
a { background-color: #CC2990; }
a { background-color: rgb(204,41,144); }
div.DivClassName
{
background-color: #CC2990;
}
.BgClassName
{
background-color: #CC2990;
}
</style>
border-color css
<style>
span { border-color: #CC2990; }
span { border-color: rgb(204,41,144); }
td.TdClassName
{
border-color: #CC2990;
}
.TagClassName
{
border-color: #CC2990;
}
</style>