Shades of Deep Magenta #CA29D6
Tints of Deep Magenta #CA29D6
RGB
CMYK
RGB Variations
Color information
#CA29D6 (or 0xCA29D6) is known color: Deep Magenta. HEX triplet: CA, 29 and D6. RGB value is (202,41,214). Sum of RGB (Red+Green+Blue) = 202+41+214=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA29D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29D6 is #35D629. Grayscale: #6C6C6C. Windows color (decimal): -3528234 or 14035402. OLE color: 14035402.
HSL color Cylindrical-coordinate representation of color #CA29D6: hue angle of 295.84º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA29D6 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 41 | 214 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.16 |
| HSL | 295.84º | 0.68% | 0.5% | - |
| HSV(B) | 295.84º | 0.81% | 0.84% | - |
| XYZ | 37.29 | 19 | 65.32 | - |
| YUV | 108.86 | 187.34 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 214 | 0.06 | 0.81 | 0 | 0.16 | 295.84 | 0.68 | 0.5 |
| Hex | CA | 29 | D6 | 6 | 51 | 0 | 10 | 128 | 44 | 32 |
| Octal | 312 | 51 | 326 | 6 | 121 | 0 | 20 | 450 | 104 | 62 |
| Binary | 11001010 | 101001 | 11010110 | 110 | 1010001 | 0 | 10000 | 100101000 | 1000100 | 110010 |
Color Harmonies of #CA29D6
Complementary color
Monochromatic Colors of #CA29D6
Black with #CA29D6
Text Example
Text Example
White with #CA29D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA29D6; }
p { color: rgb(202,41,214); }
H1.HeaderClassName
{
color: #CA29D6;
}
.AnyTagClassName
{
color: #CA29D6;
}
</style>
background-color css
<style>
a { background-color: #CA29D6; }
a { background-color: rgb(202,41,214); }
div.DivClassName
{
background-color: #CA29D6;
}
.BgClassName
{
background-color: #CA29D6;
}
</style>
border-color css
<style>
span { border-color: #CA29D6; }
span { border-color: rgb(202,41,214); }
td.TdClassName
{
border-color: #CA29D6;
}
.TagClassName
{
border-color: #CA29D6;
}
</style>