Shades of Deep Cerise #CA2D77
Tints of Deep Cerise #CA2D77
RGB
CMYK
RGB Variations
Color information
#CA2D77 (or 0xCA2D77) is known color: Deep Cerise. HEX triplet: CA, 2D and 77. RGB value is (202,45,119). Sum of RGB (Red+Green+Blue) = 202+45+119=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2D77 is #35D288. Grayscale: #646464. Windows color (decimal): -3527305 or 7810506. OLE color: 7810506.
HSL color Cylindrical-coordinate representation of color #CA2D77: hue angle of 331.72º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2D77 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 119 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.21 |
| HSL | 331.72º | 0.64% | 0.48% | - |
| HSV(B) | 331.72º | 0.78% | 0.79% | - |
| XYZ | 28.63 | 15.77 | 18.99 | - |
| YUV | 100.38 | 138.51 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 119 | 0 | 0.78 | 0.41 | 0.21 | 331.72 | 0.64 | 0.48 |
| Hex | CA | 2D | 77 | 0 | 4E | 29 | 15 | 14C | 40 | 30 |
| Octal | 312 | 55 | 167 | 0 | 116 | 51 | 25 | 514 | 100 | 60 |
| Binary | 11001010 | 101101 | 1110111 | 0 | 1001110 | 101001 | 10101 | 101001100 | 1000000 | 110000 |
Color Harmonies of #CA2D77
Complementary color
Monochromatic Colors of #CA2D77
Black with #CA2D77
Text Example
Text Example
White with #CA2D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D77; }
p { color: rgb(202,45,119); }
H1.HeaderClassName
{
color: #CA2D77;
}
.AnyTagClassName
{
color: #CA2D77;
}
</style>
background-color css
<style>
a { background-color: #CA2D77; }
a { background-color: rgb(202,45,119); }
div.DivClassName
{
background-color: #CA2D77;
}
.BgClassName
{
background-color: #CA2D77;
}
</style>
border-color css
<style>
span { border-color: #CA2D77; }
span { border-color: rgb(202,45,119); }
td.TdClassName
{
border-color: #CA2D77;
}
.TagClassName
{
border-color: #CA2D77;
}
</style>