Shades of Cerise #CC2570
Tints of Cerise #CC2570
RGB
CMYK
RGB Variations
Color information
#CC2570 (or 0xCC2570) is known color: Cerise. HEX triplet: CC, 25 and 70. RGB value is (204,37,112). Sum of RGB (Red+Green+Blue) = 204+37+112=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2570 is #33DA8F. Grayscale: #5F5F5F. Windows color (decimal): -3398288 or 7349708. OLE color: 7349708.
HSL color Cylindrical-coordinate representation of color #CC2570: hue angle of 333.05º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2570 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 112 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.2 |
| HSL | 333.05º | 0.69% | 0.47% | - |
| HSV(B) | 333.05º | 0.82% | 0.8% | - |
| XYZ | 28.49 | 15.33 | 16.79 | - |
| YUV | 95.48 | 137.33 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 112 | 0 | 0.82 | 0.45 | 0.2 | 333.05 | 0.69 | 0.47 |
| Hex | CC | 25 | 70 | 0 | 52 | 2D | 14 | 14D | 45 | 2F |
| Octal | 314 | 45 | 160 | 0 | 122 | 55 | 24 | 515 | 105 | 57 |
| Binary | 11001100 | 100101 | 1110000 | 0 | 1010010 | 101101 | 10100 | 101001101 | 1000101 | 101111 |
Color Harmonies of #CC2570
Complementary color
Monochromatic Colors of #CC2570
Black with #CC2570
Text Example
Text Example
White with #CC2570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2570; }
p { color: rgb(204,37,112); }
H1.HeaderClassName
{
color: #CC2570;
}
.AnyTagClassName
{
color: #CC2570;
}
</style>
background-color css
<style>
a { background-color: #CC2570; }
a { background-color: rgb(204,37,112); }
div.DivClassName
{
background-color: #CC2570;
}
.BgClassName
{
background-color: #CC2570;
}
</style>
border-color css
<style>
span { border-color: #CC2570; }
span { border-color: rgb(204,37,112); }
td.TdClassName
{
border-color: #CC2570;
}
.TagClassName
{
border-color: #CC2570;
}
</style>