Shades of Deep Magenta #C11ED7
Tints of Deep Magenta #C11ED7
RGB
CMYK
RGB Variations
Color information
#C11ED7 (or 0xC11ED7) is known color: Deep Magenta. HEX triplet: C1, 1E and D7. RGB value is (193,30,215). Sum of RGB (Red+Green+Blue) = 193+30+215=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #C11ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11ED7 is #3EE128. Grayscale: #636363. Windows color (decimal): -4120873 or 14098113. OLE color: 14098113.
HSL color Cylindrical-coordinate representation of color #C11ED7: hue angle of 292.86º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11ED7 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 30 | 215 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.16 |
| HSL | 292.86º | 0.76% | 0.48% | - |
| HSV(B) | 292.86º | 0.86% | 0.84% | - |
| XYZ | 34.72 | 17.17 | 65.77 | - |
| YUV | 99.83 | 193 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 215 | 0.10 | 0.86 | 0 | 0.16 | 292.86 | 0.76 | 0.48 |
| Hex | C1 | 1E | D7 | A | 56 | 0 | 10 | 125 | 4C | 30 |
| Octal | 301 | 36 | 327 | 12 | 126 | 0 | 20 | 445 | 114 | 60 |
| Binary | 11000001 | 11110 | 11010111 | 1010 | 1010110 | 0 | 10000 | 100100101 | 1001100 | 110000 |
Color Harmonies of #C11ED7
Complementary color
Monochromatic Colors of #C11ED7
Black with #C11ED7
Text Example
Text Example
White with #C11ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11ED7; }
p { color: rgb(193,30,215); }
H1.HeaderClassName
{
color: #C11ED7;
}
.AnyTagClassName
{
color: #C11ED7;
}
</style>
background-color css
<style>
a { background-color: #C11ED7; }
a { background-color: rgb(193,30,215); }
div.DivClassName
{
background-color: #C11ED7;
}
.BgClassName
{
background-color: #C11ED7;
}
</style>
border-color css
<style>
span { border-color: #C11ED7; }
span { border-color: rgb(193,30,215); }
td.TdClassName
{
border-color: #C11ED7;
}
.TagClassName
{
border-color: #C11ED7;
}
</style>