Shades of Deep Magenta #C112BD
Tints of Deep Magenta #C112BD
RGB
CMYK
RGB Variations
Color information
#C112BD (or 0xC112BD) is known color: Deep Magenta. HEX triplet: C1, 12 and BD. RGB value is (193,18,189). Sum of RGB (Red+Green+Blue) = 193+18+189=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C112BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C112BD is #3EED42. Grayscale: #595959. Windows color (decimal): -4123971 or 12391105. OLE color: 12391105.
HSL color Cylindrical-coordinate representation of color #C112BD: hue angle of 301.37º 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 #C112BD is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 189 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.24 |
| HSL | 301.37º | 0.83% | 0.41% | - |
| HSV(B) | 301.37º | 0.91% | 0.76% | - |
| XYZ | 31.39 | 15.44 | 49.47 | - |
| YUV | 89.82 | 183.98 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 189 | 0 | 0.91 | 0.02 | 0.24 | 301.37 | 0.83 | 0.41 |
| Hex | C1 | 12 | BD | 0 | 5B | 2 | 18 | 12D | 53 | 29 |
| Octal | 301 | 22 | 275 | 0 | 133 | 2 | 30 | 455 | 123 | 51 |
| Binary | 11000001 | 10010 | 10111101 | 0 | 1011011 | 10 | 11000 | 100101101 | 1010011 | 101001 |
Color Harmonies of #C112BD
Complementary color
Monochromatic Colors of #C112BD
Black with #C112BD
Text Example
Text Example
White with #C112BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C112BD; }
p { color: rgb(193,18,189); }
H1.HeaderClassName
{
color: #C112BD;
}
.AnyTagClassName
{
color: #C112BD;
}
</style>
background-color css
<style>
a { background-color: #C112BD; }
a { background-color: rgb(193,18,189); }
div.DivClassName
{
background-color: #C112BD;
}
.BgClassName
{
background-color: #C112BD;
}
</style>
border-color css
<style>
span { border-color: #C112BD; }
span { border-color: rgb(193,18,189); }
td.TdClassName
{
border-color: #C112BD;
}
.TagClassName
{
border-color: #C112BD;
}
</style>