Shades of Deep Magenta #CA01E6
Tints of Deep Magenta #CA01E6
RGB
CMYK
RGB Variations
Color information
#CA01E6 (or 0xCA01E6) is known color: Deep Magenta. HEX triplet: CA, 01 and E6. RGB value is (202,1,230). Sum of RGB (Red+Green+Blue) = 202+1+230=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 230 (90.23% from 255 or 53.12% from 433); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA01E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA01E6 is #35FE19. Grayscale: #565656. Windows color (decimal): -3538458 or 15073738. OLE color: 15073738.
HSL color Cylindrical-coordinate representation of color #CA01E6: hue angle of 292.66º 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 #CA01E6 is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 1 | 230 | - |
| CMYK | 0.12 | 1.00 | 0 | 0.10 |
| HSL | 292.66º | 0.99% | 0.45% | - |
| HSV(B) | 292.66º | 1% | 0.9% | - |
| XYZ | 38.65 | 18.29 | 76.36 | - |
| YUV | 87.21 | 208.59 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 230 | 0.12 | 1.00 | 0 | 0.10 | 292.66 | 0.99 | 0.45 |
| Hex | CA | 1 | E6 | C | 64 | 0 | A | 125 | 63 | 2D |
| Octal | 312 | 1 | 346 | 14 | 144 | 0 | 12 | 445 | 143 | 55 |
| Binary | 11001010 | 1 | 11100110 | 1100 | 1100100 | 0 | 1010 | 100100101 | 1100011 | 101101 |
Color Harmonies of #CA01E6
Complementary color
Monochromatic Colors of #CA01E6
Black with #CA01E6
Text Example
Text Example
White with #CA01E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA01E6; }
p { color: rgb(202,1,230); }
H1.HeaderClassName
{
color: #CA01E6;
}
.AnyTagClassName
{
color: #CA01E6;
}
</style>
background-color css
<style>
a { background-color: #CA01E6; }
a { background-color: rgb(202,1,230); }
div.DivClassName
{
background-color: #CA01E6;
}
.BgClassName
{
background-color: #CA01E6;
}
</style>
border-color css
<style>
span { border-color: #CA01E6; }
span { border-color: rgb(202,1,230); }
td.TdClassName
{
border-color: #CA01E6;
}
.TagClassName
{
border-color: #CA01E6;
}
</style>