Shades of Deep Magenta #C111D9
Tints of Deep Magenta #C111D9
RGB
CMYK
RGB Variations
Color information
#C111D9 (or 0xC111D9) is known color: Deep Magenta. HEX triplet: C1, 11 and D9. RGB value is (193,17,217). Sum of RGB (Red+Green+Blue) = 193+17+217=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 17 (7.03% from 255 or 3.98% from 427); Blue value is 217 (85.16% from 255 or 50.82% from 427); Max value from RGB is 217 - color contains mainly: blue. Hex color #C111D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C111D9 is #3EEE26. Grayscale: #5B5B5B. Windows color (decimal): -4124199 or 14225857. OLE color: 14225857.
HSL color Cylindrical-coordinate representation of color #C111D9: hue angle of 292.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C111D9 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 17 | 217 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.15 |
| HSL | 292.8º | 0.85% | 0.46% | - |
| HSV(B) | 292.8º | 0.92% | 0.85% | - |
| XYZ | 34.72 | 16.75 | 67.05 | - |
| YUV | 92.42 | 198.31 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 217 | 0.11 | 0.92 | 0 | 0.15 | 292.8 | 0.85 | 0.46 |
| Hex | C1 | 11 | D9 | B | 5C | 0 | F | 125 | 55 | 2E |
| Octal | 301 | 21 | 331 | 13 | 134 | 0 | 17 | 445 | 125 | 56 |
| Binary | 11000001 | 10001 | 11011001 | 1011 | 1011100 | 0 | 1111 | 100100101 | 1010101 | 101110 |
Color Harmonies of #C111D9
Complementary color
Monochromatic Colors of #C111D9
Black with #C111D9
Text Example
Text Example
White with #C111D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C111D9; }
p { color: rgb(193,17,217); }
H1.HeaderClassName
{
color: #C111D9;
}
.AnyTagClassName
{
color: #C111D9;
}
</style>
background-color css
<style>
a { background-color: #C111D9; }
a { background-color: rgb(193,17,217); }
div.DivClassName
{
background-color: #C111D9;
}
.BgClassName
{
background-color: #C111D9;
}
</style>
border-color css
<style>
span { border-color: #C111D9; }
span { border-color: rgb(193,17,217); }
td.TdClassName
{
border-color: #C111D9;
}
.TagClassName
{
border-color: #C111D9;
}
</style>