Shades of Deep Magenta #CA19E3
Tints of Deep Magenta #CA19E3
RGB
CMYK
RGB Variations
Color information
#CA19E3 (or 0xCA19E3) is known color: Deep Magenta. HEX triplet: CA, 19 and E3. RGB value is (202,25,227). Sum of RGB (Red+Green+Blue) = 202+25+227=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 227 (89.06% from 255 or 50% from 454); Max value from RGB is 227 - color contains mainly: blue. Hex color #CA19E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA19E3 is #35E61C. Grayscale: #646464. Windows color (decimal): -3532317 or 14883274. OLE color: 14883274.
HSL color Cylindrical-coordinate representation of color #CA19E3: hue angle of 292.57º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA19E3 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 25 | 227 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.11 |
| HSL | 292.57º | 0.8% | 0.49% | - |
| HSV(B) | 292.57º | 0.89% | 0.89% | - |
| XYZ | 38.57 | 18.8 | 74.27 | - |
| YUV | 100.95 | 199.14 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 227 | 0.11 | 0.89 | 0 | 0.11 | 292.57 | 0.8 | 0.49 |
| Hex | CA | 19 | E3 | B | 59 | 0 | B | 125 | 50 | 31 |
| Octal | 312 | 31 | 343 | 13 | 131 | 0 | 13 | 445 | 120 | 61 |
| Binary | 11001010 | 11001 | 11100011 | 1011 | 1011001 | 0 | 1011 | 100100101 | 1010000 | 110001 |
Color Harmonies of #CA19E3
Complementary color
Monochromatic Colors of #CA19E3
Black with #CA19E3
Text Example
Text Example
White with #CA19E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA19E3; }
p { color: rgb(202,25,227); }
H1.HeaderClassName
{
color: #CA19E3;
}
.AnyTagClassName
{
color: #CA19E3;
}
</style>
background-color css
<style>
a { background-color: #CA19E3; }
a { background-color: rgb(202,25,227); }
div.DivClassName
{
background-color: #CA19E3;
}
.BgClassName
{
background-color: #CA19E3;
}
</style>
border-color css
<style>
span { border-color: #CA19E3; }
span { border-color: rgb(202,25,227); }
td.TdClassName
{
border-color: #CA19E3;
}
.TagClassName
{
border-color: #CA19E3;
}
</style>