Shades of Deep Cerise #CA2E7E
Tints of Deep Cerise #CA2E7E
RGB
CMYK
RGB Variations
Color information
#CA2E7E (or 0xCA2E7E) is known color: Deep Cerise. HEX triplet: CA, 2E and 7E. RGB value is (202,46,126). Sum of RGB (Red+Green+Blue) = 202+46+126=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2E7E is #35D181. Grayscale: #656565. Windows color (decimal): -3527042 or 8269514. OLE color: 8269514.
HSL color Cylindrical-coordinate representation of color #CA2E7E: hue angle of 329.23º 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 #CA2E7E is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 126 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.21 |
| HSL | 329.23º | 0.63% | 0.49% | - |
| HSV(B) | 329.23º | 0.77% | 0.79% | - |
| XYZ | 29.1 | 16.02 | 21.3 | - |
| YUV | 101.76 | 141.68 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 126 | 0 | 0.77 | 0.38 | 0.21 | 329.23 | 0.63 | 0.49 |
| Hex | CA | 2E | 7E | 0 | 4D | 26 | 15 | 149 | 3F | 31 |
| Octal | 312 | 56 | 176 | 0 | 115 | 46 | 25 | 511 | 77 | 61 |
| Binary | 11001010 | 101110 | 1111110 | 0 | 1001101 | 100110 | 10101 | 101001001 | 111111 | 110001 |
Color Harmonies of #CA2E7E
Complementary color
Monochromatic Colors of #CA2E7E
Black with #CA2E7E
Text Example
Text Example
White with #CA2E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E7E; }
p { color: rgb(202,46,126); }
H1.HeaderClassName
{
color: #CA2E7E;
}
.AnyTagClassName
{
color: #CA2E7E;
}
</style>
background-color css
<style>
a { background-color: #CA2E7E; }
a { background-color: rgb(202,46,126); }
div.DivClassName
{
background-color: #CA2E7E;
}
.BgClassName
{
background-color: #CA2E7E;
}
</style>
border-color css
<style>
span { border-color: #CA2E7E; }
span { border-color: rgb(202,46,126); }
td.TdClassName
{
border-color: #CA2E7E;
}
.TagClassName
{
border-color: #CA2E7E;
}
</style>