Shades of Deep Cerise #CA2771
Tints of Deep Cerise #CA2771
RGB
CMYK
RGB Variations
Color information
#CA2771 (or 0xCA2771) is known color: Deep Cerise. HEX triplet: CA, 27 and 71. RGB value is (202,39,113). Sum of RGB (Red+Green+Blue) = 202+39+113=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2771 is #35D88E. Grayscale: #606060. Windows color (decimal): -3528847 or 7415754. OLE color: 7415754.
HSL color Cylindrical-coordinate representation of color #CA2771: hue angle of 332.76º 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 #CA2771 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 113 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.21 |
| HSL | 332.76º | 0.68% | 0.47% | - |
| HSV(B) | 332.76º | 0.81% | 0.79% | - |
| XYZ | 28.06 | 15.2 | 17.08 | - |
| YUV | 96.17 | 137.5 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 113 | 0 | 0.81 | 0.44 | 0.21 | 332.76 | 0.68 | 0.47 |
| Hex | CA | 27 | 71 | 0 | 51 | 2C | 15 | 14D | 44 | 2F |
| Octal | 312 | 47 | 161 | 0 | 121 | 54 | 25 | 515 | 104 | 57 |
| Binary | 11001010 | 100111 | 1110001 | 0 | 1010001 | 101100 | 10101 | 101001101 | 1000100 | 101111 |
Color Harmonies of #CA2771
Complementary color
Monochromatic Colors of #CA2771
Black with #CA2771
Text Example
Text Example
White with #CA2771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2771; }
p { color: rgb(202,39,113); }
H1.HeaderClassName
{
color: #CA2771;
}
.AnyTagClassName
{
color: #CA2771;
}
</style>
background-color css
<style>
a { background-color: #CA2771; }
a { background-color: rgb(202,39,113); }
div.DivClassName
{
background-color: #CA2771;
}
.BgClassName
{
background-color: #CA2771;
}
</style>
border-color css
<style>
span { border-color: #CA2771; }
span { border-color: rgb(202,39,113); }
td.TdClassName
{
border-color: #CA2771;
}
.TagClassName
{
border-color: #CA2771;
}
</style>