Shades of Deep Magenta #C011AD
Tints of Deep Magenta #C011AD
RGB
CMYK
RGB Variations
Color information
#C011AD (or 0xC011AD) is known color: Deep Magenta. HEX triplet: C0, 11 and AD. RGB value is (192,17,173). Sum of RGB (Red+Green+Blue) = 192+17+173=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C011AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C011AD is #3FEE52. Grayscale: #565656. Windows color (decimal): -4189779 or 11342272. OLE color: 11342272.
HSL color Cylindrical-coordinate representation of color #C011AD: hue angle of 306.51º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C011AD is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 173 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.25 |
| HSL | 306.51º | 0.84% | 0.41% | - |
| HSV(B) | 306.51º | 0.91% | 0.75% | - |
| XYZ | 29.48 | 14.62 | 40.8 | - |
| YUV | 87.11 | 176.48 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 173 | 0 | 0.91 | 0.10 | 0.25 | 306.51 | 0.84 | 0.41 |
| Hex | C0 | 11 | AD | 0 | 5B | A | 19 | 133 | 54 | 29 |
| Octal | 300 | 21 | 255 | 0 | 133 | 12 | 31 | 463 | 124 | 51 |
| Binary | 11000000 | 10001 | 10101101 | 0 | 1011011 | 1010 | 11001 | 100110011 | 1010100 | 101001 |
Color Harmonies of #C011AD
Complementary color
Monochromatic Colors of #C011AD
Black with #C011AD
Text Example
Text Example
White with #C011AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C011AD; }
p { color: rgb(192,17,173); }
H1.HeaderClassName
{
color: #C011AD;
}
.AnyTagClassName
{
color: #C011AD;
}
</style>
background-color css
<style>
a { background-color: #C011AD; }
a { background-color: rgb(192,17,173); }
div.DivClassName
{
background-color: #C011AD;
}
.BgClassName
{
background-color: #C011AD;
}
</style>
border-color css
<style>
span { border-color: #C011AD; }
span { border-color: rgb(192,17,173); }
td.TdClassName
{
border-color: #C011AD;
}
.TagClassName
{
border-color: #C011AD;
}
</style>