Shades of Deep Cerise #CA2F72
Tints of Deep Cerise #CA2F72
RGB
CMYK
RGB Variations
Color information
#CA2F72 (or 0xCA2F72) is known color: Deep Cerise. HEX triplet: CA, 2F and 72. RGB value is (202,47,114). Sum of RGB (Red+Green+Blue) = 202+47+114=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2F72 is #35D08D. Grayscale: #646464. Windows color (decimal): -3526798 or 7483338. OLE color: 7483338.
HSL color Cylindrical-coordinate representation of color #CA2F72: hue angle of 334.06º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2F72 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 114 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.21 |
| HSL | 334.06º | 0.62% | 0.49% | - |
| HSV(B) | 334.06º | 0.77% | 0.79% | - |
| XYZ | 28.41 | 15.8 | 17.47 | - |
| YUV | 100.98 | 135.35 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 114 | 0 | 0.77 | 0.44 | 0.21 | 334.06 | 0.62 | 0.49 |
| Hex | CA | 2F | 72 | 0 | 4D | 2C | 15 | 14E | 3E | 31 |
| Octal | 312 | 57 | 162 | 0 | 115 | 54 | 25 | 516 | 76 | 61 |
| Binary | 11001010 | 101111 | 1110010 | 0 | 1001101 | 101100 | 10101 | 101001110 | 111110 | 110001 |
Color Harmonies of #CA2F72
Complementary color
Monochromatic Colors of #CA2F72
Black with #CA2F72
Text Example
Text Example
White with #CA2F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2F72; }
p { color: rgb(202,47,114); }
H1.HeaderClassName
{
color: #CA2F72;
}
.AnyTagClassName
{
color: #CA2F72;
}
</style>
background-color css
<style>
a { background-color: #CA2F72; }
a { background-color: rgb(202,47,114); }
div.DivClassName
{
background-color: #CA2F72;
}
.BgClassName
{
background-color: #CA2F72;
}
</style>
border-color css
<style>
span { border-color: #CA2F72; }
span { border-color: rgb(202,47,114); }
td.TdClassName
{
border-color: #CA2F72;
}
.TagClassName
{
border-color: #CA2F72;
}
</style>