Shades of Deep Magenta #C11ECE
Tints of Deep Magenta #C11ECE
RGB
CMYK
RGB Variations
Color information
#C11ECE (or 0xC11ECE) is known color: Deep Magenta. HEX triplet: C1, 1E and CE. RGB value is (193,30,206). Sum of RGB (Red+Green+Blue) = 193+30+206=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #C11ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11ECE is #3EE131. Grayscale: #626262. Windows color (decimal): -4120882 or 13508289. OLE color: 13508289.
HSL color Cylindrical-coordinate representation of color #C11ECE: hue angle of 295.57º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11ECE is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 30 | 206 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.19 |
| HSL | 295.57º | 0.75% | 0.46% | - |
| HSV(B) | 295.57º | 0.85% | 0.81% | - |
| XYZ | 33.6 | 16.72 | 59.85 | - |
| YUV | 98.8 | 188.5 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 206 | 0.06 | 0.85 | 0 | 0.19 | 295.57 | 0.75 | 0.46 |
| Hex | C1 | 1E | CE | 6 | 55 | 0 | 13 | 128 | 4B | 2E |
| Octal | 301 | 36 | 316 | 6 | 125 | 0 | 23 | 450 | 113 | 56 |
| Binary | 11000001 | 11110 | 11001110 | 110 | 1010101 | 0 | 10011 | 100101000 | 1001011 | 101110 |
Color Harmonies of #C11ECE
Complementary color
Monochromatic Colors of #C11ECE
Black with #C11ECE
Text Example
Text Example
White with #C11ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11ECE; }
p { color: rgb(193,30,206); }
H1.HeaderClassName
{
color: #C11ECE;
}
.AnyTagClassName
{
color: #C11ECE;
}
</style>
background-color css
<style>
a { background-color: #C11ECE; }
a { background-color: rgb(193,30,206); }
div.DivClassName
{
background-color: #C11ECE;
}
.BgClassName
{
background-color: #C11ECE;
}
</style>
border-color css
<style>
span { border-color: #C11ECE; }
span { border-color: rgb(193,30,206); }
td.TdClassName
{
border-color: #C11ECE;
}
.TagClassName
{
border-color: #C11ECE;
}
</style>