Shades of Deep Magenta #CD10C0
Tints of Deep Magenta #CD10C0
RGB
CMYK
RGB Variations
Color information
#CD10C0 (or 0xCD10C0) is known color: Deep Magenta. HEX triplet: CD, 10 and C0. RGB value is (205,16,192). Sum of RGB (Red+Green+Blue) = 205+16+192=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD10C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD10C0 is #32EF3F. Grayscale: #5C5C5C. Windows color (decimal): -3338048 or 12587213. OLE color: 12587213.
HSL color Cylindrical-coordinate representation of color #CD10C0: hue angle of 304.13º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD10C0 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 16 | 192 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.20 |
| HSL | 304.13º | 0.86% | 0.43% | - |
| HSV(B) | 304.13º | 0.92% | 0.8% | - |
| XYZ | 34.88 | 17.16 | 51.34 | - |
| YUV | 92.58 | 184.12 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 16 | 192 | 0 | 0.92 | 0.06 | 0.20 | 304.13 | 0.86 | 0.43 |
| Hex | CD | 10 | C0 | 0 | 5C | 6 | 14 | 130 | 56 | 2B |
| Octal | 315 | 20 | 300 | 0 | 134 | 6 | 24 | 460 | 126 | 53 |
| Binary | 11001101 | 10000 | 11000000 | 0 | 1011100 | 110 | 10100 | 100110000 | 1010110 | 101011 |
Color Harmonies of #CD10C0
Complementary color
Monochromatic Colors of #CD10C0
Black with #CD10C0
Text Example
Text Example
White with #CD10C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD10C0; }
p { color: rgb(205,16,192); }
H1.HeaderClassName
{
color: #CD10C0;
}
.AnyTagClassName
{
color: #CD10C0;
}
</style>
background-color css
<style>
a { background-color: #CD10C0; }
a { background-color: rgb(205,16,192); }
div.DivClassName
{
background-color: #CD10C0;
}
.BgClassName
{
background-color: #CD10C0;
}
</style>
border-color css
<style>
span { border-color: #CD10C0; }
span { border-color: rgb(205,16,192); }
td.TdClassName
{
border-color: #CD10C0;
}
.TagClassName
{
border-color: #CD10C0;
}
</style>