Shades of Deep Cerise #CC2775
Tints of Deep Cerise #CC2775
RGB
CMYK
RGB Variations
Color information
#CC2775 (or 0xCC2775) is known color: Deep Cerise. HEX triplet: CC, 27 and 75. RGB value is (204,39,117). Sum of RGB (Red+Green+Blue) = 204+39+117=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2775 is #33D88A. Grayscale: #616161. Windows color (decimal): -3397771 or 7677900. OLE color: 7677900.
HSL color Cylindrical-coordinate representation of color #CC2775: hue angle of 331.64º 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 #CC2775 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 117 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.2 |
| HSL | 331.64º | 0.68% | 0.48% | - |
| HSV(B) | 331.64º | 0.81% | 0.8% | - |
| XYZ | 28.84 | 15.57 | 18.32 | - |
| YUV | 97.23 | 139.16 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 117 | 0 | 0.81 | 0.43 | 0.2 | 331.64 | 0.68 | 0.48 |
| Hex | CC | 27 | 75 | 0 | 51 | 2B | 14 | 14C | 44 | 30 |
| Octal | 314 | 47 | 165 | 0 | 121 | 53 | 24 | 514 | 104 | 60 |
| Binary | 11001100 | 100111 | 1110101 | 0 | 1010001 | 101011 | 10100 | 101001100 | 1000100 | 110000 |
Color Harmonies of #CC2775
Complementary color
Monochromatic Colors of #CC2775
Black with #CC2775
Text Example
Text Example
White with #CC2775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2775; }
p { color: rgb(204,39,117); }
H1.HeaderClassName
{
color: #CC2775;
}
.AnyTagClassName
{
color: #CC2775;
}
</style>
background-color css
<style>
a { background-color: #CC2775; }
a { background-color: rgb(204,39,117); }
div.DivClassName
{
background-color: #CC2775;
}
.BgClassName
{
background-color: #CC2775;
}
</style>
border-color css
<style>
span { border-color: #CC2775; }
span { border-color: rgb(204,39,117); }
td.TdClassName
{
border-color: #CC2775;
}
.TagClassName
{
border-color: #CC2775;
}
</style>