Shades of Cerise #CC2771
Tints of Cerise #CC2771
RGB
CMYK
RGB Variations
Color information
#CC2771 (or 0xCC2771) is known color: Cerise. HEX triplet: CC, 27 and 71. RGB value is (204,39,113). Sum of RGB (Red+Green+Blue) = 204+39+113=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2771 is #33D88E. Grayscale: #606060. Windows color (decimal): -3397775 or 7415756. OLE color: 7415756.
HSL color Cylindrical-coordinate representation of color #CC2771: hue angle of 333.09º 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 #CC2771 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 113 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.2 |
| HSL | 333.09º | 0.68% | 0.48% | - |
| HSV(B) | 333.09º | 0.81% | 0.8% | - |
| XYZ | 28.61 | 15.48 | 17.1 | - |
| YUV | 96.77 | 137.16 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 113 | 0 | 0.81 | 0.45 | 0.2 | 333.09 | 0.68 | 0.48 |
| Hex | CC | 27 | 71 | 0 | 51 | 2D | 14 | 14D | 44 | 30 |
| Octal | 314 | 47 | 161 | 0 | 121 | 55 | 24 | 515 | 104 | 60 |
| Binary | 11001100 | 100111 | 1110001 | 0 | 1010001 | 101101 | 10100 | 101001101 | 1000100 | 110000 |
Color Harmonies of #CC2771
Complementary color
Monochromatic Colors of #CC2771
Black with #CC2771
Text Example
Text Example
White with #CC2771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2771; }
p { color: rgb(204,39,113); }
H1.HeaderClassName
{
color: #CC2771;
}
.AnyTagClassName
{
color: #CC2771;
}
</style>
background-color css
<style>
a { background-color: #CC2771; }
a { background-color: rgb(204,39,113); }
div.DivClassName
{
background-color: #CC2771;
}
.BgClassName
{
background-color: #CC2771;
}
</style>
border-color css
<style>
span { border-color: #CC2771; }
span { border-color: rgb(204,39,113); }
td.TdClassName
{
border-color: #CC2771;
}
.TagClassName
{
border-color: #CC2771;
}
</style>