Shades of Cerise #CC2465
Tints of Cerise #CC2465
RGB
CMYK
RGB Variations
Color information
#CC2465 (or 0xCC2465) is known color: Cerise. HEX triplet: CC, 24 and 65. RGB value is (204,36,101). Sum of RGB (Red+Green+Blue) = 204+36+101=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2465 is #33DB9A. Grayscale: #5D5D5D. Windows color (decimal): -3398555 or 6628556. OLE color: 6628556.
HSL color Cylindrical-coordinate representation of color #CC2465: hue angle of 336.79º degrees, saturation: 0.7, 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 #CC2465 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 101 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.2 |
| HSL | 336.79º | 0.7% | 0.47% | - |
| HSV(B) | 336.79º | 0.82% | 0.8% | - |
| XYZ | 27.88 | 15.04 | 13.75 | - |
| YUV | 93.64 | 132.16 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 101 | 0 | 0.82 | 0.50 | 0.2 | 336.79 | 0.7 | 0.47 |
| Hex | CC | 24 | 65 | 0 | 52 | 32 | 14 | 151 | 46 | 2F |
| Octal | 314 | 44 | 145 | 0 | 122 | 62 | 24 | 521 | 106 | 57 |
| Binary | 11001100 | 100100 | 1100101 | 0 | 1010010 | 110010 | 10100 | 101010001 | 1000110 | 101111 |
Color Harmonies of #CC2465
Complementary color
Monochromatic Colors of #CC2465
Black with #CC2465
Text Example
Text Example
White with #CC2465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2465; }
p { color: rgb(204,36,101); }
H1.HeaderClassName
{
color: #CC2465;
}
.AnyTagClassName
{
color: #CC2465;
}
</style>
background-color css
<style>
a { background-color: #CC2465; }
a { background-color: rgb(204,36,101); }
div.DivClassName
{
background-color: #CC2465;
}
.BgClassName
{
background-color: #CC2465;
}
</style>
border-color css
<style>
span { border-color: #CC2465; }
span { border-color: rgb(204,36,101); }
td.TdClassName
{
border-color: #CC2465;
}
.TagClassName
{
border-color: #CC2465;
}
</style>