Shades of Cerise #CC2365
Tints of Cerise #CC2365
RGB
CMYK
RGB Variations
Color information
#CC2365 (or 0xCC2365) is known color: Cerise. HEX triplet: CC, 23 and 65. RGB value is (204,35,101). Sum of RGB (Red+Green+Blue) = 204+35+101=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2365 is #33DC9A. Grayscale: #5C5C5C. Windows color (decimal): -3398811 or 6628300. OLE color: 6628300.
HSL color Cylindrical-coordinate representation of color #CC2365: hue angle of 336.57º 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 #CC2365 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 101 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.2 |
| HSL | 336.57º | 0.71% | 0.47% | - |
| HSV(B) | 336.57º | 0.83% | 0.8% | - |
| XYZ | 27.85 | 14.98 | 13.74 | - |
| YUV | 93.06 | 132.49 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 101 | 0 | 0.83 | 0.50 | 0.2 | 336.57 | 0.71 | 0.47 |
| Hex | CC | 23 | 65 | 0 | 53 | 32 | 14 | 151 | 47 | 2F |
| Octal | 314 | 43 | 145 | 0 | 123 | 62 | 24 | 521 | 107 | 57 |
| Binary | 11001100 | 100011 | 1100101 | 0 | 1010011 | 110010 | 10100 | 101010001 | 1000111 | 101111 |
Color Harmonies of #CC2365
Complementary color
Monochromatic Colors of #CC2365
Black with #CC2365
Text Example
Text Example
White with #CC2365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2365; }
p { color: rgb(204,35,101); }
H1.HeaderClassName
{
color: #CC2365;
}
.AnyTagClassName
{
color: #CC2365;
}
</style>
background-color css
<style>
a { background-color: #CC2365; }
a { background-color: rgb(204,35,101); }
div.DivClassName
{
background-color: #CC2365;
}
.BgClassName
{
background-color: #CC2365;
}
</style>
border-color css
<style>
span { border-color: #CC2365; }
span { border-color: rgb(204,35,101); }
td.TdClassName
{
border-color: #CC2365;
}
.TagClassName
{
border-color: #CC2365;
}
</style>