Shades of Deep Magenta #CD29DB
Tints of Deep Magenta #CD29DB
RGB
CMYK
RGB Variations
Color information
#CD29DB (or 0xCD29DB) is known color: Deep Magenta. HEX triplet: CD, 29 and DB. RGB value is (205,41,219). Sum of RGB (Red+Green+Blue) = 205+41+219=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD29DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD29DB is #32D624. Grayscale: #6D6D6D. Windows color (decimal): -3331621 or 14363085. OLE color: 14363085.
HSL color Cylindrical-coordinate representation of color #CD29DB: hue angle of 295.28º 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 #CD29DB is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 41 | 219 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.14 |
| HSL | 295.28º | 0.71% | 0.51% | - |
| HSV(B) | 295.28º | 0.81% | 0.86% | - |
| XYZ | 38.76 | 19.68 | 68.77 | - |
| YUV | 110.33 | 189.33 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 41 | 219 | 0.06 | 0.81 | 0 | 0.14 | 295.28 | 0.71 | 0.51 |
| Hex | CD | 29 | DB | 6 | 51 | 0 | E | 127 | 47 | 33 |
| Octal | 315 | 51 | 333 | 6 | 121 | 0 | 16 | 447 | 107 | 63 |
| Binary | 11001101 | 101001 | 11011011 | 110 | 1010001 | 0 | 1110 | 100100111 | 1000111 | 110011 |
Color Harmonies of #CD29DB
Complementary color
Monochromatic Colors of #CD29DB
Black with #CD29DB
Text Example
Text Example
White with #CD29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD29DB; }
p { color: rgb(205,41,219); }
H1.HeaderClassName
{
color: #CD29DB;
}
.AnyTagClassName
{
color: #CD29DB;
}
</style>
background-color css
<style>
a { background-color: #CD29DB; }
a { background-color: rgb(205,41,219); }
div.DivClassName
{
background-color: #CD29DB;
}
.BgClassName
{
background-color: #CD29DB;
}
</style>
border-color css
<style>
span { border-color: #CD29DB; }
span { border-color: rgb(205,41,219); }
td.TdClassName
{
border-color: #CD29DB;
}
.TagClassName
{
border-color: #CD29DB;
}
</style>