Shades of Deep Magenta #CA1EE1
Tints of Deep Magenta #CA1EE1
RGB
CMYK
RGB Variations
Color information
#CA1EE1 (or 0xCA1EE1) is known color: Deep Magenta. HEX triplet: CA, 1E and E1. RGB value is (202,30,225). Sum of RGB (Red+Green+Blue) = 202+30+225=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 30 (12.11% from 255 or 6.56% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA1EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1EE1 is #35E11E. Grayscale: #676767. Windows color (decimal): -3531039 or 14753482. OLE color: 14753482.
HSL color Cylindrical-coordinate representation of color #CA1EE1: hue angle of 292.92º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1EE1 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 30 | 225 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.12 |
| HSL | 292.92º | 0.76% | 0.5% | - |
| HSV(B) | 292.92º | 0.87% | 0.88% | - |
| XYZ | 38.41 | 18.92 | 72.86 | - |
| YUV | 103.66 | 196.48 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 225 | 0.10 | 0.87 | 0 | 0.12 | 292.92 | 0.76 | 0.5 |
| Hex | CA | 1E | E1 | A | 57 | 0 | C | 125 | 4C | 32 |
| Octal | 312 | 36 | 341 | 12 | 127 | 0 | 14 | 445 | 114 | 62 |
| Binary | 11001010 | 11110 | 11100001 | 1010 | 1010111 | 0 | 1100 | 100100101 | 1001100 | 110010 |
Color Harmonies of #CA1EE1
Complementary color
Monochromatic Colors of #CA1EE1
Black with #CA1EE1
Text Example
Text Example
White with #CA1EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1EE1; }
p { color: rgb(202,30,225); }
H1.HeaderClassName
{
color: #CA1EE1;
}
.AnyTagClassName
{
color: #CA1EE1;
}
</style>
background-color css
<style>
a { background-color: #CA1EE1; }
a { background-color: rgb(202,30,225); }
div.DivClassName
{
background-color: #CA1EE1;
}
.BgClassName
{
background-color: #CA1EE1;
}
</style>
border-color css
<style>
span { border-color: #CA1EE1; }
span { border-color: rgb(202,30,225); }
td.TdClassName
{
border-color: #CA1EE1;
}
.TagClassName
{
border-color: #CA1EE1;
}
</style>