Shades of Electric Purple #CE24FD
Tints of Electric Purple #CE24FD
RGB
CMYK
RGB Variations
Color information
#CE24FD (or 0xCE24FD) is known color: Electric Purple. HEX triplet: CE, 24 and FD. RGB value is (206,36,253). Sum of RGB (Red+Green+Blue) = 206+36+253=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 36 (14.45% from 255 or 7.27% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE24FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE24FD is #31DB02. Grayscale: #6E6E6E. Windows color (decimal): -3267331 or 16590030. OLE color: 16590030.
HSL color Cylindrical-coordinate representation of color #CE24FD: hue angle of 287º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE24FD is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 36 | 253 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.01 |
| HSL | 287º | 0.98% | 0.57% | - |
| HSV(B) | 287º | 0.86% | 0.99% | - |
| XYZ | 43.81 | 21.48 | 94.76 | - |
| YUV | 111.57 | 207.82 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 253 | 0.19 | 0.86 | 0 | 0.01 | 287 | 0.98 | 0.57 |
| Hex | CE | 24 | FD | 13 | 56 | 0 | 1 | 11F | 62 | 39 |
| Octal | 316 | 44 | 375 | 23 | 126 | 0 | 1 | 437 | 142 | 71 |
| Binary | 11001110 | 100100 | 11111101 | 10011 | 1010110 | 0 | 1 | 100011111 | 1100010 | 111001 |
Color Harmonies of #CE24FD
Complementary color
Monochromatic Colors of #CE24FD
Black with #CE24FD
Text Example
Text Example
White with #CE24FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24FD; }
p { color: rgb(206,36,253); }
H1.HeaderClassName
{
color: #CE24FD;
}
.AnyTagClassName
{
color: #CE24FD;
}
</style>
background-color css
<style>
a { background-color: #CE24FD; }
a { background-color: rgb(206,36,253); }
div.DivClassName
{
background-color: #CE24FD;
}
.BgClassName
{
background-color: #CE24FD;
}
</style>
border-color css
<style>
span { border-color: #CE24FD; }
span { border-color: rgb(206,36,253); }
td.TdClassName
{
border-color: #CE24FD;
}
.TagClassName
{
border-color: #CE24FD;
}
</style>