Shades of Deep Magenta #C110BB
Tints of Deep Magenta #C110BB
RGB
CMYK
RGB Variations
Color information
#C110BB (or 0xC110BB) is known color: Deep Magenta. HEX triplet: C1, 10 and BB. RGB value is (193,16,187). Sum of RGB (Red+Green+Blue) = 193+16+187=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C110BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C110BB is #3EEF44. Grayscale: #575757. Windows color (decimal): -4124485 or 12259521. OLE color: 12259521.
HSL color Cylindrical-coordinate representation of color #C110BB: hue angle of 302.03º 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 #C110BB is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 187 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.24 |
| HSL | 302.03º | 0.85% | 0.41% | - |
| HSV(B) | 302.03º | 0.92% | 0.76% | - |
| XYZ | 31.15 | 15.3 | 48.32 | - |
| YUV | 88.42 | 183.64 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 187 | 0 | 0.92 | 0.03 | 0.24 | 302.03 | 0.85 | 0.41 |
| Hex | C1 | 10 | BB | 0 | 5C | 3 | 18 | 12E | 55 | 29 |
| Octal | 301 | 20 | 273 | 0 | 134 | 3 | 30 | 456 | 125 | 51 |
| Binary | 11000001 | 10000 | 10111011 | 0 | 1011100 | 11 | 11000 | 100101110 | 1010101 | 101001 |
Color Harmonies of #C110BB
Complementary color
Monochromatic Colors of #C110BB
Black with #C110BB
Text Example
Text Example
White with #C110BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C110BB; }
p { color: rgb(193,16,187); }
H1.HeaderClassName
{
color: #C110BB;
}
.AnyTagClassName
{
color: #C110BB;
}
</style>
background-color css
<style>
a { background-color: #C110BB; }
a { background-color: rgb(193,16,187); }
div.DivClassName
{
background-color: #C110BB;
}
.BgClassName
{
background-color: #C110BB;
}
</style>
border-color css
<style>
span { border-color: #C110BB; }
span { border-color: rgb(193,16,187); }
td.TdClassName
{
border-color: #C110BB;
}
.TagClassName
{
border-color: #C110BB;
}
</style>