Shades of Electric Purple #C114FE
Tints of Electric Purple #C114FE
RGB
CMYK
RGB Variations
Color information
#C114FE (or 0xC114FE) is known color: Electric Purple. HEX triplet: C1, 14 and FE. RGB value is (193,20,254). Sum of RGB (Red+Green+Blue) = 193+20+254=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 20 (8.20% from 255 or 4.28% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #C114FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C114FE is #3EEB01. Grayscale: #616161. Windows color (decimal): -4123394 or 16651457. OLE color: 16651457.
HSL color Cylindrical-coordinate representation of color #C114FE: hue angle of 284.36º 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 #C114FE is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 20 | 254 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.00 |
| HSL | 284.36º | 0.99% | 0.54% | - |
| HSV(B) | 284.36º | 0.92% | 1% | - |
| XYZ | 40.13 | 18.99 | 95.32 | - |
| YUV | 98.4 | 215.81 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 254 | 0.24 | 0.92 | 0 | 0.00 | 284.36 | 0.99 | 0.54 |
| Hex | C1 | 14 | FE | 18 | 5C | 0 | 0 | 11C | 63 | 36 |
| Octal | 301 | 24 | 376 | 30 | 134 | 0 | 0 | 434 | 143 | 66 |
| Binary | 11000001 | 10100 | 11111110 | 11000 | 1011100 | 0 | 0 | 100011100 | 1100011 | 110110 |
Color Harmonies of #C114FE
Complementary color
Monochromatic Colors of #C114FE
Black with #C114FE
Text Example
Text Example
White with #C114FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C114FE; }
p { color: rgb(193,20,254); }
H1.HeaderClassName
{
color: #C114FE;
}
.AnyTagClassName
{
color: #C114FE;
}
</style>
background-color css
<style>
a { background-color: #C114FE; }
a { background-color: rgb(193,20,254); }
div.DivClassName
{
background-color: #C114FE;
}
.BgClassName
{
background-color: #C114FE;
}
</style>
border-color css
<style>
span { border-color: #C114FE; }
span { border-color: rgb(193,20,254); }
td.TdClassName
{
border-color: #C114FE;
}
.TagClassName
{
border-color: #C114FE;
}
</style>