Shades of Deep Magenta #CA29E5
Tints of Deep Magenta #CA29E5
RGB
CMYK
RGB Variations
Color information
#CA29E5 (or 0xCA29E5) is known color: Deep Magenta. HEX triplet: CA, 29 and E5. RGB value is (202,41,229). Sum of RGB (Red+Green+Blue) = 202+41+229=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA29E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29E5 is #35D61A. Grayscale: #6D6D6D. Windows color (decimal): -3528219 or 15018442. OLE color: 15018442.
HSL color Cylindrical-coordinate representation of color #CA29E5: hue angle of 291.38º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA29E5 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 41 | 229 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.10 |
| HSL | 291.38º | 0.78% | 0.53% | - |
| HSV(B) | 291.38º | 0.82% | 0.9% | - |
| XYZ | 39.29 | 19.8 | 75.88 | - |
| YUV | 110.57 | 194.84 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 229 | 0.12 | 0.82 | 0 | 0.10 | 291.38 | 0.78 | 0.53 |
| Hex | CA | 29 | E5 | C | 52 | 0 | A | 123 | 4E | 35 |
| Octal | 312 | 51 | 345 | 14 | 122 | 0 | 12 | 443 | 116 | 65 |
| Binary | 11001010 | 101001 | 11100101 | 1100 | 1010010 | 0 | 1010 | 100100011 | 1001110 | 110101 |
Color Harmonies of #CA29E5
Complementary color
Monochromatic Colors of #CA29E5
Black with #CA29E5
Text Example
Text Example
White with #CA29E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA29E5; }
p { color: rgb(202,41,229); }
H1.HeaderClassName
{
color: #CA29E5;
}
.AnyTagClassName
{
color: #CA29E5;
}
</style>
background-color css
<style>
a { background-color: #CA29E5; }
a { background-color: rgb(202,41,229); }
div.DivClassName
{
background-color: #CA29E5;
}
.BgClassName
{
background-color: #CA29E5;
}
</style>
border-color css
<style>
span { border-color: #CA29E5; }
span { border-color: rgb(202,41,229); }
td.TdClassName
{
border-color: #CA29E5;
}
.TagClassName
{
border-color: #CA29E5;
}
</style>