Shades of Deep Cerise #CA2776
Tints of Deep Cerise #CA2776
RGB
CMYK
RGB Variations
Color information
#CA2776 (or 0xCA2776) is known color: Deep Cerise. HEX triplet: CA, 27 and 76. RGB value is (202,39,118). Sum of RGB (Red+Green+Blue) = 202+39+118=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2776 is #35D889. Grayscale: #606060. Windows color (decimal): -3528842 or 7743434. OLE color: 7743434.
HSL color Cylindrical-coordinate representation of color #CA2776: hue angle of 330.92º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2776 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 118 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.21 |
| HSL | 330.92º | 0.68% | 0.47% | - |
| HSV(B) | 330.92º | 0.81% | 0.79% | - |
| XYZ | 28.35 | 15.32 | 18.6 | - |
| YUV | 96.74 | 140 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 118 | 0 | 0.81 | 0.42 | 0.21 | 330.92 | 0.68 | 0.47 |
| Hex | CA | 27 | 76 | 0 | 51 | 2A | 15 | 14B | 44 | 2F |
| Octal | 312 | 47 | 166 | 0 | 121 | 52 | 25 | 513 | 104 | 57 |
| Binary | 11001010 | 100111 | 1110110 | 0 | 1010001 | 101010 | 10101 | 101001011 | 1000100 | 101111 |
Color Harmonies of #CA2776
Complementary color
Monochromatic Colors of #CA2776
Black with #CA2776
Text Example
Text Example
White with #CA2776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2776; }
p { color: rgb(202,39,118); }
H1.HeaderClassName
{
color: #CA2776;
}
.AnyTagClassName
{
color: #CA2776;
}
</style>
background-color css
<style>
a { background-color: #CA2776; }
a { background-color: rgb(202,39,118); }
div.DivClassName
{
background-color: #CA2776;
}
.BgClassName
{
background-color: #CA2776;
}
</style>
border-color css
<style>
span { border-color: #CA2776; }
span { border-color: rgb(202,39,118); }
td.TdClassName
{
border-color: #CA2776;
}
.TagClassName
{
border-color: #CA2776;
}
</style>