Shades of Deep Cerise #CA2E76
Tints of Deep Cerise #CA2E76
RGB
CMYK
RGB Variations
Color information
#CA2E76 (or 0xCA2E76) is known color: Deep Cerise. HEX triplet: CA, 2E and 76. RGB value is (202,46,118). Sum of RGB (Red+Green+Blue) = 202+46+118=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2E76 is #35D189. Grayscale: #646464. Windows color (decimal): -3527050 or 7745226. OLE color: 7745226.
HSL color Cylindrical-coordinate representation of color #CA2E76: hue angle of 332.31º degrees, saturation: 0.63, 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 #CA2E76 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 118 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.21 |
| HSL | 332.31º | 0.63% | 0.49% | - |
| HSV(B) | 332.31º | 0.77% | 0.79% | - |
| XYZ | 28.6 | 15.82 | 18.69 | - |
| YUV | 100.85 | 137.68 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 118 | 0 | 0.77 | 0.42 | 0.21 | 332.31 | 0.63 | 0.49 |
| Hex | CA | 2E | 76 | 0 | 4D | 2A | 15 | 14C | 3F | 31 |
| Octal | 312 | 56 | 166 | 0 | 115 | 52 | 25 | 514 | 77 | 61 |
| Binary | 11001010 | 101110 | 1110110 | 0 | 1001101 | 101010 | 10101 | 101001100 | 111111 | 110001 |
Color Harmonies of #CA2E76
Complementary color
Monochromatic Colors of #CA2E76
Black with #CA2E76
Text Example
Text Example
White with #CA2E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E76; }
p { color: rgb(202,46,118); }
H1.HeaderClassName
{
color: #CA2E76;
}
.AnyTagClassName
{
color: #CA2E76;
}
</style>
background-color css
<style>
a { background-color: #CA2E76; }
a { background-color: rgb(202,46,118); }
div.DivClassName
{
background-color: #CA2E76;
}
.BgClassName
{
background-color: #CA2E76;
}
</style>
border-color css
<style>
span { border-color: #CA2E76; }
span { border-color: rgb(202,46,118); }
td.TdClassName
{
border-color: #CA2E76;
}
.TagClassName
{
border-color: #CA2E76;
}
</style>