Shades of Deep Magenta #CA29E0
Tints of Deep Magenta #CA29E0
RGB
CMYK
RGB Variations
Color information
#CA29E0 (or 0xCA29E0) is known color: Deep Magenta. HEX triplet: CA, 29 and E0. RGB value is (202,41,224). Sum of RGB (Red+Green+Blue) = 202+41+224=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA29E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29E0 is #35D61F. Grayscale: #6D6D6D. Windows color (decimal): -3528224 or 14690762. OLE color: 14690762.
HSL color Cylindrical-coordinate representation of color #CA29E0: hue angle of 292.79º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA29E0 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 41 | 224 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.12 |
| HSL | 292.79º | 0.75% | 0.52% | - |
| HSV(B) | 292.79º | 0.82% | 0.88% | - |
| XYZ | 38.6 | 19.52 | 72.25 | - |
| YUV | 110 | 192.34 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 224 | 0.10 | 0.82 | 0 | 0.12 | 292.79 | 0.75 | 0.52 |
| Hex | CA | 29 | E0 | A | 52 | 0 | C | 125 | 4B | 34 |
| Octal | 312 | 51 | 340 | 12 | 122 | 0 | 14 | 445 | 113 | 64 |
| Binary | 11001010 | 101001 | 11100000 | 1010 | 1010010 | 0 | 1100 | 100100101 | 1001011 | 110100 |
Color Harmonies of #CA29E0
Complementary color
Monochromatic Colors of #CA29E0
Black with #CA29E0
Text Example
Text Example
White with #CA29E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA29E0; }
p { color: rgb(202,41,224); }
H1.HeaderClassName
{
color: #CA29E0;
}
.AnyTagClassName
{
color: #CA29E0;
}
</style>
background-color css
<style>
a { background-color: #CA29E0; }
a { background-color: rgb(202,41,224); }
div.DivClassName
{
background-color: #CA29E0;
}
.BgClassName
{
background-color: #CA29E0;
}
</style>
border-color css
<style>
span { border-color: #CA29E0; }
span { border-color: rgb(202,41,224); }
td.TdClassName
{
border-color: #CA29E0;
}
.TagClassName
{
border-color: #CA29E0;
}
</style>