Shades of Deep Magenta #C110AD
Tints of Deep Magenta #C110AD
RGB
CMYK
RGB Variations
Color information
#C110AD (or 0xC110AD) is known color: Deep Magenta. HEX triplet: C1, 10 and AD. RGB value is (193,16,173). Sum of RGB (Red+Green+Blue) = 193+16+173=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C110AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C110AD is #3EEF52. Grayscale: #565656. Windows color (decimal): -4124499 or 11342017. OLE color: 11342017.
HSL color Cylindrical-coordinate representation of color #C110AD: hue angle of 306.78º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C110AD is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 173 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.24 |
| HSL | 306.78º | 0.85% | 0.41% | - |
| HSV(B) | 306.78º | 0.92% | 0.76% | - |
| XYZ | 29.72 | 14.73 | 40.81 | - |
| YUV | 86.82 | 176.64 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 173 | 0 | 0.92 | 0.10 | 0.24 | 306.78 | 0.85 | 0.41 |
| Hex | C1 | 10 | AD | 0 | 5C | A | 18 | 133 | 55 | 29 |
| Octal | 301 | 20 | 255 | 0 | 134 | 12 | 30 | 463 | 125 | 51 |
| Binary | 11000001 | 10000 | 10101101 | 0 | 1011100 | 1010 | 11000 | 100110011 | 1010101 | 101001 |
Color Harmonies of #C110AD
Complementary color
Monochromatic Colors of #C110AD
Black with #C110AD
Text Example
Text Example
White with #C110AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C110AD; }
p { color: rgb(193,16,173); }
H1.HeaderClassName
{
color: #C110AD;
}
.AnyTagClassName
{
color: #C110AD;
}
</style>
background-color css
<style>
a { background-color: #C110AD; }
a { background-color: rgb(193,16,173); }
div.DivClassName
{
background-color: #C110AD;
}
.BgClassName
{
background-color: #C110AD;
}
</style>
border-color css
<style>
span { border-color: #C110AD; }
span { border-color: rgb(193,16,173); }
td.TdClassName
{
border-color: #C110AD;
}
.TagClassName
{
border-color: #C110AD;
}
</style>