Shades of Deep Cerise #CA2D76
Tints of Deep Cerise #CA2D76
RGB
CMYK
RGB Variations
Color information
#CA2D76 (or 0xCA2D76) is known color: Deep Cerise. HEX triplet: CA, 2D and 76. RGB value is (202,45,118). Sum of RGB (Red+Green+Blue) = 202+45+118=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2D76 is #35D289. Grayscale: #646464. Windows color (decimal): -3527306 or 7744970. OLE color: 7744970.
HSL color Cylindrical-coordinate representation of color #CA2D76: hue angle of 332.1º 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 #CA2D76 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 118 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.21 |
| HSL | 332.1º | 0.64% | 0.48% | - |
| HSV(B) | 332.1º | 0.78% | 0.79% | - |
| XYZ | 28.57 | 15.74 | 18.67 | - |
| YUV | 100.27 | 138.01 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 118 | 0 | 0.78 | 0.42 | 0.21 | 332.1 | 0.64 | 0.48 |
| Hex | CA | 2D | 76 | 0 | 4E | 2A | 15 | 14C | 40 | 30 |
| Octal | 312 | 55 | 166 | 0 | 116 | 52 | 25 | 514 | 100 | 60 |
| Binary | 11001010 | 101101 | 1110110 | 0 | 1001110 | 101010 | 10101 | 101001100 | 1000000 | 110000 |
Color Harmonies of #CA2D76
Complementary color
Monochromatic Colors of #CA2D76
Black with #CA2D76
Text Example
Text Example
White with #CA2D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D76; }
p { color: rgb(202,45,118); }
H1.HeaderClassName
{
color: #CA2D76;
}
.AnyTagClassName
{
color: #CA2D76;
}
</style>
background-color css
<style>
a { background-color: #CA2D76; }
a { background-color: rgb(202,45,118); }
div.DivClassName
{
background-color: #CA2D76;
}
.BgClassName
{
background-color: #CA2D76;
}
</style>
border-color css
<style>
span { border-color: #CA2D76; }
span { border-color: rgb(202,45,118); }
td.TdClassName
{
border-color: #CA2D76;
}
.TagClassName
{
border-color: #CA2D76;
}
</style>