Shades of Deep Magenta #CA29DC
Tints of Deep Magenta #CA29DC
RGB
CMYK
RGB Variations
Color information
#CA29DC (or 0xCA29DC) is known color: Deep Magenta. HEX triplet: CA, 29 and DC. RGB value is (202,41,220). Sum of RGB (Red+Green+Blue) = 202+41+220=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 41 (16.41% from 255 or 8.86% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA29DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29DC is #35D623. Grayscale: #6C6C6C. Windows color (decimal): -3528228 or 14428618. OLE color: 14428618.
HSL color Cylindrical-coordinate representation of color #CA29DC: hue angle of 293.97º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA29DC is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 41 | 220 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.14 |
| HSL | 293.97º | 0.72% | 0.51% | - |
| HSV(B) | 293.97º | 0.81% | 0.86% | - |
| XYZ | 38.07 | 19.31 | 69.43 | - |
| YUV | 109.55 | 190.34 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 220 | 0.08 | 0.81 | 0 | 0.14 | 293.97 | 0.72 | 0.51 |
| Hex | CA | 29 | DC | 8 | 51 | 0 | E | 126 | 48 | 33 |
| Octal | 312 | 51 | 334 | 10 | 121 | 0 | 16 | 446 | 110 | 63 |
| Binary | 11001010 | 101001 | 11011100 | 1000 | 1010001 | 0 | 1110 | 100100110 | 1001000 | 110011 |
Color Harmonies of #CA29DC
Complementary color
Monochromatic Colors of #CA29DC
Black with #CA29DC
Text Example
Text Example
White with #CA29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA29DC; }
p { color: rgb(202,41,220); }
H1.HeaderClassName
{
color: #CA29DC;
}
.AnyTagClassName
{
color: #CA29DC;
}
</style>
background-color css
<style>
a { background-color: #CA29DC; }
a { background-color: rgb(202,41,220); }
div.DivClassName
{
background-color: #CA29DC;
}
.BgClassName
{
background-color: #CA29DC;
}
</style>
border-color css
<style>
span { border-color: #CA29DC; }
span { border-color: rgb(202,41,220); }
td.TdClassName
{
border-color: #CA29DC;
}
.TagClassName
{
border-color: #CA29DC;
}
</style>