Shades of Deep Magenta #C11ECC
Tints of Deep Magenta #C11ECC
RGB
CMYK
RGB Variations
Color information
#C11ECC (or 0xC11ECC) is known color: Deep Magenta. HEX triplet: C1, 1E and CC. RGB value is (193,30,204). Sum of RGB (Red+Green+Blue) = 193+30+204=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #C11ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11ECC is #3EE133. Grayscale: #626262. Windows color (decimal): -4120884 or 13377217. OLE color: 13377217.
HSL color Cylindrical-coordinate representation of color #C11ECC: hue angle of 296.21º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11ECC is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 30 | 204 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.2 |
| HSL | 296.21º | 0.74% | 0.46% | - |
| HSV(B) | 296.21º | 0.85% | 0.8% | - |
| XYZ | 33.36 | 16.63 | 58.58 | - |
| YUV | 98.57 | 187.5 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 204 | 0.05 | 0.85 | 0 | 0.2 | 296.21 | 0.74 | 0.46 |
| Hex | C1 | 1E | CC | 5 | 55 | 0 | 14 | 128 | 4A | 2E |
| Octal | 301 | 36 | 314 | 5 | 125 | 0 | 24 | 450 | 112 | 56 |
| Binary | 11000001 | 11110 | 11001100 | 101 | 1010101 | 0 | 10100 | 100101000 | 1001010 | 101110 |
Color Harmonies of #C11ECC
Complementary color
Monochromatic Colors of #C11ECC
Black with #C11ECC
Text Example
Text Example
White with #C11ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11ECC; }
p { color: rgb(193,30,204); }
H1.HeaderClassName
{
color: #C11ECC;
}
.AnyTagClassName
{
color: #C11ECC;
}
</style>
background-color css
<style>
a { background-color: #C11ECC; }
a { background-color: rgb(193,30,204); }
div.DivClassName
{
background-color: #C11ECC;
}
.BgClassName
{
background-color: #C11ECC;
}
</style>
border-color css
<style>
span { border-color: #C11ECC; }
span { border-color: rgb(193,30,204); }
td.TdClassName
{
border-color: #C11ECC;
}
.TagClassName
{
border-color: #C11ECC;
}
</style>