Shades of Electric Purple #CE12FC
Tints of Electric Purple #CE12FC
RGB
CMYK
RGB Variations
Color information
#CE12FC (or 0xCE12FC) is known color: Electric Purple. HEX triplet: CE, 12 and FC. RGB value is (206,18,252). Sum of RGB (Red+Green+Blue) = 206+18+252=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 18 (7.42% from 255 or 3.78% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE12FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE12FC is #31ED03. Grayscale: #646464. Windows color (decimal): -3271940 or 16519886. OLE color: 16519886.
HSL color Cylindrical-coordinate representation of color #CE12FC: hue angle of 288.21º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE12FC is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 18 | 252 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.01 |
| HSL | 288.21º | 0.98% | 0.53% | - |
| HSV(B) | 288.21º | 0.93% | 0.99% | - |
| XYZ | 43.24 | 20.58 | 93.79 | - |
| YUV | 100.89 | 213.28 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 252 | 0.18 | 0.93 | 0 | 0.01 | 288.21 | 0.98 | 0.53 |
| Hex | CE | 12 | FC | 12 | 5D | 0 | 1 | 120 | 62 | 35 |
| Octal | 316 | 22 | 374 | 22 | 135 | 0 | 1 | 440 | 142 | 65 |
| Binary | 11001110 | 10010 | 11111100 | 10010 | 1011101 | 0 | 1 | 100100000 | 1100010 | 110101 |
Color Harmonies of #CE12FC
Complementary color
Monochromatic Colors of #CE12FC
Black with #CE12FC
Text Example
Text Example
White with #CE12FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE12FC; }
p { color: rgb(206,18,252); }
H1.HeaderClassName
{
color: #CE12FC;
}
.AnyTagClassName
{
color: #CE12FC;
}
</style>
background-color css
<style>
a { background-color: #CE12FC; }
a { background-color: rgb(206,18,252); }
div.DivClassName
{
background-color: #CE12FC;
}
.BgClassName
{
background-color: #CE12FC;
}
</style>
border-color css
<style>
span { border-color: #CE12FC; }
span { border-color: rgb(206,18,252); }
td.TdClassName
{
border-color: #CE12FC;
}
.TagClassName
{
border-color: #CE12FC;
}
</style>