Shades of Deep Cerise #CC2C72
Tints of Deep Cerise #CC2C72
RGB
CMYK
RGB Variations
Color information
#CC2C72 (or 0xCC2C72) is known color: Deep Cerise. HEX triplet: CC, 2C and 72. RGB value is (204,44,114). Sum of RGB (Red+Green+Blue) = 204+44+114=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2C72 is #33D38D. Grayscale: #636363. Windows color (decimal): -3396494 or 7482572. OLE color: 7482572.
HSL color Cylindrical-coordinate representation of color #CC2C72: hue angle of 333.75º degrees, saturation: 0.65, 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 #CC2C72 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 44 | 114 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.2 |
| HSL | 333.75º | 0.65% | 0.49% | - |
| HSV(B) | 333.75º | 0.78% | 0.8% | - |
| XYZ | 28.84 | 15.85 | 17.46 | - |
| YUV | 99.82 | 136.01 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 44 | 114 | 0 | 0.78 | 0.44 | 0.2 | 333.75 | 0.65 | 0.49 |
| Hex | CC | 2C | 72 | 0 | 4E | 2C | 14 | 14E | 41 | 31 |
| Octal | 314 | 54 | 162 | 0 | 116 | 54 | 24 | 516 | 101 | 61 |
| Binary | 11001100 | 101100 | 1110010 | 0 | 1001110 | 101100 | 10100 | 101001110 | 1000001 | 110001 |
Color Harmonies of #CC2C72
Complementary color
Monochromatic Colors of #CC2C72
Black with #CC2C72
Text Example
Text Example
White with #CC2C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2C72; }
p { color: rgb(204,44,114); }
H1.HeaderClassName
{
color: #CC2C72;
}
.AnyTagClassName
{
color: #CC2C72;
}
</style>
background-color css
<style>
a { background-color: #CC2C72; }
a { background-color: rgb(204,44,114); }
div.DivClassName
{
background-color: #CC2C72;
}
.BgClassName
{
background-color: #CC2C72;
}
</style>
border-color css
<style>
span { border-color: #CC2C72; }
span { border-color: rgb(204,44,114); }
td.TdClassName
{
border-color: #CC2C72;
}
.TagClassName
{
border-color: #CC2C72;
}
</style>