Shades of Deep Magenta #C111E3
Tints of Deep Magenta #C111E3
RGB
CMYK
RGB Variations
Color information
#C111E3 (or 0xC111E3) is known color: Deep Magenta. HEX triplet: C1, 11 and E3. RGB value is (193,17,227). Sum of RGB (Red+Green+Blue) = 193+17+227=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 227 (89.06% from 255 or 51.95% from 437); Max value from RGB is 227 - color contains mainly: blue. Hex color #C111E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C111E3 is #3EEE1C. Grayscale: #5C5C5C. Windows color (decimal): -4124189 or 14881217. OLE color: 14881217.
HSL color Cylindrical-coordinate representation of color #C111E3: hue angle of 290.29º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C111E3 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 17 | 227 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.11 |
| HSL | 290.29º | 0.86% | 0.48% | - |
| HSV(B) | 290.29º | 0.93% | 0.89% | - |
| XYZ | 36.06 | 17.28 | 74.11 | - |
| YUV | 93.56 | 203.31 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 227 | 0.15 | 0.93 | 0 | 0.11 | 290.29 | 0.86 | 0.48 |
| Hex | C1 | 11 | E3 | F | 5D | 0 | B | 122 | 56 | 30 |
| Octal | 301 | 21 | 343 | 17 | 135 | 0 | 13 | 442 | 126 | 60 |
| Binary | 11000001 | 10001 | 11100011 | 1111 | 1011101 | 0 | 1011 | 100100010 | 1010110 | 110000 |
Color Harmonies of #C111E3
Complementary color
Monochromatic Colors of #C111E3
Black with #C111E3
Text Example
Text Example
White with #C111E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C111E3; }
p { color: rgb(193,17,227); }
H1.HeaderClassName
{
color: #C111E3;
}
.AnyTagClassName
{
color: #C111E3;
}
</style>
background-color css
<style>
a { background-color: #C111E3; }
a { background-color: rgb(193,17,227); }
div.DivClassName
{
background-color: #C111E3;
}
.BgClassName
{
background-color: #C111E3;
}
</style>
border-color css
<style>
span { border-color: #C111E3; }
span { border-color: rgb(193,17,227); }
td.TdClassName
{
border-color: #C111E3;
}
.TagClassName
{
border-color: #C111E3;
}
</style>