Shades of Deep Magenta #CD26DB
Tints of Deep Magenta #CD26DB
RGB
CMYK
RGB Variations
Color information
#CD26DB (or 0xCD26DB) is known color: Deep Magenta. HEX triplet: CD, 26 and DB. RGB value is (205,38,219). Sum of RGB (Red+Green+Blue) = 205+38+219=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 38 (15.23% from 255 or 8.23% 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 #CD26DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD26DB is #32D924. Grayscale: #6C6C6C. Windows color (decimal): -3332389 or 14362317. OLE color: 14362317.
HSL color Cylindrical-coordinate representation of color #CD26DB: hue angle of 295.36º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD26DB is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 38 | 219 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.14 |
| HSL | 295.36º | 0.72% | 0.5% | - |
| HSV(B) | 295.36º | 0.83% | 0.86% | - |
| XYZ | 38.66 | 19.48 | 68.74 | - |
| YUV | 108.57 | 190.33 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 38 | 219 | 0.06 | 0.83 | 0 | 0.14 | 295.36 | 0.72 | 0.5 |
| Hex | CD | 26 | DB | 6 | 53 | 0 | E | 127 | 48 | 32 |
| Octal | 315 | 46 | 333 | 6 | 123 | 0 | 16 | 447 | 110 | 62 |
| Binary | 11001101 | 100110 | 11011011 | 110 | 1010011 | 0 | 1110 | 100100111 | 1001000 | 110010 |
Color Harmonies of #CD26DB
Complementary color
Monochromatic Colors of #CD26DB
Black with #CD26DB
Text Example
Text Example
White with #CD26DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD26DB; }
p { color: rgb(205,38,219); }
H1.HeaderClassName
{
color: #CD26DB;
}
.AnyTagClassName
{
color: #CD26DB;
}
</style>
background-color css
<style>
a { background-color: #CD26DB; }
a { background-color: rgb(205,38,219); }
div.DivClassName
{
background-color: #CD26DB;
}
.BgClassName
{
background-color: #CD26DB;
}
</style>
border-color css
<style>
span { border-color: #CD26DB; }
span { border-color: rgb(205,38,219); }
td.TdClassName
{
border-color: #CD26DB;
}
.TagClassName
{
border-color: #CD26DB;
}
</style>