Shades of Cerise #CA2A70
Tints of Cerise #CA2A70
RGB
CMYK
RGB Variations
Color information
#CA2A70 (or 0xCA2A70) is known color: Cerise. HEX triplet: CA, 2A and 70. RGB value is (202,42,112). Sum of RGB (Red+Green+Blue) = 202+42+112=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2A70 is #35D58F. Grayscale: #616161. Windows color (decimal): -3528080 or 7350986. OLE color: 7350986.
HSL color Cylindrical-coordinate representation of color #CA2A70: hue angle of 333.75º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2A70 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 42 | 112 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.21 |
| HSL | 333.75º | 0.66% | 0.48% | - |
| HSV(B) | 333.75º | 0.79% | 0.79% | - |
| XYZ | 28.11 | 15.38 | 16.82 | - |
| YUV | 97.82 | 136.01 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 112 | 0 | 0.79 | 0.45 | 0.21 | 333.75 | 0.66 | 0.48 |
| Hex | CA | 2A | 70 | 0 | 4F | 2D | 15 | 14E | 42 | 30 |
| Octal | 312 | 52 | 160 | 0 | 117 | 55 | 25 | 516 | 102 | 60 |
| Binary | 11001010 | 101010 | 1110000 | 0 | 1001111 | 101101 | 10101 | 101001110 | 1000010 | 110000 |
Color Harmonies of #CA2A70
Complementary color
Monochromatic Colors of #CA2A70
Black with #CA2A70
Text Example
Text Example
White with #CA2A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2A70; }
p { color: rgb(202,42,112); }
H1.HeaderClassName
{
color: #CA2A70;
}
.AnyTagClassName
{
color: #CA2A70;
}
</style>
background-color css
<style>
a { background-color: #CA2A70; }
a { background-color: rgb(202,42,112); }
div.DivClassName
{
background-color: #CA2A70;
}
.BgClassName
{
background-color: #CA2A70;
}
</style>
border-color css
<style>
span { border-color: #CA2A70; }
span { border-color: rgb(202,42,112); }
td.TdClassName
{
border-color: #CA2A70;
}
.TagClassName
{
border-color: #CA2A70;
}
</style>