Shades of Deep Magenta #CA1AE5
Tints of Deep Magenta #CA1AE5
RGB
CMYK
RGB Variations
Color information
#CA1AE5 (or 0xCA1AE5) is known color: Deep Magenta. HEX triplet: CA, 1A and E5. RGB value is (202,26,229). Sum of RGB (Red+Green+Blue) = 202+26+229=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA1AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1AE5 is #35E51A. Grayscale: #656565. Windows color (decimal): -3532059 or 15014602. OLE color: 15014602.
HSL color Cylindrical-coordinate representation of color #CA1AE5: hue angle of 292.02º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1AE5 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 26 | 229 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.10 |
| HSL | 292.02º | 0.8% | 0.5% | - |
| HSV(B) | 292.02º | 0.89% | 0.9% | - |
| XYZ | 38.87 | 18.95 | 75.74 | - |
| YUV | 101.77 | 199.81 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 26 | 229 | 0.12 | 0.89 | 0 | 0.10 | 292.02 | 0.8 | 0.5 |
| Hex | CA | 1A | E5 | C | 59 | 0 | A | 124 | 50 | 32 |
| Octal | 312 | 32 | 345 | 14 | 131 | 0 | 12 | 444 | 120 | 62 |
| Binary | 11001010 | 11010 | 11100101 | 1100 | 1011001 | 0 | 1010 | 100100100 | 1010000 | 110010 |
Color Harmonies of #CA1AE5
Complementary color
Monochromatic Colors of #CA1AE5
Black with #CA1AE5
Text Example
Text Example
White with #CA1AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1AE5; }
p { color: rgb(202,26,229); }
H1.HeaderClassName
{
color: #CA1AE5;
}
.AnyTagClassName
{
color: #CA1AE5;
}
</style>
background-color css
<style>
a { background-color: #CA1AE5; }
a { background-color: rgb(202,26,229); }
div.DivClassName
{
background-color: #CA1AE5;
}
.BgClassName
{
background-color: #CA1AE5;
}
</style>
border-color css
<style>
span { border-color: #CA1AE5; }
span { border-color: rgb(202,26,229); }
td.TdClassName
{
border-color: #CA1AE5;
}
.TagClassName
{
border-color: #CA1AE5;
}
</style>