Shades of Deep Magenta #CD05DB
Tints of Deep Magenta #CD05DB
RGB
CMYK
RGB Variations
Color information
#CD05DB (or 0xCD05DB) is known color: Deep Magenta. HEX triplet: CD, 05 and DB. RGB value is (205,5,219). Sum of RGB (Red+Green+Blue) = 205+5+219=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD05DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD05DB is #32FA24. Grayscale: #585858. Windows color (decimal): -3340837 or 14353869. OLE color: 14353869.
HSL color Cylindrical-coordinate representation of color #CD05DB: hue angle of 296.07º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD05DB is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 5 | 219 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.14 |
| HSL | 296.07º | 0.96% | 0.44% | - |
| HSV(B) | 296.07º | 0.98% | 0.86% | - |
| XYZ | 38.02 | 18.2 | 68.53 | - |
| YUV | 89.2 | 201.26 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 5 | 219 | 0.06 | 0.98 | 0 | 0.14 | 296.07 | 0.96 | 0.44 |
| Hex | CD | 5 | DB | 6 | 62 | 0 | E | 128 | 60 | 2C |
| Octal | 315 | 5 | 333 | 6 | 142 | 0 | 16 | 450 | 140 | 54 |
| Binary | 11001101 | 101 | 11011011 | 110 | 1100010 | 0 | 1110 | 100101000 | 1100000 | 101100 |
Color Harmonies of #CD05DB
Complementary color
Monochromatic Colors of #CD05DB
Black with #CD05DB
Text Example
Text Example
White with #CD05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD05DB; }
p { color: rgb(205,5,219); }
H1.HeaderClassName
{
color: #CD05DB;
}
.AnyTagClassName
{
color: #CD05DB;
}
</style>
background-color css
<style>
a { background-color: #CD05DB; }
a { background-color: rgb(205,5,219); }
div.DivClassName
{
background-color: #CD05DB;
}
.BgClassName
{
background-color: #CD05DB;
}
</style>
border-color css
<style>
span { border-color: #CD05DB; }
span { border-color: rgb(205,5,219); }
td.TdClassName
{
border-color: #CD05DB;
}
.TagClassName
{
border-color: #CD05DB;
}
</style>