Shades of Deep Cerise #CC2979
Tints of Deep Cerise #CC2979
RGB
CMYK
RGB Variations
Color information
#CC2979 (or 0xCC2979) is known color: Deep Cerise. HEX triplet: CC, 29 and 79. RGB value is (204,41,121). Sum of RGB (Red+Green+Blue) = 204+41+121=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2979 is #33D686. Grayscale: #626262. Windows color (decimal): -3397255 or 7940556. OLE color: 7940556.
HSL color Cylindrical-coordinate representation of color #CC2979: hue angle of 330.55º 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 #CC2979 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 121 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.2 |
| HSL | 330.55º | 0.67% | 0.48% | - |
| HSV(B) | 330.55º | 0.8% | 0.8% | - |
| XYZ | 29.15 | 15.8 | 19.6 | - |
| YUV | 98.86 | 140.5 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 121 | 0 | 0.80 | 0.41 | 0.2 | 330.55 | 0.67 | 0.48 |
| Hex | CC | 29 | 79 | 0 | 50 | 29 | 14 | 14B | 43 | 30 |
| Octal | 314 | 51 | 171 | 0 | 120 | 51 | 24 | 513 | 103 | 60 |
| Binary | 11001100 | 101001 | 1111001 | 0 | 1010000 | 101001 | 10100 | 101001011 | 1000011 | 110000 |
Color Harmonies of #CC2979
Complementary color
Monochromatic Colors of #CC2979
Black with #CC2979
Text Example
Text Example
White with #CC2979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2979; }
p { color: rgb(204,41,121); }
H1.HeaderClassName
{
color: #CC2979;
}
.AnyTagClassName
{
color: #CC2979;
}
</style>
background-color css
<style>
a { background-color: #CC2979; }
a { background-color: rgb(204,41,121); }
div.DivClassName
{
background-color: #CC2979;
}
.BgClassName
{
background-color: #CC2979;
}
</style>
border-color css
<style>
span { border-color: #CC2979; }
span { border-color: rgb(204,41,121); }
td.TdClassName
{
border-color: #CC2979;
}
.TagClassName
{
border-color: #CC2979;
}
</style>