Shades of Deep Magenta #CA29E3
Tints of Deep Magenta #CA29E3
RGB
CMYK
RGB Variations
Color information
#CA29E3 (or 0xCA29E3) is known color: Deep Magenta. HEX triplet: CA, 29 and E3. RGB value is (202,41,227). Sum of RGB (Red+Green+Blue) = 202+41+227=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 227 (89.06% from 255 or 48.30% from 470); Max value from RGB is 227 - color contains mainly: blue. Hex color #CA29E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29E3 is #35D61C. Grayscale: #6D6D6D. Windows color (decimal): -3528221 or 14887370. OLE color: 14887370.
HSL color Cylindrical-coordinate representation of color #CA29E3: hue angle of 291.94º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA29E3 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 41 | 227 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.11 |
| HSL | 291.94º | 0.77% | 0.53% | - |
| HSV(B) | 291.94º | 0.82% | 0.89% | - |
| XYZ | 39.02 | 19.69 | 74.42 | - |
| YUV | 110.34 | 193.84 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 227 | 0.11 | 0.82 | 0 | 0.11 | 291.94 | 0.77 | 0.53 |
| Hex | CA | 29 | E3 | B | 52 | 0 | B | 124 | 4D | 35 |
| Octal | 312 | 51 | 343 | 13 | 122 | 0 | 13 | 444 | 115 | 65 |
| Binary | 11001010 | 101001 | 11100011 | 1011 | 1010010 | 0 | 1011 | 100100100 | 1001101 | 110101 |
Color Harmonies of #CA29E3
Complementary color
Monochromatic Colors of #CA29E3
Black with #CA29E3
Text Example
Text Example
White with #CA29E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA29E3; }
p { color: rgb(202,41,227); }
H1.HeaderClassName
{
color: #CA29E3;
}
.AnyTagClassName
{
color: #CA29E3;
}
</style>
background-color css
<style>
a { background-color: #CA29E3; }
a { background-color: rgb(202,41,227); }
div.DivClassName
{
background-color: #CA29E3;
}
.BgClassName
{
background-color: #CA29E3;
}
</style>
border-color css
<style>
span { border-color: #CA29E3; }
span { border-color: rgb(202,41,227); }
td.TdClassName
{
border-color: #CA29E3;
}
.TagClassName
{
border-color: #CA29E3;
}
</style>