Shades of Deep Magenta #CA01E5
Tints of Deep Magenta #CA01E5
RGB
CMYK
RGB Variations
Color information
#CA01E5 (or 0xCA01E5) is known color: Deep Magenta. HEX triplet: CA, 01 and E5. RGB value is (202,1,229). Sum of RGB (Red+Green+Blue) = 202+1+229=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 229 (89.84% from 255 or 53.01% from 432); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA01E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA01E5 is #35FE1A. Grayscale: #565656. Windows color (decimal): -3538459 or 15008202. OLE color: 15008202.
HSL color Cylindrical-coordinate representation of color #CA01E5: hue angle of 292.89º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA01E5 is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 1 | 229 | - |
| CMYK | 0.12 | 1.00 | 0 | 0.10 |
| HSL | 292.89º | 0.99% | 0.45% | - |
| HSV(B) | 292.89º | 1% | 0.9% | - |
| XYZ | 38.51 | 18.24 | 75.62 | - |
| YUV | 87.09 | 208.09 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 229 | 0.12 | 1.00 | 0 | 0.10 | 292.89 | 0.99 | 0.45 |
| Hex | CA | 1 | E5 | C | 64 | 0 | A | 125 | 63 | 2D |
| Octal | 312 | 1 | 345 | 14 | 144 | 0 | 12 | 445 | 143 | 55 |
| Binary | 11001010 | 1 | 11100101 | 1100 | 1100100 | 0 | 1010 | 100100101 | 1100011 | 101101 |
Color Harmonies of #CA01E5
Complementary color
Monochromatic Colors of #CA01E5
Black with #CA01E5
Text Example
Text Example
White with #CA01E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA01E5; }
p { color: rgb(202,1,229); }
H1.HeaderClassName
{
color: #CA01E5;
}
.AnyTagClassName
{
color: #CA01E5;
}
</style>
background-color css
<style>
a { background-color: #CA01E5; }
a { background-color: rgb(202,1,229); }
div.DivClassName
{
background-color: #CA01E5;
}
.BgClassName
{
background-color: #CA01E5;
}
</style>
border-color css
<style>
span { border-color: #CA01E5; }
span { border-color: rgb(202,1,229); }
td.TdClassName
{
border-color: #CA01E5;
}
.TagClassName
{
border-color: #CA01E5;
}
</style>