Shades of Deep Magenta #CD00DC
Tints of Deep Magenta #CD00DC
RGB
CMYK
RGB Variations
Color information
#CD00DC (or 0xCD00DC) is known color: Deep Magenta. HEX triplet: CD, 00 and DC. RGB value is (205,0,220). Sum of RGB (Red+Green+Blue) = 205+0+220=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD00DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD00DC is #32FF23. Grayscale: #555555. Windows color (decimal): -3342116 or 14418125. OLE color: 14418125.
HSL color Cylindrical-coordinate representation of color #CD00DC: hue angle of 295.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD00DC is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 0 | 220 | - |
| CMYK | 0.07 | 1 | 0 | 0.14 |
| HSL | 295.91º | 1% | 0.43% | - |
| HSV(B) | 295.91º | 1% | 0.86% | - |
| XYZ | 38.1 | 18.15 | 69.2 | - |
| YUV | 86.38 | 203.42 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 220 | 0.07 | 1 | 0 | 0.14 | 295.91 | 1 | 0.43 |
| Hex | CD | 0 | DC | 7 | 64 | 0 | E | 128 | 64 | 2B |
| Octal | 315 | 0 | 334 | 7 | 144 | 0 | 16 | 450 | 144 | 53 |
| Binary | 11001101 | 0 | 11011100 | 111 | 1100100 | 0 | 1110 | 100101000 | 1100100 | 101011 |
Color Harmonies of #CD00DC
Complementary color
Monochromatic Colors of #CD00DC
Black with #CD00DC
Text Example
Text Example
White with #CD00DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD00DC; }
p { color: rgb(205,0,220); }
H1.HeaderClassName
{
color: #CD00DC;
}
.AnyTagClassName
{
color: #CD00DC;
}
</style>
background-color css
<style>
a { background-color: #CD00DC; }
a { background-color: rgb(205,0,220); }
div.DivClassName
{
background-color: #CD00DC;
}
.BgClassName
{
background-color: #CD00DC;
}
</style>
border-color css
<style>
span { border-color: #CD00DC; }
span { border-color: rgb(205,0,220); }
td.TdClassName
{
border-color: #CD00DC;
}
.TagClassName
{
border-color: #CD00DC;
}
</style>