Shades of Deep Magenta #C110C0
Tints of Deep Magenta #C110C0
RGB
CMYK
RGB Variations
Color information
#C110C0 (or 0xC110C0) is known color: Deep Magenta. HEX triplet: C1, 10 and C0. RGB value is (193,16,192). Sum of RGB (Red+Green+Blue) = 193+16+192=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C110C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C110C0 is #3EEF3F. Grayscale: #585858. Windows color (decimal): -4124480 or 12587201. OLE color: 12587201.
HSL color Cylindrical-coordinate representation of color #C110C0: hue angle of 300.34º 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 #C110C0 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 192 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.24 |
| HSL | 300.34º | 0.85% | 0.41% | - |
| HSV(B) | 300.34º | 0.92% | 0.76% | - |
| XYZ | 31.69 | 15.51 | 51.19 | - |
| YUV | 88.99 | 186.14 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 192 | 0 | 0.92 | 0.01 | 0.24 | 300.34 | 0.85 | 0.41 |
| Hex | C1 | 10 | C0 | 0 | 5C | 1 | 18 | 12C | 55 | 29 |
| Octal | 301 | 20 | 300 | 0 | 134 | 1 | 30 | 454 | 125 | 51 |
| Binary | 11000001 | 10000 | 11000000 | 0 | 1011100 | 1 | 11000 | 100101100 | 1010101 | 101001 |
Color Harmonies of #C110C0
Complementary color
Monochromatic Colors of #C110C0
Black with #C110C0
Text Example
Text Example
White with #C110C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C110C0; }
p { color: rgb(193,16,192); }
H1.HeaderClassName
{
color: #C110C0;
}
.AnyTagClassName
{
color: #C110C0;
}
</style>
background-color css
<style>
a { background-color: #C110C0; }
a { background-color: rgb(193,16,192); }
div.DivClassName
{
background-color: #C110C0;
}
.BgClassName
{
background-color: #C110C0;
}
</style>
border-color css
<style>
span { border-color: #C110C0; }
span { border-color: rgb(193,16,192); }
td.TdClassName
{
border-color: #C110C0;
}
.TagClassName
{
border-color: #C110C0;
}
</style>