Shades of Cerise #CC2360
Tints of Cerise #CC2360
RGB
CMYK
RGB Variations
Color information
#CC2360 (or 0xCC2360) is known color: Cerise. HEX triplet: CC, 23 and 60. RGB value is (204,35,96). Sum of RGB (Red+Green+Blue) = 204+35+96=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2360 is #33DC9F. Grayscale: #5C5C5C. Windows color (decimal): -3398816 or 6300620. OLE color: 6300620.
HSL color Cylindrical-coordinate representation of color #CC2360: hue angle of 338.34º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2360 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 96 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.2 |
| HSL | 338.34º | 0.71% | 0.47% | - |
| HSV(B) | 338.34º | 0.83% | 0.8% | - |
| XYZ | 27.61 | 14.88 | 12.48 | - |
| YUV | 92.49 | 129.99 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 96 | 0 | 0.83 | 0.53 | 0.2 | 338.34 | 0.71 | 0.47 |
| Hex | CC | 23 | 60 | 0 | 53 | 35 | 14 | 152 | 47 | 2F |
| Octal | 314 | 43 | 140 | 0 | 123 | 65 | 24 | 522 | 107 | 57 |
| Binary | 11001100 | 100011 | 1100000 | 0 | 1010011 | 110101 | 10100 | 101010010 | 1000111 | 101111 |
Color Harmonies of #CC2360
Complementary color
Monochromatic Colors of #CC2360
Black with #CC2360
Text Example
Text Example
White with #CC2360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2360; }
p { color: rgb(204,35,96); }
H1.HeaderClassName
{
color: #CC2360;
}
.AnyTagClassName
{
color: #CC2360;
}
</style>
background-color css
<style>
a { background-color: #CC2360; }
a { background-color: rgb(204,35,96); }
div.DivClassName
{
background-color: #CC2360;
}
.BgClassName
{
background-color: #CC2360;
}
</style>
border-color css
<style>
span { border-color: #CC2360; }
span { border-color: rgb(204,35,96); }
td.TdClassName
{
border-color: #CC2360;
}
.TagClassName
{
border-color: #CC2360;
}
</style>