Shades of Deep Magenta #C010D3
Tints of Deep Magenta #C010D3
RGB
CMYK
RGB Variations
Color information
#C010D3 (or 0xC010D3) is known color: Deep Magenta. HEX triplet: C0, 10 and D3. RGB value is (192,16,211). Sum of RGB (Red+Green+Blue) = 192+16+211=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 211 (82.81% from 255 or 50.36% from 419); Max value from RGB is 211 - color contains mainly: blue. Hex color #C010D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010D3 is #3FEF2C. Grayscale: #5A5A5A. Windows color (decimal): -4189997 or 13832384. OLE color: 13832384.
HSL color Cylindrical-coordinate representation of color #C010D3: hue angle of 294.15º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C010D3 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 16 | 211 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.17 |
| HSL | 294.15º | 0.86% | 0.45% | - |
| HSV(B) | 294.15º | 0.92% | 0.83% | - |
| XYZ | 33.68 | 16.28 | 63 | - |
| YUV | 90.85 | 195.81 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 211 | 0.09 | 0.92 | 0 | 0.17 | 294.15 | 0.86 | 0.45 |
| Hex | C0 | 10 | D3 | 9 | 5C | 0 | 11 | 126 | 56 | 2D |
| Octal | 300 | 20 | 323 | 11 | 134 | 0 | 21 | 446 | 126 | 55 |
| Binary | 11000000 | 10000 | 11010011 | 1001 | 1011100 | 0 | 10001 | 100100110 | 1010110 | 101101 |
Color Harmonies of #C010D3
Complementary color
Monochromatic Colors of #C010D3
Black with #C010D3
Text Example
Text Example
White with #C010D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010D3; }
p { color: rgb(192,16,211); }
H1.HeaderClassName
{
color: #C010D3;
}
.AnyTagClassName
{
color: #C010D3;
}
</style>
background-color css
<style>
a { background-color: #C010D3; }
a { background-color: rgb(192,16,211); }
div.DivClassName
{
background-color: #C010D3;
}
.BgClassName
{
background-color: #C010D3;
}
</style>
border-color css
<style>
span { border-color: #C010D3; }
span { border-color: rgb(192,16,211); }
td.TdClassName
{
border-color: #C010D3;
}
.TagClassName
{
border-color: #C010D3;
}
</style>