Shades of Electric Purple #C111FE
Tints of Electric Purple #C111FE
RGB
CMYK
RGB Variations
Color information
#C111FE (or 0xC111FE) is known color: Electric Purple. HEX triplet: C1, 11 and FE. RGB value is (193,17,254). Sum of RGB (Red+Green+Blue) = 193+17+254=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 17 (7.03% from 255 or 3.66% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #C111FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C111FE is #3EEE01. Grayscale: #5F5F5F. Windows color (decimal): -4124162 or 16650689. OLE color: 16650689.
HSL color Cylindrical-coordinate representation of color #C111FE: hue angle of 284.56º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C111FE is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 17 | 254 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.00 |
| HSL | 284.56º | 0.99% | 0.53% | - |
| HSV(B) | 284.56º | 0.93% | 1% | - |
| XYZ | 40.08 | 18.89 | 95.3 | - |
| YUV | 96.64 | 216.81 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 254 | 0.24 | 0.93 | 0 | 0.00 | 284.56 | 0.99 | 0.53 |
| Hex | C1 | 11 | FE | 18 | 5D | 0 | 0 | 11D | 63 | 35 |
| Octal | 301 | 21 | 376 | 30 | 135 | 0 | 0 | 435 | 143 | 65 |
| Binary | 11000001 | 10001 | 11111110 | 11000 | 1011101 | 0 | 0 | 100011101 | 1100011 | 110101 |
Color Harmonies of #C111FE
Complementary color
Monochromatic Colors of #C111FE
Black with #C111FE
Text Example
Text Example
White with #C111FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C111FE; }
p { color: rgb(193,17,254); }
H1.HeaderClassName
{
color: #C111FE;
}
.AnyTagClassName
{
color: #C111FE;
}
</style>
background-color css
<style>
a { background-color: #C111FE; }
a { background-color: rgb(193,17,254); }
div.DivClassName
{
background-color: #C111FE;
}
.BgClassName
{
background-color: #C111FE;
}
</style>
border-color css
<style>
span { border-color: #C111FE; }
span { border-color: rgb(193,17,254); }
td.TdClassName
{
border-color: #C111FE;
}
.TagClassName
{
border-color: #C111FE;
}
</style>