Shades of Deep Magenta #CA10E4
Tints of Deep Magenta #CA10E4
RGB
CMYK
RGB Variations
Color information
#CA10E4 (or 0xCA10E4) is known color: Deep Magenta. HEX triplet: CA, 10 and E4. RGB value is (202,16,228). Sum of RGB (Red+Green+Blue) = 202+16+228=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 228 (89.45% from 255 or 51.12% from 446); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA10E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA10E4 is #35EF1B. Grayscale: #5F5F5F. Windows color (decimal): -3534620 or 14946506. OLE color: 14946506.
HSL color Cylindrical-coordinate representation of color #CA10E4: hue angle of 292.64º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA10E4 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 16 | 228 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.11 |
| HSL | 292.64º | 0.87% | 0.48% | - |
| HSV(B) | 292.64º | 0.93% | 0.89% | - |
| XYZ | 38.55 | 18.53 | 74.94 | - |
| YUV | 95.78 | 202.62 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 228 | 0.11 | 0.93 | 0 | 0.11 | 292.64 | 0.87 | 0.48 |
| Hex | CA | 10 | E4 | B | 5D | 0 | B | 125 | 57 | 30 |
| Octal | 312 | 20 | 344 | 13 | 135 | 0 | 13 | 445 | 127 | 60 |
| Binary | 11001010 | 10000 | 11100100 | 1011 | 1011101 | 0 | 1011 | 100100101 | 1010111 | 110000 |
Color Harmonies of #CA10E4
Complementary color
Monochromatic Colors of #CA10E4
Black with #CA10E4
Text Example
Text Example
White with #CA10E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10E4; }
p { color: rgb(202,16,228); }
H1.HeaderClassName
{
color: #CA10E4;
}
.AnyTagClassName
{
color: #CA10E4;
}
</style>
background-color css
<style>
a { background-color: #CA10E4; }
a { background-color: rgb(202,16,228); }
div.DivClassName
{
background-color: #CA10E4;
}
.BgClassName
{
background-color: #CA10E4;
}
</style>
border-color css
<style>
span { border-color: #CA10E4; }
span { border-color: rgb(202,16,228); }
td.TdClassName
{
border-color: #CA10E4;
}
.TagClassName
{
border-color: #CA10E4;
}
</style>