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