Shades of Cerise #CC2560
Tints of Cerise #CC2560
RGB
CMYK
RGB Variations
Color information
#CC2560 (or 0xCC2560) is known color: Cerise. HEX triplet: CC, 25 and 60. RGB value is (204,37,96). Sum of RGB (Red+Green+Blue) = 204+37+96=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2560 is #33DA9F. Grayscale: #5D5D5D. Windows color (decimal): -3398304 or 6301132. OLE color: 6301132.
HSL color Cylindrical-coordinate representation of color #CC2560: hue angle of 338.8º 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 #CC2560 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 96 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.2 |
| HSL | 338.8º | 0.69% | 0.47% | - |
| HSV(B) | 338.8º | 0.82% | 0.8% | - |
| XYZ | 27.67 | 15.01 | 12.5 | - |
| YUV | 93.66 | 129.33 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 96 | 0 | 0.82 | 0.53 | 0.2 | 338.8 | 0.69 | 0.47 |
| Hex | CC | 25 | 60 | 0 | 52 | 35 | 14 | 153 | 45 | 2F |
| Octal | 314 | 45 | 140 | 0 | 122 | 65 | 24 | 523 | 105 | 57 |
| Binary | 11001100 | 100101 | 1100000 | 0 | 1010010 | 110101 | 10100 | 101010011 | 1000101 | 101111 |
Color Harmonies of #CC2560
Complementary color
Monochromatic Colors of #CC2560
Black with #CC2560
Text Example
Text Example
White with #CC2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2560; }
p { color: rgb(204,37,96); }
H1.HeaderClassName
{
color: #CC2560;
}
.AnyTagClassName
{
color: #CC2560;
}
</style>
background-color css
<style>
a { background-color: #CC2560; }
a { background-color: rgb(204,37,96); }
div.DivClassName
{
background-color: #CC2560;
}
.BgClassName
{
background-color: #CC2560;
}
</style>
border-color css
<style>
span { border-color: #CC2560; }
span { border-color: rgb(204,37,96); }
td.TdClassName
{
border-color: #CC2560;
}
.TagClassName
{
border-color: #CC2560;
}
</style>