Shades of Deep Cerise #CA2A72
Tints of Deep Cerise #CA2A72
RGB
CMYK
RGB Variations
Color information
#CA2A72 (or 0xCA2A72) is known color: Deep Cerise. HEX triplet: CA, 2A and 72. RGB value is (202,42,114). Sum of RGB (Red+Green+Blue) = 202+42+114=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2A72 is #35D58D. Grayscale: #616161. Windows color (decimal): -3528078 or 7482058. OLE color: 7482058.
HSL color Cylindrical-coordinate representation of color #CA2A72: hue angle of 333º 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 #CA2A72 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 42 | 114 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.21 |
| HSL | 333º | 0.66% | 0.48% | - |
| HSV(B) | 333º | 0.79% | 0.79% | - |
| XYZ | 28.22 | 15.43 | 17.41 | - |
| YUV | 98.05 | 137.01 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 114 | 0 | 0.79 | 0.44 | 0.21 | 333 | 0.66 | 0.48 |
| Hex | CA | 2A | 72 | 0 | 4F | 2C | 15 | 14D | 42 | 30 |
| Octal | 312 | 52 | 162 | 0 | 117 | 54 | 25 | 515 | 102 | 60 |
| Binary | 11001010 | 101010 | 1110010 | 0 | 1001111 | 101100 | 10101 | 101001101 | 1000010 | 110000 |
Color Harmonies of #CA2A72
Complementary color
Monochromatic Colors of #CA2A72
Black with #CA2A72
Text Example
Text Example
White with #CA2A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2A72; }
p { color: rgb(202,42,114); }
H1.HeaderClassName
{
color: #CA2A72;
}
.AnyTagClassName
{
color: #CA2A72;
}
</style>
background-color css
<style>
a { background-color: #CA2A72; }
a { background-color: rgb(202,42,114); }
div.DivClassName
{
background-color: #CA2A72;
}
.BgClassName
{
background-color: #CA2A72;
}
</style>
border-color css
<style>
span { border-color: #CA2A72; }
span { border-color: rgb(202,42,114); }
td.TdClassName
{
border-color: #CA2A72;
}
.TagClassName
{
border-color: #CA2A72;
}
</style>