Shades of Deep Magenta #C010AD
Tints of Deep Magenta #C010AD
RGB
CMYK
RGB Variations
Color information
#C010AD (or 0xC010AD) is known color: Deep Magenta. HEX triplet: C0, 10 and AD. RGB value is (192,16,173). Sum of RGB (Red+Green+Blue) = 192+16+173=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C010AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C010AD is #3FEF52. Grayscale: #565656. Windows color (decimal): -4190035 or 11342016. OLE color: 11342016.
HSL color Cylindrical-coordinate representation of color #C010AD: hue angle of 306.48º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C010AD is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 173 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.25 |
| HSL | 306.48º | 0.85% | 0.41% | - |
| HSV(B) | 306.48º | 0.92% | 0.75% | - |
| XYZ | 29.47 | 14.59 | 40.8 | - |
| YUV | 86.52 | 176.81 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 173 | 0 | 0.92 | 0.10 | 0.25 | 306.48 | 0.85 | 0.41 |
| Hex | C0 | 10 | AD | 0 | 5C | A | 19 | 132 | 55 | 29 |
| Octal | 300 | 20 | 255 | 0 | 134 | 12 | 31 | 462 | 125 | 51 |
| Binary | 11000000 | 10000 | 10101101 | 0 | 1011100 | 1010 | 11001 | 100110010 | 1010101 | 101001 |
Color Harmonies of #C010AD
Complementary color
Monochromatic Colors of #C010AD
Black with #C010AD
Text Example
Text Example
White with #C010AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010AD; }
p { color: rgb(192,16,173); }
H1.HeaderClassName
{
color: #C010AD;
}
.AnyTagClassName
{
color: #C010AD;
}
</style>
background-color css
<style>
a { background-color: #C010AD; }
a { background-color: rgb(192,16,173); }
div.DivClassName
{
background-color: #C010AD;
}
.BgClassName
{
background-color: #C010AD;
}
</style>
border-color css
<style>
span { border-color: #C010AD; }
span { border-color: rgb(192,16,173); }
td.TdClassName
{
border-color: #C010AD;
}
.TagClassName
{
border-color: #C010AD;
}
</style>