Shades of Electric Purple #C11EFA
Tints of Electric Purple #C11EFA
RGB
CMYK
RGB Variations
Color information
#C11EFA (or 0xC11EFA) is known color: Electric Purple. HEX triplet: C1, 1E and FA. RGB value is (193,30,250). Sum of RGB (Red+Green+Blue) = 193+30+250=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #C11EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11EFA is #3EE105. Grayscale: #676767. Windows color (decimal): -4120838 or 16391873. OLE color: 16391873.
HSL color Cylindrical-coordinate representation of color #C11EFA: hue angle of 284.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11EFA is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 30 | 250 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.02 |
| HSL | 284.45º | 0.96% | 0.55% | - |
| HSV(B) | 284.45º | 0.88% | 0.98% | - |
| XYZ | 39.71 | 19.17 | 92.05 | - |
| YUV | 103.82 | 210.5 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 250 | 0.23 | 0.88 | 0 | 0.02 | 284.45 | 0.96 | 0.55 |
| Hex | C1 | 1E | FA | 17 | 58 | 0 | 2 | 11C | 60 | 37 |
| Octal | 301 | 36 | 372 | 27 | 130 | 0 | 2 | 434 | 140 | 67 |
| Binary | 11000001 | 11110 | 11111010 | 10111 | 1011000 | 0 | 10 | 100011100 | 1100000 | 110111 |
Color Harmonies of #C11EFA
Complementary color
Monochromatic Colors of #C11EFA
Black with #C11EFA
Text Example
Text Example
White with #C11EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11EFA; }
p { color: rgb(193,30,250); }
H1.HeaderClassName
{
color: #C11EFA;
}
.AnyTagClassName
{
color: #C11EFA;
}
</style>
background-color css
<style>
a { background-color: #C11EFA; }
a { background-color: rgb(193,30,250); }
div.DivClassName
{
background-color: #C11EFA;
}
.BgClassName
{
background-color: #C11EFA;
}
</style>
border-color css
<style>
span { border-color: #C11EFA; }
span { border-color: rgb(193,30,250); }
td.TdClassName
{
border-color: #C11EFA;
}
.TagClassName
{
border-color: #C11EFA;
}
</style>