Shades of Electric Purple #C11FEE
Tints of Electric Purple #C11FEE
RGB
CMYK
RGB Variations
Color information
#C11FEE (or 0xC11FEE) is known color: Electric Purple. HEX triplet: C1, 1F and EE. RGB value is (193,31,238). Sum of RGB (Red+Green+Blue) = 193+31+238=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 31 (12.5% from 255 or 6.71% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #C11FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11FEE is #3EE011. Grayscale: #666666. Windows color (decimal): -4120594 or 15605697. OLE color: 15605697.
HSL color Cylindrical-coordinate representation of color #C11FEE: hue angle of 286.96º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11FEE is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 31 | 238 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.07 |
| HSL | 286.96º | 0.86% | 0.53% | - |
| HSV(B) | 286.96º | 0.87% | 0.93% | - |
| XYZ | 37.91 | 18.49 | 82.46 | - |
| YUV | 103.04 | 204.17 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 238 | 0.19 | 0.87 | 0 | 0.07 | 286.96 | 0.86 | 0.53 |
| Hex | C1 | 1F | EE | 13 | 57 | 0 | 7 | 11F | 56 | 35 |
| Octal | 301 | 37 | 356 | 23 | 127 | 0 | 7 | 437 | 126 | 65 |
| Binary | 11000001 | 11111 | 11101110 | 10011 | 1010111 | 0 | 111 | 100011111 | 1010110 | 110101 |
Color Harmonies of #C11FEE
Complementary color
Monochromatic Colors of #C11FEE
Black with #C11FEE
Text Example
Text Example
White with #C11FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11FEE; }
p { color: rgb(193,31,238); }
H1.HeaderClassName
{
color: #C11FEE;
}
.AnyTagClassName
{
color: #C11FEE;
}
</style>
background-color css
<style>
a { background-color: #C11FEE; }
a { background-color: rgb(193,31,238); }
div.DivClassName
{
background-color: #C11FEE;
}
.BgClassName
{
background-color: #C11FEE;
}
</style>
border-color css
<style>
span { border-color: #C11FEE; }
span { border-color: rgb(193,31,238); }
td.TdClassName
{
border-color: #C11FEE;
}
.TagClassName
{
border-color: #C11FEE;
}
</style>