Shades of Deep Magenta #C11ED4
Tints of Deep Magenta #C11ED4
RGB
CMYK
RGB Variations
Color information
#C11ED4 (or 0xC11ED4) is known color: Deep Magenta. HEX triplet: C1, 1E and D4. RGB value is (193,30,212). Sum of RGB (Red+Green+Blue) = 193+30+212=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 212 (83.20% from 255 or 48.74% from 435); Max value from RGB is 212 - color contains mainly: blue. Hex color #C11ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11ED4 is #3EE12B. Grayscale: #626262. Windows color (decimal): -4120876 or 13901505. OLE color: 13901505.
HSL color Cylindrical-coordinate representation of color #C11ED4: hue angle of 293.74º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11ED4 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 30 | 212 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.17 |
| HSL | 293.74º | 0.75% | 0.47% | - |
| HSV(B) | 293.74º | 0.86% | 0.83% | - |
| XYZ | 34.34 | 17.02 | 63.76 | - |
| YUV | 99.49 | 191.5 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 212 | 0.09 | 0.86 | 0 | 0.17 | 293.74 | 0.75 | 0.47 |
| Hex | C1 | 1E | D4 | 9 | 56 | 0 | 11 | 126 | 4B | 2F |
| Octal | 301 | 36 | 324 | 11 | 126 | 0 | 21 | 446 | 113 | 57 |
| Binary | 11000001 | 11110 | 11010100 | 1001 | 1010110 | 0 | 10001 | 100100110 | 1001011 | 101111 |
Color Harmonies of #C11ED4
Complementary color
Monochromatic Colors of #C11ED4
Black with #C11ED4
Text Example
Text Example
White with #C11ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11ED4; }
p { color: rgb(193,30,212); }
H1.HeaderClassName
{
color: #C11ED4;
}
.AnyTagClassName
{
color: #C11ED4;
}
</style>
background-color css
<style>
a { background-color: #C11ED4; }
a { background-color: rgb(193,30,212); }
div.DivClassName
{
background-color: #C11ED4;
}
.BgClassName
{
background-color: #C11ED4;
}
</style>
border-color css
<style>
span { border-color: #C11ED4; }
span { border-color: rgb(193,30,212); }
td.TdClassName
{
border-color: #C11ED4;
}
.TagClassName
{
border-color: #C11ED4;
}
</style>