Shades of Deep Magenta #C111BA
Tints of Deep Magenta #C111BA
RGB
CMYK
RGB Variations
Color information
#C111BA (or 0xC111BA) is known color: Deep Magenta. HEX triplet: C1, 11 and BA. RGB value is (193,17,186). Sum of RGB (Red+Green+Blue) = 193+17+186=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C111BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C111BA is #3EEE45. Grayscale: #585858. Windows color (decimal): -4124230 or 12194241. OLE color: 12194241.
HSL color Cylindrical-coordinate representation of color #C111BA: hue angle of 302.39º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C111BA is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 186 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.24 |
| HSL | 302.39º | 0.84% | 0.41% | - |
| HSV(B) | 302.39º | 0.91% | 0.76% | - |
| XYZ | 31.06 | 15.28 | 47.77 | - |
| YUV | 88.89 | 182.81 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 186 | 0 | 0.91 | 0.04 | 0.24 | 302.39 | 0.84 | 0.41 |
| Hex | C1 | 11 | BA | 0 | 5B | 4 | 18 | 12E | 54 | 29 |
| Octal | 301 | 21 | 272 | 0 | 133 | 4 | 30 | 456 | 124 | 51 |
| Binary | 11000001 | 10001 | 10111010 | 0 | 1011011 | 100 | 11000 | 100101110 | 1010100 | 101001 |
Color Harmonies of #C111BA
Complementary color
Monochromatic Colors of #C111BA
Black with #C111BA
Text Example
Text Example
White with #C111BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C111BA; }
p { color: rgb(193,17,186); }
H1.HeaderClassName
{
color: #C111BA;
}
.AnyTagClassName
{
color: #C111BA;
}
</style>
background-color css
<style>
a { background-color: #C111BA; }
a { background-color: rgb(193,17,186); }
div.DivClassName
{
background-color: #C111BA;
}
.BgClassName
{
background-color: #C111BA;
}
</style>
border-color css
<style>
span { border-color: #C111BA; }
span { border-color: rgb(193,17,186); }
td.TdClassName
{
border-color: #C111BA;
}
.TagClassName
{
border-color: #C111BA;
}
</style>