Shades of Electric Purple #CE14FC
Tints of Electric Purple #CE14FC
RGB
CMYK
RGB Variations
Color information
#CE14FC (or 0xCE14FC) is known color: Electric Purple. HEX triplet: CE, 14 and FC. RGB value is (206,20,252). Sum of RGB (Red+Green+Blue) = 206+20+252=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 20 (8.20% from 255 or 4.18% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE14FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE14FC is #31EB03. Grayscale: #656565. Windows color (decimal): -3271428 or 16520398. OLE color: 16520398.
HSL color Cylindrical-coordinate representation of color #CE14FC: hue angle of 288.1º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE14FC is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 20 | 252 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.01 |
| HSL | 288.1º | 0.97% | 0.53% | - |
| HSV(B) | 288.1º | 0.92% | 0.99% | - |
| XYZ | 43.27 | 20.65 | 93.8 | - |
| YUV | 102.06 | 212.62 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 252 | 0.18 | 0.92 | 0 | 0.01 | 288.1 | 0.97 | 0.53 |
| Hex | CE | 14 | FC | 12 | 5C | 0 | 1 | 120 | 61 | 35 |
| Octal | 316 | 24 | 374 | 22 | 134 | 0 | 1 | 440 | 141 | 65 |
| Binary | 11001110 | 10100 | 11111100 | 10010 | 1011100 | 0 | 1 | 100100000 | 1100001 | 110101 |
Color Harmonies of #CE14FC
Complementary color
Monochromatic Colors of #CE14FC
Black with #CE14FC
Text Example
Text Example
White with #CE14FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14FC; }
p { color: rgb(206,20,252); }
H1.HeaderClassName
{
color: #CE14FC;
}
.AnyTagClassName
{
color: #CE14FC;
}
</style>
background-color css
<style>
a { background-color: #CE14FC; }
a { background-color: rgb(206,20,252); }
div.DivClassName
{
background-color: #CE14FC;
}
.BgClassName
{
background-color: #CE14FC;
}
</style>
border-color css
<style>
span { border-color: #CE14FC; }
span { border-color: rgb(206,20,252); }
td.TdClassName
{
border-color: #CE14FC;
}
.TagClassName
{
border-color: #CE14FC;
}
</style>