Shades of Deep Cerise #CC2D72
Tints of Deep Cerise #CC2D72
RGB
CMYK
RGB Variations
Color information
#CC2D72 (or 0xCC2D72) is known color: Deep Cerise. HEX triplet: CC, 2D and 72. RGB value is (204,45,114). Sum of RGB (Red+Green+Blue) = 204+45+114=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2D72 is #33D28D. Grayscale: #646464. Windows color (decimal): -3396238 or 7482828. OLE color: 7482828.
HSL color Cylindrical-coordinate representation of color #CC2D72: hue angle of 333.96º 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 #CC2D72 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 114 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.2 |
| HSL | 333.96º | 0.64% | 0.49% | - |
| HSV(B) | 333.96º | 0.78% | 0.8% | - |
| XYZ | 28.88 | 15.93 | 17.47 | - |
| YUV | 100.41 | 135.68 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 114 | 0 | 0.78 | 0.44 | 0.2 | 333.96 | 0.64 | 0.49 |
| Hex | CC | 2D | 72 | 0 | 4E | 2C | 14 | 14E | 40 | 31 |
| Octal | 314 | 55 | 162 | 0 | 116 | 54 | 24 | 516 | 100 | 61 |
| Binary | 11001100 | 101101 | 1110010 | 0 | 1001110 | 101100 | 10100 | 101001110 | 1000000 | 110001 |
Color Harmonies of #CC2D72
Complementary color
Monochromatic Colors of #CC2D72
Black with #CC2D72
Text Example
Text Example
White with #CC2D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2D72; }
p { color: rgb(204,45,114); }
H1.HeaderClassName
{
color: #CC2D72;
}
.AnyTagClassName
{
color: #CC2D72;
}
</style>
background-color css
<style>
a { background-color: #CC2D72; }
a { background-color: rgb(204,45,114); }
div.DivClassName
{
background-color: #CC2D72;
}
.BgClassName
{
background-color: #CC2D72;
}
</style>
border-color css
<style>
span { border-color: #CC2D72; }
span { border-color: rgb(204,45,114); }
td.TdClassName
{
border-color: #CC2D72;
}
.TagClassName
{
border-color: #CC2D72;
}
</style>