Shades of Deep Cerise #CC2D79
Tints of Deep Cerise #CC2D79
RGB
CMYK
RGB Variations
Color information
#CC2D79 (or 0xCC2D79) is known color: Deep Cerise. HEX triplet: CC, 2D and 79. RGB value is (204,45,121). Sum of RGB (Red+Green+Blue) = 204+45+121=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2D79 is #33D286. Grayscale: #656565. Windows color (decimal): -3396231 or 7941580. OLE color: 7941580.
HSL color Cylindrical-coordinate representation of color #CC2D79: hue angle of 331.32º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2D79 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 121 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.2 |
| HSL | 331.32º | 0.64% | 0.49% | - |
| HSV(B) | 331.32º | 0.78% | 0.8% | - |
| XYZ | 29.29 | 16.09 | 19.65 | - |
| YUV | 101.21 | 139.18 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 121 | 0 | 0.78 | 0.41 | 0.2 | 331.32 | 0.64 | 0.49 |
| Hex | CC | 2D | 79 | 0 | 4E | 29 | 14 | 14B | 40 | 31 |
| Octal | 314 | 55 | 171 | 0 | 116 | 51 | 24 | 513 | 100 | 61 |
| Binary | 11001100 | 101101 | 1111001 | 0 | 1001110 | 101001 | 10100 | 101001011 | 1000000 | 110001 |
Color Harmonies of #CC2D79
Complementary color
Monochromatic Colors of #CC2D79
Black with #CC2D79
Text Example
Text Example
White with #CC2D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2D79; }
p { color: rgb(204,45,121); }
H1.HeaderClassName
{
color: #CC2D79;
}
.AnyTagClassName
{
color: #CC2D79;
}
</style>
background-color css
<style>
a { background-color: #CC2D79; }
a { background-color: rgb(204,45,121); }
div.DivClassName
{
background-color: #CC2D79;
}
.BgClassName
{
background-color: #CC2D79;
}
</style>
border-color css
<style>
span { border-color: #CC2D79; }
span { border-color: rgb(204,45,121); }
td.TdClassName
{
border-color: #CC2D79;
}
.TagClassName
{
border-color: #CC2D79;
}
</style>