Shades of Deep Magenta #C112BA
Tints of Deep Magenta #C112BA
RGB
CMYK
RGB Variations
Color information
#C112BA (or 0xC112BA) is known color: Deep Magenta. HEX triplet: C1, 12 and BA. RGB value is (193,18,186). Sum of RGB (Red+Green+Blue) = 193+18+186=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C112BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C112BA is #3EED45. Grayscale: #585858. Windows color (decimal): -4123974 or 12194497. OLE color: 12194497.
HSL color Cylindrical-coordinate representation of color #C112BA: hue angle of 302.4º degrees, saturation: 0.83, 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 #C112BA is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 186 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.24 |
| HSL | 302.4º | 0.83% | 0.41% | - |
| HSV(B) | 302.4º | 0.91% | 0.76% | - |
| XYZ | 31.07 | 15.32 | 47.77 | - |
| YUV | 89.48 | 182.48 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 186 | 0 | 0.91 | 0.04 | 0.24 | 302.4 | 0.83 | 0.41 |
| Hex | C1 | 12 | BA | 0 | 5B | 4 | 18 | 12E | 53 | 29 |
| Octal | 301 | 22 | 272 | 0 | 133 | 4 | 30 | 456 | 123 | 51 |
| Binary | 11000001 | 10010 | 10111010 | 0 | 1011011 | 100 | 11000 | 100101110 | 1010011 | 101001 |
Color Harmonies of #C112BA
Complementary color
Monochromatic Colors of #C112BA
Black with #C112BA
Text Example
Text Example
White with #C112BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C112BA; }
p { color: rgb(193,18,186); }
H1.HeaderClassName
{
color: #C112BA;
}
.AnyTagClassName
{
color: #C112BA;
}
</style>
background-color css
<style>
a { background-color: #C112BA; }
a { background-color: rgb(193,18,186); }
div.DivClassName
{
background-color: #C112BA;
}
.BgClassName
{
background-color: #C112BA;
}
</style>
border-color css
<style>
span { border-color: #C112BA; }
span { border-color: rgb(193,18,186); }
td.TdClassName
{
border-color: #C112BA;
}
.TagClassName
{
border-color: #C112BA;
}
</style>