Shades of Deep Magenta #C110BE
Tints of Deep Magenta #C110BE
RGB
CMYK
RGB Variations
Color information
#C110BE (or 0xC110BE) is known color: Deep Magenta. HEX triplet: C1, 10 and BE. RGB value is (193,16,190). Sum of RGB (Red+Green+Blue) = 193+16+190=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C110BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C110BE is #3EEF41. Grayscale: #585858. Windows color (decimal): -4124482 or 12456129. OLE color: 12456129.
HSL color Cylindrical-coordinate representation of color #C110BE: hue angle of 301.02º 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 #C110BE is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 190 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.24 |
| HSL | 301.02º | 0.85% | 0.41% | - |
| HSV(B) | 301.02º | 0.92% | 0.76% | - |
| XYZ | 31.47 | 15.43 | 50.03 | - |
| YUV | 88.76 | 185.14 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 190 | 0 | 0.92 | 0.02 | 0.24 | 301.02 | 0.85 | 0.41 |
| Hex | C1 | 10 | BE | 0 | 5C | 2 | 18 | 12D | 55 | 29 |
| Octal | 301 | 20 | 276 | 0 | 134 | 2 | 30 | 455 | 125 | 51 |
| Binary | 11000001 | 10000 | 10111110 | 0 | 1011100 | 10 | 11000 | 100101101 | 1010101 | 101001 |
Color Harmonies of #C110BE
Complementary color
Monochromatic Colors of #C110BE
Black with #C110BE
Text Example
Text Example
White with #C110BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C110BE; }
p { color: rgb(193,16,190); }
H1.HeaderClassName
{
color: #C110BE;
}
.AnyTagClassName
{
color: #C110BE;
}
</style>
background-color css
<style>
a { background-color: #C110BE; }
a { background-color: rgb(193,16,190); }
div.DivClassName
{
background-color: #C110BE;
}
.BgClassName
{
background-color: #C110BE;
}
</style>
border-color css
<style>
span { border-color: #C110BE; }
span { border-color: rgb(193,16,190); }
td.TdClassName
{
border-color: #C110BE;
}
.TagClassName
{
border-color: #C110BE;
}
</style>