Shades of Electric Purple #C11AFE
Tints of Electric Purple #C11AFE
RGB
CMYK
RGB Variations
Color information
#C11AFE (or 0xC11AFE) is known color: Electric Purple. HEX triplet: C1, 1A and FE. RGB value is (193,26,254). Sum of RGB (Red+Green+Blue) = 193+26+254=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 26 (10.55% from 255 or 5.50% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #C11AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11AFE is #3EE501. Grayscale: #656565. Windows color (decimal): -4121858 or 16652993. OLE color: 16652993.
HSL color Cylindrical-coordinate representation of color #C11AFE: hue angle of 283.95º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11AFE is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 26 | 254 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.00 |
| HSL | 283.95º | 0.99% | 0.55% | - |
| HSV(B) | 283.95º | 0.9% | 1% | - |
| XYZ | 40.25 | 19.23 | 95.36 | - |
| YUV | 101.93 | 213.83 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 254 | 0.24 | 0.90 | 0 | 0.00 | 283.95 | 0.99 | 0.55 |
| Hex | C1 | 1A | FE | 18 | 5A | 0 | 0 | 11C | 63 | 37 |
| Octal | 301 | 32 | 376 | 30 | 132 | 0 | 0 | 434 | 143 | 67 |
| Binary | 11000001 | 11010 | 11111110 | 11000 | 1011010 | 0 | 0 | 100011100 | 1100011 | 110111 |
Color Harmonies of #C11AFE
Complementary color
Monochromatic Colors of #C11AFE
Black with #C11AFE
Text Example
Text Example
White with #C11AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11AFE; }
p { color: rgb(193,26,254); }
H1.HeaderClassName
{
color: #C11AFE;
}
.AnyTagClassName
{
color: #C11AFE;
}
</style>
background-color css
<style>
a { background-color: #C11AFE; }
a { background-color: rgb(193,26,254); }
div.DivClassName
{
background-color: #C11AFE;
}
.BgClassName
{
background-color: #C11AFE;
}
</style>
border-color css
<style>
span { border-color: #C11AFE; }
span { border-color: rgb(193,26,254); }
td.TdClassName
{
border-color: #C11AFE;
}
.TagClassName
{
border-color: #C11AFE;
}
</style>