Shades of Deep Magenta #C110BC
Tints of Deep Magenta #C110BC
RGB
CMYK
RGB Variations
Color information
#C110BC (or 0xC110BC) is known color: Deep Magenta. HEX triplet: C1, 10 and BC. RGB value is (193,16,188). Sum of RGB (Red+Green+Blue) = 193+16+188=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C110BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C110BC is #3EEF43. Grayscale: #585858. Windows color (decimal): -4124484 or 12325057. OLE color: 12325057.
HSL color Cylindrical-coordinate representation of color #C110BC: hue angle of 301.69º 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 #C110BC is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 188 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.24 |
| HSL | 301.69º | 0.85% | 0.41% | - |
| HSV(B) | 301.69º | 0.92% | 0.76% | - |
| XYZ | 31.25 | 15.34 | 48.89 | - |
| YUV | 88.53 | 184.14 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 188 | 0 | 0.92 | 0.03 | 0.24 | 301.69 | 0.85 | 0.41 |
| Hex | C1 | 10 | BC | 0 | 5C | 3 | 18 | 12E | 55 | 29 |
| Octal | 301 | 20 | 274 | 0 | 134 | 3 | 30 | 456 | 125 | 51 |
| Binary | 11000001 | 10000 | 10111100 | 0 | 1011100 | 11 | 11000 | 100101110 | 1010101 | 101001 |
Color Harmonies of #C110BC
Complementary color
Monochromatic Colors of #C110BC
Black with #C110BC
Text Example
Text Example
White with #C110BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C110BC; }
p { color: rgb(193,16,188); }
H1.HeaderClassName
{
color: #C110BC;
}
.AnyTagClassName
{
color: #C110BC;
}
</style>
background-color css
<style>
a { background-color: #C110BC; }
a { background-color: rgb(193,16,188); }
div.DivClassName
{
background-color: #C110BC;
}
.BgClassName
{
background-color: #C110BC;
}
</style>
border-color css
<style>
span { border-color: #C110BC; }
span { border-color: rgb(193,16,188); }
td.TdClassName
{
border-color: #C110BC;
}
.TagClassName
{
border-color: #C110BC;
}
</style>