Shades of Deep Magenta #CA19E6
Tints of Deep Magenta #CA19E6
RGB
CMYK
RGB Variations
Color information
#CA19E6 (or 0xCA19E6) is known color: Deep Magenta. HEX triplet: CA, 19 and E6. RGB value is (202,25,230). Sum of RGB (Red+Green+Blue) = 202+25+230=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 25 (10.16% from 255 or 5.47% from 457); Blue value is 230 (90.23% from 255 or 50.33% from 457); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA19E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA19E6 is #35E619. Grayscale: #646464. Windows color (decimal): -3532314 or 15079882. OLE color: 15079882.
HSL color Cylindrical-coordinate representation of color #CA19E6: hue angle of 291.8º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA19E6 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 25 | 230 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.10 |
| HSL | 291.8º | 0.8% | 0.5% | - |
| HSV(B) | 291.8º | 0.89% | 0.9% | - |
| XYZ | 38.99 | 18.96 | 76.47 | - |
| YUV | 101.29 | 200.64 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 230 | 0.12 | 0.89 | 0 | 0.10 | 291.8 | 0.8 | 0.5 |
| Hex | CA | 19 | E6 | C | 59 | 0 | A | 124 | 50 | 32 |
| Octal | 312 | 31 | 346 | 14 | 131 | 0 | 12 | 444 | 120 | 62 |
| Binary | 11001010 | 11001 | 11100110 | 1100 | 1011001 | 0 | 1010 | 100100100 | 1010000 | 110010 |
Color Harmonies of #CA19E6
Complementary color
Monochromatic Colors of #CA19E6
Black with #CA19E6
Text Example
Text Example
White with #CA19E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA19E6; }
p { color: rgb(202,25,230); }
H1.HeaderClassName
{
color: #CA19E6;
}
.AnyTagClassName
{
color: #CA19E6;
}
</style>
background-color css
<style>
a { background-color: #CA19E6; }
a { background-color: rgb(202,25,230); }
div.DivClassName
{
background-color: #CA19E6;
}
.BgClassName
{
background-color: #CA19E6;
}
</style>
border-color css
<style>
span { border-color: #CA19E6; }
span { border-color: rgb(202,25,230); }
td.TdClassName
{
border-color: #CA19E6;
}
.TagClassName
{
border-color: #CA19E6;
}
</style>