Shades of Electric Purple #CE19FD
Tints of Electric Purple #CE19FD
RGB
CMYK
RGB Variations
Color information
#CE19FD (or 0xCE19FD) is known color: Electric Purple. HEX triplet: CE, 19 and FD. RGB value is (206,25,253). Sum of RGB (Red+Green+Blue) = 206+25+253=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 25 (10.16% from 255 or 5.17% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE19FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE19FD is #31E602. Grayscale: #686868. Windows color (decimal): -3270147 or 16587214. OLE color: 16587214.
HSL color Cylindrical-coordinate representation of color #CE19FD: hue angle of 287.63º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE19FD is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 25 | 253 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.01 |
| HSL | 287.63º | 0.98% | 0.55% | - |
| HSV(B) | 287.63º | 0.9% | 0.99% | - |
| XYZ | 43.53 | 20.91 | 94.67 | - |
| YUV | 105.11 | 211.47 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 253 | 0.19 | 0.90 | 0 | 0.01 | 287.63 | 0.98 | 0.55 |
| Hex | CE | 19 | FD | 13 | 5A | 0 | 1 | 120 | 62 | 37 |
| Octal | 316 | 31 | 375 | 23 | 132 | 0 | 1 | 440 | 142 | 67 |
| Binary | 11001110 | 11001 | 11111101 | 10011 | 1011010 | 0 | 1 | 100100000 | 1100010 | 110111 |
Color Harmonies of #CE19FD
Complementary color
Monochromatic Colors of #CE19FD
Black with #CE19FD
Text Example
Text Example
White with #CE19FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE19FD; }
p { color: rgb(206,25,253); }
H1.HeaderClassName
{
color: #CE19FD;
}
.AnyTagClassName
{
color: #CE19FD;
}
</style>
background-color css
<style>
a { background-color: #CE19FD; }
a { background-color: rgb(206,25,253); }
div.DivClassName
{
background-color: #CE19FD;
}
.BgClassName
{
background-color: #CE19FD;
}
</style>
border-color css
<style>
span { border-color: #CE19FD; }
span { border-color: rgb(206,25,253); }
td.TdClassName
{
border-color: #CE19FD;
}
.TagClassName
{
border-color: #CE19FD;
}
</style>