Shades of Deep Magenta #C112DF
Tints of Deep Magenta #C112DF
RGB
CMYK
RGB Variations
Color information
#C112DF (or 0xC112DF) is known color: Deep Magenta. HEX triplet: C1, 12 and DF. RGB value is (193,18,223). Sum of RGB (Red+Green+Blue) = 193+18+223=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 18 (7.42% from 255 or 4.15% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #C112DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C112DF is #3EED20. Grayscale: #5D5D5D. Windows color (decimal): -4123937 or 14619329. OLE color: 14619329.
HSL color Cylindrical-coordinate representation of color #C112DF: hue angle of 291.22º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C112DF is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 18 | 223 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.13 |
| HSL | 291.22º | 0.85% | 0.47% | - |
| HSV(B) | 291.22º | 0.92% | 0.87% | - |
| XYZ | 35.53 | 17.1 | 71.24 | - |
| YUV | 93.7 | 200.98 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 223 | 0.13 | 0.92 | 0 | 0.13 | 291.22 | 0.85 | 0.47 |
| Hex | C1 | 12 | DF | D | 5C | 0 | D | 123 | 55 | 2F |
| Octal | 301 | 22 | 337 | 15 | 134 | 0 | 15 | 443 | 125 | 57 |
| Binary | 11000001 | 10010 | 11011111 | 1101 | 1011100 | 0 | 1101 | 100100011 | 1010101 | 101111 |
Color Harmonies of #C112DF
Complementary color
Monochromatic Colors of #C112DF
Black with #C112DF
Text Example
Text Example
White with #C112DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C112DF; }
p { color: rgb(193,18,223); }
H1.HeaderClassName
{
color: #C112DF;
}
.AnyTagClassName
{
color: #C112DF;
}
</style>
background-color css
<style>
a { background-color: #C112DF; }
a { background-color: rgb(193,18,223); }
div.DivClassName
{
background-color: #C112DF;
}
.BgClassName
{
background-color: #C112DF;
}
</style>
border-color css
<style>
span { border-color: #C112DF; }
span { border-color: rgb(193,18,223); }
td.TdClassName
{
border-color: #C112DF;
}
.TagClassName
{
border-color: #C112DF;
}
</style>