Shades of Deep Cerise #CA2E7C
Tints of Deep Cerise #CA2E7C
RGB
CMYK
RGB Variations
Color information
#CA2E7C (or 0xCA2E7C) is known color: Deep Cerise. HEX triplet: CA, 2E and 7C. RGB value is (202,46,124). Sum of RGB (Red+Green+Blue) = 202+46+124=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2E7C is #35D183. Grayscale: #656565. Windows color (decimal): -3527044 or 8138442. OLE color: 8138442.
HSL color Cylindrical-coordinate representation of color #CA2E7C: hue angle of 330º 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 #CA2E7C is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 124 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.21 |
| HSL | 330º | 0.63% | 0.49% | - |
| HSV(B) | 330º | 0.77% | 0.79% | - |
| XYZ | 28.97 | 15.97 | 20.62 | - |
| YUV | 101.54 | 140.68 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 124 | 0 | 0.77 | 0.39 | 0.21 | 330 | 0.63 | 0.49 |
| Hex | CA | 2E | 7C | 0 | 4D | 27 | 15 | 14A | 3F | 31 |
| Octal | 312 | 56 | 174 | 0 | 115 | 47 | 25 | 512 | 77 | 61 |
| Binary | 11001010 | 101110 | 1111100 | 0 | 1001101 | 100111 | 10101 | 101001010 | 111111 | 110001 |
Color Harmonies of #CA2E7C
Complementary color
Monochromatic Colors of #CA2E7C
Black with #CA2E7C
Text Example
Text Example
White with #CA2E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E7C; }
p { color: rgb(202,46,124); }
H1.HeaderClassName
{
color: #CA2E7C;
}
.AnyTagClassName
{
color: #CA2E7C;
}
</style>
background-color css
<style>
a { background-color: #CA2E7C; }
a { background-color: rgb(202,46,124); }
div.DivClassName
{
background-color: #CA2E7C;
}
.BgClassName
{
background-color: #CA2E7C;
}
</style>
border-color css
<style>
span { border-color: #CA2E7C; }
span { border-color: rgb(202,46,124); }
td.TdClassName
{
border-color: #CA2E7C;
}
.TagClassName
{
border-color: #CA2E7C;
}
</style>