Shades of Deep Magenta #CA0EE1
Tints of Deep Magenta #CA0EE1
RGB
CMYK
RGB Variations
Color information
#CA0EE1 (or 0xCA0EE1) is known color: Deep Magenta. HEX triplet: CA, 0E and E1. RGB value is (202,14,225). Sum of RGB (Red+Green+Blue) = 202+14+225=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 225 (88.28% from 255 or 51.02% from 441); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA0EE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0EE1 is #35F11E. Grayscale: #5D5D5D. Windows color (decimal): -3535135 or 14749386. OLE color: 14749386.
HSL color Cylindrical-coordinate representation of color #CA0EE1: hue angle of 293.46º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0EE1 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 14 | 225 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.12 |
| HSL | 293.46º | 0.88% | 0.47% | - |
| HSV(B) | 293.46º | 0.94% | 0.88% | - |
| XYZ | 38.1 | 18.31 | 72.76 | - |
| YUV | 94.27 | 201.78 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 14 | 225 | 0.10 | 0.94 | 0 | 0.12 | 293.46 | 0.88 | 0.47 |
| Hex | CA | E | E1 | A | 5E | 0 | C | 125 | 58 | 2F |
| Octal | 312 | 16 | 341 | 12 | 136 | 0 | 14 | 445 | 130 | 57 |
| Binary | 11001010 | 1110 | 11100001 | 1010 | 1011110 | 0 | 1100 | 100100101 | 1011000 | 101111 |
Color Harmonies of #CA0EE1
Complementary color
Monochromatic Colors of #CA0EE1
Black with #CA0EE1
Text Example
Text Example
White with #CA0EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0EE1; }
p { color: rgb(202,14,225); }
H1.HeaderClassName
{
color: #CA0EE1;
}
.AnyTagClassName
{
color: #CA0EE1;
}
</style>
background-color css
<style>
a { background-color: #CA0EE1; }
a { background-color: rgb(202,14,225); }
div.DivClassName
{
background-color: #CA0EE1;
}
.BgClassName
{
background-color: #CA0EE1;
}
</style>
border-color css
<style>
span { border-color: #CA0EE1; }
span { border-color: rgb(202,14,225); }
td.TdClassName
{
border-color: #CA0EE1;
}
.TagClassName
{
border-color: #CA0EE1;
}
</style>