Shades of Deep Cerise #CC2981
Tints of Deep Cerise #CC2981
RGB
CMYK
RGB Variations
Color information
#CC2981 (or 0xCC2981) is known color: Deep Cerise. HEX triplet: CC, 29 and 81. RGB value is (204,41,129). Sum of RGB (Red+Green+Blue) = 204+41+129=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2981 is #33D67E. Grayscale: #636363. Windows color (decimal): -3397247 or 8464844. OLE color: 8464844.
HSL color Cylindrical-coordinate representation of color #CC2981: hue angle of 327.61º 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 #CC2981 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 129 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.2 |
| HSL | 327.61º | 0.67% | 0.48% | - |
| HSV(B) | 327.61º | 0.8% | 0.8% | - |
| XYZ | 29.66 | 16.01 | 22.3 | - |
| YUV | 99.77 | 144.5 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 129 | 0 | 0.80 | 0.37 | 0.2 | 327.61 | 0.67 | 0.48 |
| Hex | CC | 29 | 81 | 0 | 50 | 25 | 14 | 148 | 43 | 30 |
| Octal | 314 | 51 | 201 | 0 | 120 | 45 | 24 | 510 | 103 | 60 |
| Binary | 11001100 | 101001 | 10000001 | 0 | 1010000 | 100101 | 10100 | 101001000 | 1000011 | 110000 |
Color Harmonies of #CC2981
Complementary color
Monochromatic Colors of #CC2981
Black with #CC2981
Text Example
Text Example
White with #CC2981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2981; }
p { color: rgb(204,41,129); }
H1.HeaderClassName
{
color: #CC2981;
}
.AnyTagClassName
{
color: #CC2981;
}
</style>
background-color css
<style>
a { background-color: #CC2981; }
a { background-color: rgb(204,41,129); }
div.DivClassName
{
background-color: #CC2981;
}
.BgClassName
{
background-color: #CC2981;
}
</style>
border-color css
<style>
span { border-color: #CC2981; }
span { border-color: rgb(204,41,129); }
td.TdClassName
{
border-color: #CC2981;
}
.TagClassName
{
border-color: #CC2981;
}
</style>