Shades of Cerise #CA2465
Tints of Cerise #CA2465
RGB
CMYK
RGB Variations
Color information
#CA2465 (or 0xCA2465) is known color: Cerise. HEX triplet: CA, 24 and 65. RGB value is (202,36,101). Sum of RGB (Red+Green+Blue) = 202+36+101=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2465 is #35DB9A. Grayscale: #5C5C5C. Windows color (decimal): -3529627 or 6628554. OLE color: 6628554.
HSL color Cylindrical-coordinate representation of color #CA2465: hue angle of 336.51º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2465 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 101 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.21 |
| HSL | 336.51º | 0.7% | 0.47% | - |
| HSV(B) | 336.51º | 0.82% | 0.79% | - |
| XYZ | 27.34 | 14.76 | 13.72 | - |
| YUV | 93.04 | 132.5 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 101 | 0 | 0.82 | 0.50 | 0.21 | 336.51 | 0.7 | 0.47 |
| Hex | CA | 24 | 65 | 0 | 52 | 32 | 15 | 151 | 46 | 2F |
| Octal | 312 | 44 | 145 | 0 | 122 | 62 | 25 | 521 | 106 | 57 |
| Binary | 11001010 | 100100 | 1100101 | 0 | 1010010 | 110010 | 10101 | 101010001 | 1000110 | 101111 |
Color Harmonies of #CA2465
Complementary color
Monochromatic Colors of #CA2465
Black with #CA2465
Text Example
Text Example
White with #CA2465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2465; }
p { color: rgb(202,36,101); }
H1.HeaderClassName
{
color: #CA2465;
}
.AnyTagClassName
{
color: #CA2465;
}
</style>
background-color css
<style>
a { background-color: #CA2465; }
a { background-color: rgb(202,36,101); }
div.DivClassName
{
background-color: #CA2465;
}
.BgClassName
{
background-color: #CA2465;
}
</style>
border-color css
<style>
span { border-color: #CA2465; }
span { border-color: rgb(202,36,101); }
td.TdClassName
{
border-color: #CA2465;
}
.TagClassName
{
border-color: #CA2465;
}
</style>