Shades of Deep Magenta #C111DF
Tints of Deep Magenta #C111DF
RGB
CMYK
RGB Variations
Color information
#C111DF (or 0xC111DF) is known color: Deep Magenta. HEX triplet: C1, 11 and DF. RGB value is (193,17,223). Sum of RGB (Red+Green+Blue) = 193+17+223=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 17 (7.03% from 255 or 3.93% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #C111DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C111DF is #3EEE20. Grayscale: #5C5C5C. Windows color (decimal): -4124193 or 14619073. OLE color: 14619073.
HSL color Cylindrical-coordinate representation of color #C111DF: hue angle of 291.26º degrees, saturation: 0.86, 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 #C111DF is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 17 | 223 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.13 |
| HSL | 291.26º | 0.86% | 0.47% | - |
| HSV(B) | 291.26º | 0.92% | 0.87% | - |
| XYZ | 35.51 | 17.07 | 71.23 | - |
| YUV | 93.11 | 201.31 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 223 | 0.13 | 0.92 | 0 | 0.13 | 291.26 | 0.86 | 0.47 |
| Hex | C1 | 11 | DF | D | 5C | 0 | D | 123 | 56 | 2F |
| Octal | 301 | 21 | 337 | 15 | 134 | 0 | 15 | 443 | 126 | 57 |
| Binary | 11000001 | 10001 | 11011111 | 1101 | 1011100 | 0 | 1101 | 100100011 | 1010110 | 101111 |
Color Harmonies of #C111DF
Complementary color
Monochromatic Colors of #C111DF
Black with #C111DF
Text Example
Text Example
White with #C111DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C111DF; }
p { color: rgb(193,17,223); }
H1.HeaderClassName
{
color: #C111DF;
}
.AnyTagClassName
{
color: #C111DF;
}
</style>
background-color css
<style>
a { background-color: #C111DF; }
a { background-color: rgb(193,17,223); }
div.DivClassName
{
background-color: #C111DF;
}
.BgClassName
{
background-color: #C111DF;
}
</style>
border-color css
<style>
span { border-color: #C111DF; }
span { border-color: rgb(193,17,223); }
td.TdClassName
{
border-color: #C111DF;
}
.TagClassName
{
border-color: #C111DF;
}
</style>