Shades of Deep Magenta #CD10DC
Tints of Deep Magenta #CD10DC
RGB
CMYK
RGB Variations
Color information
#CD10DC (or 0xCD10DC) is known color: Deep Magenta. HEX triplet: CD, 10 and DC. RGB value is (205,16,220). Sum of RGB (Red+Green+Blue) = 205+16+220=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 16 (6.64% from 255 or 3.63% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD10DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD10DC is #32EF23. Grayscale: #5F5F5F. Windows color (decimal): -3338020 or 14422221. OLE color: 14422221.
HSL color Cylindrical-coordinate representation of color #CD10DC: hue angle of 295.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD10DC is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 16 | 220 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.14 |
| HSL | 295.59º | 0.86% | 0.46% | - |
| HSV(B) | 295.59º | 0.93% | 0.86% | - |
| XYZ | 38.28 | 18.52 | 69.27 | - |
| YUV | 95.77 | 198.12 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 16 | 220 | 0.07 | 0.93 | 0 | 0.14 | 295.59 | 0.86 | 0.46 |
| Hex | CD | 10 | DC | 7 | 5D | 0 | E | 128 | 56 | 2E |
| Octal | 315 | 20 | 334 | 7 | 135 | 0 | 16 | 450 | 126 | 56 |
| Binary | 11001101 | 10000 | 11011100 | 111 | 1011101 | 0 | 1110 | 100101000 | 1010110 | 101110 |
Color Harmonies of #CD10DC
Complementary color
Monochromatic Colors of #CD10DC
Black with #CD10DC
Text Example
Text Example
White with #CD10DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD10DC; }
p { color: rgb(205,16,220); }
H1.HeaderClassName
{
color: #CD10DC;
}
.AnyTagClassName
{
color: #CD10DC;
}
</style>
background-color css
<style>
a { background-color: #CD10DC; }
a { background-color: rgb(205,16,220); }
div.DivClassName
{
background-color: #CD10DC;
}
.BgClassName
{
background-color: #CD10DC;
}
</style>
border-color css
<style>
span { border-color: #CD10DC; }
span { border-color: rgb(205,16,220); }
td.TdClassName
{
border-color: #CD10DC;
}
.TagClassName
{
border-color: #CD10DC;
}
</style>