Shades of Electric Purple #C014FE
Tints of Electric Purple #C014FE
RGB
CMYK
RGB Variations
Color information
#C014FE (or 0xC014FE) is known color: Electric Purple. HEX triplet: C0, 14 and FE. RGB value is (192,20,254). Sum of RGB (Red+Green+Blue) = 192+20+254=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 20 (8.20% from 255 or 4.29% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #C014FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C014FE is #3FEB01. Grayscale: #616161. Windows color (decimal): -4188930 or 16651456. OLE color: 16651456.
HSL color Cylindrical-coordinate representation of color #C014FE: hue angle of 284.1º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C014FE is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 20 | 254 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.00 |
| HSL | 284.1º | 0.99% | 0.54% | - |
| HSV(B) | 284.1º | 0.92% | 1% | - |
| XYZ | 39.88 | 18.86 | 95.3 | - |
| YUV | 98.1 | 215.98 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 254 | 0.24 | 0.92 | 0 | 0.00 | 284.1 | 0.99 | 0.54 |
| Hex | C0 | 14 | FE | 18 | 5C | 0 | 0 | 11C | 63 | 36 |
| Octal | 300 | 24 | 376 | 30 | 134 | 0 | 0 | 434 | 143 | 66 |
| Binary | 11000000 | 10100 | 11111110 | 11000 | 1011100 | 0 | 0 | 100011100 | 1100011 | 110110 |
Color Harmonies of #C014FE
Complementary color
Monochromatic Colors of #C014FE
Black with #C014FE
Text Example
Text Example
White with #C014FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C014FE; }
p { color: rgb(192,20,254); }
H1.HeaderClassName
{
color: #C014FE;
}
.AnyTagClassName
{
color: #C014FE;
}
</style>
background-color css
<style>
a { background-color: #C014FE; }
a { background-color: rgb(192,20,254); }
div.DivClassName
{
background-color: #C014FE;
}
.BgClassName
{
background-color: #C014FE;
}
</style>
border-color css
<style>
span { border-color: #C014FE; }
span { border-color: rgb(192,20,254); }
td.TdClassName
{
border-color: #C014FE;
}
.TagClassName
{
border-color: #C014FE;
}
</style>