Shades of Deep Magenta #C11ECF
Tints of Deep Magenta #C11ECF
RGB
CMYK
RGB Variations
Color information
#C11ECF (or 0xC11ECF) is known color: Deep Magenta. HEX triplet: C1, 1E and CF. RGB value is (193,30,207). Sum of RGB (Red+Green+Blue) = 193+30+207=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #C11ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11ECF is #3EE130. Grayscale: #626262. Windows color (decimal): -4120881 or 13573825. OLE color: 13573825.
HSL color Cylindrical-coordinate representation of color #C11ECF: hue angle of 295.25º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11ECF is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 30 | 207 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.19 |
| HSL | 295.25º | 0.75% | 0.46% | - |
| HSV(B) | 295.25º | 0.86% | 0.81% | - |
| XYZ | 33.72 | 16.77 | 60.49 | - |
| YUV | 98.92 | 189 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 207 | 0.07 | 0.86 | 0 | 0.19 | 295.25 | 0.75 | 0.46 |
| Hex | C1 | 1E | CF | 7 | 56 | 0 | 13 | 127 | 4B | 2E |
| Octal | 301 | 36 | 317 | 7 | 126 | 0 | 23 | 447 | 113 | 56 |
| Binary | 11000001 | 11110 | 11001111 | 111 | 1010110 | 0 | 10011 | 100100111 | 1001011 | 101110 |
Color Harmonies of #C11ECF
Complementary color
Monochromatic Colors of #C11ECF
Black with #C11ECF
Text Example
Text Example
White with #C11ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11ECF; }
p { color: rgb(193,30,207); }
H1.HeaderClassName
{
color: #C11ECF;
}
.AnyTagClassName
{
color: #C11ECF;
}
</style>
background-color css
<style>
a { background-color: #C11ECF; }
a { background-color: rgb(193,30,207); }
div.DivClassName
{
background-color: #C11ECF;
}
.BgClassName
{
background-color: #C11ECF;
}
</style>
border-color css
<style>
span { border-color: #C11ECF; }
span { border-color: rgb(193,30,207); }
td.TdClassName
{
border-color: #C11ECF;
}
.TagClassName
{
border-color: #C11ECF;
}
</style>