Shades of Electric Purple #CE31F5
Tints of Electric Purple #CE31F5
RGB
CMYK
RGB Variations
Color information
#CE31F5 (or 0xCE31F5) is known color: Electric Purple. HEX triplet: CE, 31 and F5. RGB value is (206,49,245). Sum of RGB (Red+Green+Blue) = 206+49+245=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 49 (19.53% from 255 or 9.8% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE31F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE31F5 is #31CE0A. Grayscale: #757575. Windows color (decimal): -3264011 or 16069070. OLE color: 16069070.
HSL color Cylindrical-coordinate representation of color #CE31F5: hue angle of 288.06º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE31F5 is Cyan = 0.16, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 49 | 245 | - |
| CMYK | 0.16 | 0.8 | 0 | 0.04 |
| HSL | 288.06º | 0.91% | 0.58% | - |
| HSV(B) | 288.06º | 0.8% | 0.96% | - |
| XYZ | 43.03 | 21.91 | 88.35 | - |
| YUV | 118.29 | 199.51 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 245 | 0.16 | 0.8 | 0 | 0.04 | 288.06 | 0.91 | 0.58 |
| Hex | CE | 31 | F5 | 10 | 50 | 0 | 4 | 120 | 5B | 3A |
| Octal | 316 | 61 | 365 | 20 | 120 | 0 | 4 | 440 | 133 | 72 |
| Binary | 11001110 | 110001 | 11110101 | 10000 | 1010000 | 0 | 100 | 100100000 | 1011011 | 111010 |
Color Harmonies of #CE31F5
Complementary color
Monochromatic Colors of #CE31F5
Black with #CE31F5
Text Example
Text Example
White with #CE31F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE31F5; }
p { color: rgb(206,49,245); }
H1.HeaderClassName
{
color: #CE31F5;
}
.AnyTagClassName
{
color: #CE31F5;
}
</style>
background-color css
<style>
a { background-color: #CE31F5; }
a { background-color: rgb(206,49,245); }
div.DivClassName
{
background-color: #CE31F5;
}
.BgClassName
{
background-color: #CE31F5;
}
</style>
border-color css
<style>
span { border-color: #CE31F5; }
span { border-color: rgb(206,49,245); }
td.TdClassName
{
border-color: #CE31F5;
}
.TagClassName
{
border-color: #CE31F5;
}
</style>