Shades of Deep Magenta #C11ED5
Tints of Deep Magenta #C11ED5
RGB
CMYK
RGB Variations
Color information
#C11ED5 (or 0xC11ED5) is known color: Deep Magenta. HEX triplet: C1, 1E and D5. RGB value is (193,30,213). Sum of RGB (Red+Green+Blue) = 193+30+213=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 30 (12.11% from 255 or 6.88% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #C11ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11ED5 is #3EE12A. Grayscale: #636363. Windows color (decimal): -4120875 or 13967041. OLE color: 13967041.
HSL color Cylindrical-coordinate representation of color #C11ED5: hue angle of 293.44º degrees, saturation: 0.75, 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 #C11ED5 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 30 | 213 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.16 |
| HSL | 293.44º | 0.75% | 0.48% | - |
| HSV(B) | 293.44º | 0.86% | 0.84% | - |
| XYZ | 34.47 | 17.07 | 64.43 | - |
| YUV | 99.6 | 192 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 213 | 0.09 | 0.86 | 0 | 0.16 | 293.44 | 0.75 | 0.48 |
| Hex | C1 | 1E | D5 | 9 | 56 | 0 | 10 | 125 | 4B | 30 |
| Octal | 301 | 36 | 325 | 11 | 126 | 0 | 20 | 445 | 113 | 60 |
| Binary | 11000001 | 11110 | 11010101 | 1001 | 1010110 | 0 | 10000 | 100100101 | 1001011 | 110000 |
Color Harmonies of #C11ED5
Complementary color
Monochromatic Colors of #C11ED5
Black with #C11ED5
Text Example
Text Example
White with #C11ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11ED5; }
p { color: rgb(193,30,213); }
H1.HeaderClassName
{
color: #C11ED5;
}
.AnyTagClassName
{
color: #C11ED5;
}
</style>
background-color css
<style>
a { background-color: #C11ED5; }
a { background-color: rgb(193,30,213); }
div.DivClassName
{
background-color: #C11ED5;
}
.BgClassName
{
background-color: #C11ED5;
}
</style>
border-color css
<style>
span { border-color: #C11ED5; }
span { border-color: rgb(193,30,213); }
td.TdClassName
{
border-color: #C11ED5;
}
.TagClassName
{
border-color: #C11ED5;
}
</style>