Shades of Deep Magenta #C010DD
Tints of Deep Magenta #C010DD
RGB
CMYK
RGB Variations
Color information
#C010DD (or 0xC010DD) is known color: Deep Magenta. HEX triplet: C0, 10 and DD. RGB value is (192,16,221). Sum of RGB (Red+Green+Blue) = 192+16+221=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #C010DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010DD is #3FEF22. Grayscale: #5B5B5B. Windows color (decimal): -4189987 or 14487744. OLE color: 14487744.
HSL color Cylindrical-coordinate representation of color #C010DD: hue angle of 291.51º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C010DD is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 16 | 221 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.13 |
| HSL | 291.51º | 0.86% | 0.46% | - |
| HSV(B) | 291.51º | 0.93% | 0.87% | - |
| XYZ | 34.97 | 16.8 | 69.81 | - |
| YUV | 91.99 | 200.81 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 221 | 0.13 | 0.93 | 0 | 0.13 | 291.51 | 0.86 | 0.46 |
| Hex | C0 | 10 | DD | D | 5D | 0 | D | 124 | 56 | 2E |
| Octal | 300 | 20 | 335 | 15 | 135 | 0 | 15 | 444 | 126 | 56 |
| Binary | 11000000 | 10000 | 11011101 | 1101 | 1011101 | 0 | 1101 | 100100100 | 1010110 | 101110 |
Color Harmonies of #C010DD
Complementary color
Monochromatic Colors of #C010DD
Black with #C010DD
Text Example
Text Example
White with #C010DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010DD; }
p { color: rgb(192,16,221); }
H1.HeaderClassName
{
color: #C010DD;
}
.AnyTagClassName
{
color: #C010DD;
}
</style>
background-color css
<style>
a { background-color: #C010DD; }
a { background-color: rgb(192,16,221); }
div.DivClassName
{
background-color: #C010DD;
}
.BgClassName
{
background-color: #C010DD;
}
</style>
border-color css
<style>
span { border-color: #C010DD; }
span { border-color: rgb(192,16,221); }
td.TdClassName
{
border-color: #C010DD;
}
.TagClassName
{
border-color: #C010DD;
}
</style>