Shades of Electric Purple #C11FE6
Tints of Electric Purple #C11FE6
RGB
CMYK
RGB Variations
Color information
#C11FE6 (or 0xC11FE6) is known color: Electric Purple. HEX triplet: C1, 1F and E6. RGB value is (193,31,230). Sum of RGB (Red+Green+Blue) = 193+31+230=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 31 (12.5% from 255 or 6.83% from 454); Blue value is 230 (90.23% from 255 or 50.66% from 454); Max value from RGB is 230 - color contains mainly: blue. Hex color #C11FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11FE6 is #3EE019. Grayscale: #656565. Windows color (decimal): -4120602 or 15081409. OLE color: 15081409.
HSL color Cylindrical-coordinate representation of color #C11FE6: hue angle of 288.84º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11FE6 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 31 | 230 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.10 |
| HSL | 288.84º | 0.8% | 0.51% | - |
| HSV(B) | 288.84º | 0.87% | 0.9% | - |
| XYZ | 36.77 | 18.03 | 76.41 | - |
| YUV | 102.12 | 200.17 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 230 | 0.16 | 0.87 | 0 | 0.10 | 288.84 | 0.8 | 0.51 |
| Hex | C1 | 1F | E6 | 10 | 57 | 0 | A | 121 | 50 | 33 |
| Octal | 301 | 37 | 346 | 20 | 127 | 0 | 12 | 441 | 120 | 63 |
| Binary | 11000001 | 11111 | 11100110 | 10000 | 1010111 | 0 | 1010 | 100100001 | 1010000 | 110011 |
Color Harmonies of #C11FE6
Complementary color
Monochromatic Colors of #C11FE6
Black with #C11FE6
Text Example
Text Example
White with #C11FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11FE6; }
p { color: rgb(193,31,230); }
H1.HeaderClassName
{
color: #C11FE6;
}
.AnyTagClassName
{
color: #C11FE6;
}
</style>
background-color css
<style>
a { background-color: #C11FE6; }
a { background-color: rgb(193,31,230); }
div.DivClassName
{
background-color: #C11FE6;
}
.BgClassName
{
background-color: #C11FE6;
}
</style>
border-color css
<style>
span { border-color: #C11FE6; }
span { border-color: rgb(193,31,230); }
td.TdClassName
{
border-color: #C11FE6;
}
.TagClassName
{
border-color: #C11FE6;
}
</style>