Shades of Deep Cerise #CC2777
Tints of Deep Cerise #CC2777
RGB
CMYK
RGB Variations
Color information
#CC2777 (or 0xCC2777) is known color: Deep Cerise. HEX triplet: CC, 27 and 77. RGB value is (204,39,119). Sum of RGB (Red+Green+Blue) = 204+39+119=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2777 is #33D888. Grayscale: #616161. Windows color (decimal): -3397769 or 7808972. OLE color: 7808972.
HSL color Cylindrical-coordinate representation of color #CC2777: hue angle of 330.91º 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 #CC2777 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 119 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.2 |
| HSL | 330.91º | 0.68% | 0.48% | - |
| HSV(B) | 330.91º | 0.81% | 0.8% | - |
| XYZ | 28.96 | 15.62 | 18.94 | - |
| YUV | 97.46 | 140.16 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 119 | 0 | 0.81 | 0.42 | 0.2 | 330.91 | 0.68 | 0.48 |
| Hex | CC | 27 | 77 | 0 | 51 | 2A | 14 | 14B | 44 | 30 |
| Octal | 314 | 47 | 167 | 0 | 121 | 52 | 24 | 513 | 104 | 60 |
| Binary | 11001100 | 100111 | 1110111 | 0 | 1010001 | 101010 | 10100 | 101001011 | 1000100 | 110000 |
Color Harmonies of #CC2777
Complementary color
Monochromatic Colors of #CC2777
Black with #CC2777
Text Example
Text Example
White with #CC2777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2777; }
p { color: rgb(204,39,119); }
H1.HeaderClassName
{
color: #CC2777;
}
.AnyTagClassName
{
color: #CC2777;
}
</style>
background-color css
<style>
a { background-color: #CC2777; }
a { background-color: rgb(204,39,119); }
div.DivClassName
{
background-color: #CC2777;
}
.BgClassName
{
background-color: #CC2777;
}
</style>
border-color css
<style>
span { border-color: #CC2777; }
span { border-color: rgb(204,39,119); }
td.TdClassName
{
border-color: #CC2777;
}
.TagClassName
{
border-color: #CC2777;
}
</style>