Shades of Deep Magenta #C11ECB
Tints of Deep Magenta #C11ECB
RGB
CMYK
RGB Variations
Color information
#C11ECB (or 0xC11ECB) is known color: Deep Magenta. HEX triplet: C1, 1E and CB. RGB value is (193,30,203). Sum of RGB (Red+Green+Blue) = 193+30+203=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #C11ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11ECB is #3EE134. Grayscale: #616161. Windows color (decimal): -4120885 or 13311681. OLE color: 13311681.
HSL color Cylindrical-coordinate representation of color #C11ECB: hue angle of 296.53º 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 #C11ECB is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 30 | 203 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.20 |
| HSL | 296.53º | 0.74% | 0.46% | - |
| HSV(B) | 296.53º | 0.85% | 0.8% | - |
| XYZ | 33.24 | 16.58 | 57.95 | - |
| YUV | 98.46 | 187 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 203 | 0.05 | 0.85 | 0 | 0.20 | 296.53 | 0.74 | 0.46 |
| Hex | C1 | 1E | CB | 5 | 55 | 0 | 14 | 129 | 4A | 2E |
| Octal | 301 | 36 | 313 | 5 | 125 | 0 | 24 | 451 | 112 | 56 |
| Binary | 11000001 | 11110 | 11001011 | 101 | 1010101 | 0 | 10100 | 100101001 | 1001010 | 101110 |
Color Harmonies of #C11ECB
Complementary color
Monochromatic Colors of #C11ECB
Black with #C11ECB
Text Example
Text Example
White with #C11ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11ECB; }
p { color: rgb(193,30,203); }
H1.HeaderClassName
{
color: #C11ECB;
}
.AnyTagClassName
{
color: #C11ECB;
}
</style>
background-color css
<style>
a { background-color: #C11ECB; }
a { background-color: rgb(193,30,203); }
div.DivClassName
{
background-color: #C11ECB;
}
.BgClassName
{
background-color: #C11ECB;
}
</style>
border-color css
<style>
span { border-color: #C11ECB; }
span { border-color: rgb(193,30,203); }
td.TdClassName
{
border-color: #C11ECB;
}
.TagClassName
{
border-color: #C11ECB;
}
</style>