Shades of Deep Cerise #CC2772
Tints of Deep Cerise #CC2772
RGB
CMYK
RGB Variations
Color information
#CC2772 (or 0xCC2772) is known color: Deep Cerise. HEX triplet: CC, 27 and 72. RGB value is (204,39,114). Sum of RGB (Red+Green+Blue) = 204+39+114=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2772 is #33D88D. Grayscale: #606060. Windows color (decimal): -3397774 or 7481292. OLE color: 7481292.
HSL color Cylindrical-coordinate representation of color #CC2772: hue angle of 332.73º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2772 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 114 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.2 |
| HSL | 332.73º | 0.68% | 0.48% | - |
| HSV(B) | 332.73º | 0.81% | 0.8% | - |
| XYZ | 28.66 | 15.5 | 17.4 | - |
| YUV | 96.89 | 137.66 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 114 | 0 | 0.81 | 0.44 | 0.2 | 332.73 | 0.68 | 0.48 |
| Hex | CC | 27 | 72 | 0 | 51 | 2C | 14 | 14D | 44 | 30 |
| Octal | 314 | 47 | 162 | 0 | 121 | 54 | 24 | 515 | 104 | 60 |
| Binary | 11001100 | 100111 | 1110010 | 0 | 1010001 | 101100 | 10100 | 101001101 | 1000100 | 110000 |
Color Harmonies of #CC2772
Complementary color
Monochromatic Colors of #CC2772
Black with #CC2772
Text Example
Text Example
White with #CC2772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2772; }
p { color: rgb(204,39,114); }
H1.HeaderClassName
{
color: #CC2772;
}
.AnyTagClassName
{
color: #CC2772;
}
</style>
background-color css
<style>
a { background-color: #CC2772; }
a { background-color: rgb(204,39,114); }
div.DivClassName
{
background-color: #CC2772;
}
.BgClassName
{
background-color: #CC2772;
}
</style>
border-color css
<style>
span { border-color: #CC2772; }
span { border-color: rgb(204,39,114); }
td.TdClassName
{
border-color: #CC2772;
}
.TagClassName
{
border-color: #CC2772;
}
</style>