Shades of Electric Purple #CE31FE
Tints of Electric Purple #CE31FE
RGB
CMYK
RGB Variations
Color information
#CE31FE (or 0xCE31FE) is known color: Electric Purple. HEX triplet: CE, 31 and FE. RGB value is (206,49,254). Sum of RGB (Red+Green+Blue) = 206+49+254=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 49 (19.53% from 255 or 9.63% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE31FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE31FE is #31CE01. Grayscale: #767676. Windows color (decimal): -3264002 or 16658894. OLE color: 16658894.
HSL color Cylindrical-coordinate representation of color #CE31FE: hue angle of 285.95º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE31FE is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 49 | 254 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.00 |
| HSL | 285.95º | 0.99% | 0.59% | - |
| HSV(B) | 285.95º | 0.81% | 1% | - |
| XYZ | 44.44 | 22.47 | 95.76 | - |
| YUV | 119.31 | 204.01 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 254 | 0.19 | 0.81 | 0 | 0.00 | 285.95 | 0.99 | 0.59 |
| Hex | CE | 31 | FE | 13 | 51 | 0 | 0 | 11E | 63 | 3B |
| Octal | 316 | 61 | 376 | 23 | 121 | 0 | 0 | 436 | 143 | 73 |
| Binary | 11001110 | 110001 | 11111110 | 10011 | 1010001 | 0 | 0 | 100011110 | 1100011 | 111011 |
Color Harmonies of #CE31FE
Complementary color
Monochromatic Colors of #CE31FE
Black with #CE31FE
Text Example
Text Example
White with #CE31FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE31FE; }
p { color: rgb(206,49,254); }
H1.HeaderClassName
{
color: #CE31FE;
}
.AnyTagClassName
{
color: #CE31FE;
}
</style>
background-color css
<style>
a { background-color: #CE31FE; }
a { background-color: rgb(206,49,254); }
div.DivClassName
{
background-color: #CE31FE;
}
.BgClassName
{
background-color: #CE31FE;
}
</style>
border-color css
<style>
span { border-color: #CE31FE; }
span { border-color: rgb(206,49,254); }
td.TdClassName
{
border-color: #CE31FE;
}
.TagClassName
{
border-color: #CE31FE;
}
</style>