Shades of Deep Magenta #C111D0
Tints of Deep Magenta #C111D0
RGB
CMYK
RGB Variations
Color information
#C111D0 (or 0xC111D0) is known color: Deep Magenta. HEX triplet: C1, 11 and D0. RGB value is (193,17,208). Sum of RGB (Red+Green+Blue) = 193+17+208=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #C111D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C111D0 is #3EEE2F. Grayscale: #5A5A5A. Windows color (decimal): -4124208 or 13636033. OLE color: 13636033.
HSL color Cylindrical-coordinate representation of color #C111D0: hue angle of 295.29º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C111D0 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 17 | 208 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.18 |
| HSL | 295.29º | 0.85% | 0.44% | - |
| HSV(B) | 295.29º | 0.92% | 0.82% | - |
| XYZ | 33.58 | 16.29 | 61.05 | - |
| YUV | 91.4 | 193.81 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 208 | 0.07 | 0.92 | 0 | 0.18 | 295.29 | 0.85 | 0.44 |
| Hex | C1 | 11 | D0 | 7 | 5C | 0 | 12 | 127 | 55 | 2C |
| Octal | 301 | 21 | 320 | 7 | 134 | 0 | 22 | 447 | 125 | 54 |
| Binary | 11000001 | 10001 | 11010000 | 111 | 1011100 | 0 | 10010 | 100100111 | 1010101 | 101100 |
Color Harmonies of #C111D0
Complementary color
Monochromatic Colors of #C111D0
Black with #C111D0
Text Example
Text Example
White with #C111D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C111D0; }
p { color: rgb(193,17,208); }
H1.HeaderClassName
{
color: #C111D0;
}
.AnyTagClassName
{
color: #C111D0;
}
</style>
background-color css
<style>
a { background-color: #C111D0; }
a { background-color: rgb(193,17,208); }
div.DivClassName
{
background-color: #C111D0;
}
.BgClassName
{
background-color: #C111D0;
}
</style>
border-color css
<style>
span { border-color: #C111D0; }
span { border-color: rgb(193,17,208); }
td.TdClassName
{
border-color: #C111D0;
}
.TagClassName
{
border-color: #C111D0;
}
</style>