Shades of Cerise #CA2562
Tints of Cerise #CA2562
RGB
CMYK
RGB Variations
Color information
#CA2562 (or 0xCA2562) is known color: Cerise. HEX triplet: CA, 25 and 62. RGB value is (202,37,98). Sum of RGB (Red+Green+Blue) = 202+37+98=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2562 is #35DA9D. Grayscale: #5D5D5D. Windows color (decimal): -3529374 or 6432202. OLE color: 6432202.
HSL color Cylindrical-coordinate representation of color #CA2562: hue angle of 337.82º degrees, saturation: 0.69, 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 #CA2562 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 98 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.21 |
| HSL | 337.82º | 0.69% | 0.47% | - |
| HSV(B) | 337.82º | 0.82% | 0.79% | - |
| XYZ | 27.22 | 14.76 | 12.97 | - |
| YUV | 93.29 | 130.66 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 98 | 0 | 0.82 | 0.51 | 0.21 | 337.82 | 0.69 | 0.47 |
| Hex | CA | 25 | 62 | 0 | 52 | 33 | 15 | 152 | 45 | 2F |
| Octal | 312 | 45 | 142 | 0 | 122 | 63 | 25 | 522 | 105 | 57 |
| Binary | 11001010 | 100101 | 1100010 | 0 | 1010010 | 110011 | 10101 | 101010010 | 1000101 | 101111 |
Color Harmonies of #CA2562
Complementary color
Monochromatic Colors of #CA2562
Black with #CA2562
Text Example
Text Example
White with #CA2562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2562; }
p { color: rgb(202,37,98); }
H1.HeaderClassName
{
color: #CA2562;
}
.AnyTagClassName
{
color: #CA2562;
}
</style>
background-color css
<style>
a { background-color: #CA2562; }
a { background-color: rgb(202,37,98); }
div.DivClassName
{
background-color: #CA2562;
}
.BgClassName
{
background-color: #CA2562;
}
</style>
border-color css
<style>
span { border-color: #CA2562; }
span { border-color: rgb(202,37,98); }
td.TdClassName
{
border-color: #CA2562;
}
.TagClassName
{
border-color: #CA2562;
}
</style>