Shades of Deep Magenta #CA29DB
Tints of Deep Magenta #CA29DB
RGB
CMYK
RGB Variations
Color information
#CA29DB (or 0xCA29DB) is known color: Deep Magenta. HEX triplet: CA, 29 and DB. RGB value is (202,41,219). Sum of RGB (Red+Green+Blue) = 202+41+219=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA29DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29DB is #35D624. Grayscale: #6C6C6C. Windows color (decimal): -3528229 or 14363082. OLE color: 14363082.
HSL color Cylindrical-coordinate representation of color #CA29DB: hue angle of 294.27º degrees, saturation: 0.71, 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 #CA29DB is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 41 | 219 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.14 |
| HSL | 294.27º | 0.71% | 0.51% | - |
| HSV(B) | 294.27º | 0.81% | 0.86% | - |
| XYZ | 37.94 | 19.26 | 68.74 | - |
| YUV | 109.43 | 189.84 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 219 | 0.08 | 0.81 | 0 | 0.14 | 294.27 | 0.71 | 0.51 |
| Hex | CA | 29 | DB | 8 | 51 | 0 | E | 126 | 47 | 33 |
| Octal | 312 | 51 | 333 | 10 | 121 | 0 | 16 | 446 | 107 | 63 |
| Binary | 11001010 | 101001 | 11011011 | 1000 | 1010001 | 0 | 1110 | 100100110 | 1000111 | 110011 |
Color Harmonies of #CA29DB
Complementary color
Monochromatic Colors of #CA29DB
Black with #CA29DB
Text Example
Text Example
White with #CA29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA29DB; }
p { color: rgb(202,41,219); }
H1.HeaderClassName
{
color: #CA29DB;
}
.AnyTagClassName
{
color: #CA29DB;
}
</style>
background-color css
<style>
a { background-color: #CA29DB; }
a { background-color: rgb(202,41,219); }
div.DivClassName
{
background-color: #CA29DB;
}
.BgClassName
{
background-color: #CA29DB;
}
</style>
border-color css
<style>
span { border-color: #CA29DB; }
span { border-color: rgb(202,41,219); }
td.TdClassName
{
border-color: #CA29DB;
}
.TagClassName
{
border-color: #CA29DB;
}
</style>