Shades of Deep Magenta #CD10CE
Tints of Deep Magenta #CD10CE
RGB
CMYK
RGB Variations
Color information
#CD10CE (or 0xCD10CE) is known color: Deep Magenta. HEX triplet: CD, 10 and CE. RGB value is (205,16,206). Sum of RGB (Red+Green+Blue) = 205+16+206=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD10CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD10CE is #32EF31. Grayscale: #5D5D5D. Windows color (decimal): -3338034 or 13504717. OLE color: 13504717.
HSL color Cylindrical-coordinate representation of color #CD10CE: hue angle of 299.68º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD10CE is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 16 | 206 | - |
| CMYK | 0.00 | 0.92 | 0 | 0.19 |
| HSL | 299.68º | 0.86% | 0.44% | - |
| HSV(B) | 299.68º | 0.92% | 0.81% | - |
| XYZ | 36.5 | 17.81 | 59.91 | - |
| YUV | 94.17 | 191.12 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 16 | 206 | 0.00 | 0.92 | 0 | 0.19 | 299.68 | 0.86 | 0.44 |
| Hex | CD | 10 | CE | 0 | 5C | 0 | 13 | 12C | 56 | 2C |
| Octal | 315 | 20 | 316 | 0 | 134 | 0 | 23 | 454 | 126 | 54 |
| Binary | 11001101 | 10000 | 11001110 | 0 | 1011100 | 0 | 10011 | 100101100 | 1010110 | 101100 |
Color Harmonies of #CD10CE
Complementary color
Monochromatic Colors of #CD10CE
Black with #CD10CE
Text Example
Text Example
White with #CD10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD10CE; }
p { color: rgb(205,16,206); }
H1.HeaderClassName
{
color: #CD10CE;
}
.AnyTagClassName
{
color: #CD10CE;
}
</style>
background-color css
<style>
a { background-color: #CD10CE; }
a { background-color: rgb(205,16,206); }
div.DivClassName
{
background-color: #CD10CE;
}
.BgClassName
{
background-color: #CD10CE;
}
</style>
border-color css
<style>
span { border-color: #CD10CE; }
span { border-color: rgb(205,16,206); }
td.TdClassName
{
border-color: #CD10CE;
}
.TagClassName
{
border-color: #CD10CE;
}
</style>