Shades of Electric Purple #C11EF6
Tints of Electric Purple #C11EF6
RGB
CMYK
RGB Variations
Color information
#C11EF6 (or 0xC11EF6) is known color: Electric Purple. HEX triplet: C1, 1E and F6. RGB value is (193,30,246). Sum of RGB (Red+Green+Blue) = 193+30+246=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 30 (12.11% from 255 or 6.40% from 469); Blue value is 246 (96.48% from 255 or 52.45% from 469); Max value from RGB is 246 - color contains mainly: blue. Hex color #C11EF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11EF6 is #3EE109. Grayscale: #666666. Windows color (decimal): -4120842 or 16129729. OLE color: 16129729.
HSL color Cylindrical-coordinate representation of color #C11EF6: hue angle of 285.28º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11EF6 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 30 | 246 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.04 |
| HSL | 285.28º | 0.92% | 0.54% | - |
| HSV(B) | 285.28º | 0.88% | 0.96% | - |
| XYZ | 39.09 | 18.92 | 88.78 | - |
| YUV | 103.36 | 208.5 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 246 | 0.22 | 0.88 | 0 | 0.04 | 285.28 | 0.92 | 0.54 |
| Hex | C1 | 1E | F6 | 16 | 58 | 0 | 4 | 11D | 5C | 36 |
| Octal | 301 | 36 | 366 | 26 | 130 | 0 | 4 | 435 | 134 | 66 |
| Binary | 11000001 | 11110 | 11110110 | 10110 | 1011000 | 0 | 100 | 100011101 | 1011100 | 110110 |
Color Harmonies of #C11EF6
Complementary color
Monochromatic Colors of #C11EF6
Black with #C11EF6
Text Example
Text Example
White with #C11EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11EF6; }
p { color: rgb(193,30,246); }
H1.HeaderClassName
{
color: #C11EF6;
}
.AnyTagClassName
{
color: #C11EF6;
}
</style>
background-color css
<style>
a { background-color: #C11EF6; }
a { background-color: rgb(193,30,246); }
div.DivClassName
{
background-color: #C11EF6;
}
.BgClassName
{
background-color: #C11EF6;
}
</style>
border-color css
<style>
span { border-color: #C11EF6; }
span { border-color: rgb(193,30,246); }
td.TdClassName
{
border-color: #C11EF6;
}
.TagClassName
{
border-color: #C11EF6;
}
</style>