Shades of Deep Magenta #CA29DA
Tints of Deep Magenta #CA29DA
RGB
CMYK
RGB Variations
Color information
#CA29DA (or 0xCA29DA) is known color: Deep Magenta. HEX triplet: CA, 29 and DA. RGB value is (202,41,218). Sum of RGB (Red+Green+Blue) = 202+41+218=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA29DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29DA is #35D625. Grayscale: #6C6C6C. Windows color (decimal): -3528230 or 14297546. OLE color: 14297546.
HSL color Cylindrical-coordinate representation of color #CA29DA: hue angle of 294.58º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA29DA is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 41 | 218 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.15 |
| HSL | 294.58º | 0.71% | 0.51% | - |
| HSV(B) | 294.58º | 0.81% | 0.85% | - |
| XYZ | 37.8 | 19.2 | 68.04 | - |
| YUV | 109.32 | 189.34 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 218 | 0.07 | 0.81 | 0 | 0.15 | 294.58 | 0.71 | 0.51 |
| Hex | CA | 29 | DA | 7 | 51 | 0 | F | 127 | 47 | 33 |
| Octal | 312 | 51 | 332 | 7 | 121 | 0 | 17 | 447 | 107 | 63 |
| Binary | 11001010 | 101001 | 11011010 | 111 | 1010001 | 0 | 1111 | 100100111 | 1000111 | 110011 |
Color Harmonies of #CA29DA
Complementary color
Monochromatic Colors of #CA29DA
Black with #CA29DA
Text Example
Text Example
White with #CA29DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA29DA; }
p { color: rgb(202,41,218); }
H1.HeaderClassName
{
color: #CA29DA;
}
.AnyTagClassName
{
color: #CA29DA;
}
</style>
background-color css
<style>
a { background-color: #CA29DA; }
a { background-color: rgb(202,41,218); }
div.DivClassName
{
background-color: #CA29DA;
}
.BgClassName
{
background-color: #CA29DA;
}
</style>
border-color css
<style>
span { border-color: #CA29DA; }
span { border-color: rgb(202,41,218); }
td.TdClassName
{
border-color: #CA29DA;
}
.TagClassName
{
border-color: #CA29DA;
}
</style>