Shades of Electric Purple #C914FE
Tints of Electric Purple #C914FE
RGB
CMYK
RGB Variations
Color information
#C914FE (or 0xC914FE) is known color: Electric Purple. HEX triplet: C9, 14 and FE. RGB value is (201,20,254). Sum of RGB (Red+Green+Blue) = 201+20+254=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 20 (8.20% from 255 or 4.21% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #C914FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C914FE is #36EB01. Grayscale: #646464. Windows color (decimal): -3599106 or 16651465. OLE color: 16651465.
HSL color Cylindrical-coordinate representation of color #C914FE: hue angle of 286.41º 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 #C914FE is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 20 | 254 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.00 |
| HSL | 286.41º | 0.99% | 0.54% | - |
| HSV(B) | 286.41º | 0.92% | 1% | - |
| XYZ | 42.23 | 20.07 | 95.41 | - |
| YUV | 100.8 | 214.47 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 254 | 0.21 | 0.92 | 0 | 0.00 | 286.41 | 0.99 | 0.54 |
| Hex | C9 | 14 | FE | 15 | 5C | 0 | 0 | 11E | 63 | 36 |
| Octal | 311 | 24 | 376 | 25 | 134 | 0 | 0 | 436 | 143 | 66 |
| Binary | 11001001 | 10100 | 11111110 | 10101 | 1011100 | 0 | 0 | 100011110 | 1100011 | 110110 |
Color Harmonies of #C914FE
Complementary color
Monochromatic Colors of #C914FE
Black with #C914FE
Text Example
Text Example
White with #C914FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C914FE; }
p { color: rgb(201,20,254); }
H1.HeaderClassName
{
color: #C914FE;
}
.AnyTagClassName
{
color: #C914FE;
}
</style>
background-color css
<style>
a { background-color: #C914FE; }
a { background-color: rgb(201,20,254); }
div.DivClassName
{
background-color: #C914FE;
}
.BgClassName
{
background-color: #C914FE;
}
</style>
border-color css
<style>
span { border-color: #C914FE; }
span { border-color: rgb(201,20,254); }
td.TdClassName
{
border-color: #C914FE;
}
.TagClassName
{
border-color: #C914FE;
}
</style>