Shades of Deep Cerise #CA2873
Tints of Deep Cerise #CA2873
RGB
CMYK
RGB Variations
Color information
#CA2873 (or 0xCA2873) is known color: Deep Cerise. HEX triplet: CA, 28 and 73. RGB value is (202,40,115). Sum of RGB (Red+Green+Blue) = 202+40+115=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2873 is #35D78C. Grayscale: #606060. Windows color (decimal): -3528589 or 7547082. OLE color: 7547082.
HSL color Cylindrical-coordinate representation of color #CA2873: hue angle of 332.22º 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 #CA2873 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 115 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.21 |
| HSL | 332.22º | 0.67% | 0.47% | - |
| HSV(B) | 332.22º | 0.8% | 0.79% | - |
| XYZ | 28.21 | 15.31 | 17.69 | - |
| YUV | 96.99 | 138.17 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 115 | 0 | 0.80 | 0.43 | 0.21 | 332.22 | 0.67 | 0.47 |
| Hex | CA | 28 | 73 | 0 | 50 | 2B | 15 | 14C | 43 | 2F |
| Octal | 312 | 50 | 163 | 0 | 120 | 53 | 25 | 514 | 103 | 57 |
| Binary | 11001010 | 101000 | 1110011 | 0 | 1010000 | 101011 | 10101 | 101001100 | 1000011 | 101111 |
Color Harmonies of #CA2873
Complementary color
Monochromatic Colors of #CA2873
Black with #CA2873
Text Example
Text Example
White with #CA2873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2873; }
p { color: rgb(202,40,115); }
H1.HeaderClassName
{
color: #CA2873;
}
.AnyTagClassName
{
color: #CA2873;
}
</style>
background-color css
<style>
a { background-color: #CA2873; }
a { background-color: rgb(202,40,115); }
div.DivClassName
{
background-color: #CA2873;
}
.BgClassName
{
background-color: #CA2873;
}
</style>
border-color css
<style>
span { border-color: #CA2873; }
span { border-color: rgb(202,40,115); }
td.TdClassName
{
border-color: #CA2873;
}
.TagClassName
{
border-color: #CA2873;
}
</style>