Shades of Cerise #CA2870
Tints of Cerise #CA2870
RGB
CMYK
RGB Variations
Color information
#CA2870 (or 0xCA2870) is known color: Cerise. HEX triplet: CA, 28 and 70. RGB value is (202,40,112). Sum of RGB (Red+Green+Blue) = 202+40+112=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2870 is #35D78F. Grayscale: #606060. Windows color (decimal): -3528592 or 7350474. OLE color: 7350474.
HSL color Cylindrical-coordinate representation of color #CA2870: hue angle of 333.33º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2870 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 112 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.21 |
| HSL | 333.33º | 0.67% | 0.47% | - |
| HSV(B) | 333.33º | 0.8% | 0.79% | - |
| XYZ | 28.04 | 15.24 | 16.79 | - |
| YUV | 96.65 | 136.67 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 112 | 0 | 0.80 | 0.45 | 0.21 | 333.33 | 0.67 | 0.47 |
| Hex | CA | 28 | 70 | 0 | 50 | 2D | 15 | 14D | 43 | 2F |
| Octal | 312 | 50 | 160 | 0 | 120 | 55 | 25 | 515 | 103 | 57 |
| Binary | 11001010 | 101000 | 1110000 | 0 | 1010000 | 101101 | 10101 | 101001101 | 1000011 | 101111 |
Color Harmonies of #CA2870
Complementary color
Monochromatic Colors of #CA2870
Black with #CA2870
Text Example
Text Example
White with #CA2870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2870; }
p { color: rgb(202,40,112); }
H1.HeaderClassName
{
color: #CA2870;
}
.AnyTagClassName
{
color: #CA2870;
}
</style>
background-color css
<style>
a { background-color: #CA2870; }
a { background-color: rgb(202,40,112); }
div.DivClassName
{
background-color: #CA2870;
}
.BgClassName
{
background-color: #CA2870;
}
</style>
border-color css
<style>
span { border-color: #CA2870; }
span { border-color: rgb(202,40,112); }
td.TdClassName
{
border-color: #CA2870;
}
.TagClassName
{
border-color: #CA2870;
}
</style>