Shades of Electric Purple #CE31F9
Tints of Electric Purple #CE31F9
RGB
CMYK
RGB Variations
Color information
#CE31F9 (or 0xCE31F9) is known color: Electric Purple. HEX triplet: CE, 31 and F9. RGB value is (206,49,249). Sum of RGB (Red+Green+Blue) = 206+49+249=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 49 (19.53% from 255 or 9.72% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE31F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE31F9 is #31CE06. Grayscale: #767676. Windows color (decimal): -3264007 or 16331214. OLE color: 16331214.
HSL color Cylindrical-coordinate representation of color #CE31F9: hue angle of 287.1º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE31F9 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 49 | 249 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.02 |
| HSL | 287.1º | 0.94% | 0.58% | - |
| HSV(B) | 287.1º | 0.8% | 0.98% | - |
| XYZ | 43.65 | 22.16 | 91.6 | - |
| YUV | 118.74 | 201.51 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 249 | 0.17 | 0.80 | 0 | 0.02 | 287.1 | 0.94 | 0.58 |
| Hex | CE | 31 | F9 | 11 | 50 | 0 | 2 | 11F | 5E | 3A |
| Octal | 316 | 61 | 371 | 21 | 120 | 0 | 2 | 437 | 136 | 72 |
| Binary | 11001110 | 110001 | 11111001 | 10001 | 1010000 | 0 | 10 | 100011111 | 1011110 | 111010 |
Color Harmonies of #CE31F9
Complementary color
Monochromatic Colors of #CE31F9
Black with #CE31F9
Text Example
Text Example
White with #CE31F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE31F9; }
p { color: rgb(206,49,249); }
H1.HeaderClassName
{
color: #CE31F9;
}
.AnyTagClassName
{
color: #CE31F9;
}
</style>
background-color css
<style>
a { background-color: #CE31F9; }
a { background-color: rgb(206,49,249); }
div.DivClassName
{
background-color: #CE31F9;
}
.BgClassName
{
background-color: #CE31F9;
}
</style>
border-color css
<style>
span { border-color: #CE31F9; }
span { border-color: rgb(206,49,249); }
td.TdClassName
{
border-color: #CE31F9;
}
.TagClassName
{
border-color: #CE31F9;
}
</style>