Shades of Deep Cerise #CC2773
Tints of Deep Cerise #CC2773
RGB
CMYK
RGB Variations
Color information
#CC2773 (or 0xCC2773) is known color: Deep Cerise. HEX triplet: CC, 27 and 73. RGB value is (204,39,115). Sum of RGB (Red+Green+Blue) = 204+39+115=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2773 is #33D88C. Grayscale: #606060. Windows color (decimal): -3397773 or 7546828. OLE color: 7546828.
HSL color Cylindrical-coordinate representation of color #CC2773: hue angle of 332.36º 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 #CC2773 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 115 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.2 |
| HSL | 332.36º | 0.68% | 0.48% | - |
| HSV(B) | 332.36º | 0.81% | 0.8% | - |
| XYZ | 28.72 | 15.53 | 17.7 | - |
| YUV | 97 | 138.16 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 115 | 0 | 0.81 | 0.44 | 0.2 | 332.36 | 0.68 | 0.48 |
| Hex | CC | 27 | 73 | 0 | 51 | 2C | 14 | 14C | 44 | 30 |
| Octal | 314 | 47 | 163 | 0 | 121 | 54 | 24 | 514 | 104 | 60 |
| Binary | 11001100 | 100111 | 1110011 | 0 | 1010001 | 101100 | 10100 | 101001100 | 1000100 | 110000 |
Color Harmonies of #CC2773
Complementary color
Monochromatic Colors of #CC2773
Black with #CC2773
Text Example
Text Example
White with #CC2773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2773; }
p { color: rgb(204,39,115); }
H1.HeaderClassName
{
color: #CC2773;
}
.AnyTagClassName
{
color: #CC2773;
}
</style>
background-color css
<style>
a { background-color: #CC2773; }
a { background-color: rgb(204,39,115); }
div.DivClassName
{
background-color: #CC2773;
}
.BgClassName
{
background-color: #CC2773;
}
</style>
border-color css
<style>
span { border-color: #CC2773; }
span { border-color: rgb(204,39,115); }
td.TdClassName
{
border-color: #CC2773;
}
.TagClassName
{
border-color: #CC2773;
}
</style>