Shades of Electric Purple #CE20FB
Tints of Electric Purple #CE20FB
RGB
CMYK
RGB Variations
Color information
#CE20FB (or 0xCE20FB) is known color: Electric Purple. HEX triplet: CE, 20 and FB. RGB value is (206,32,251). Sum of RGB (Red+Green+Blue) = 206+32+251=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 32 (12.89% from 255 or 6.54% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE20FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE20FB is #31DF04. Grayscale: #6C6C6C. Windows color (decimal): -3268357 or 16457934. OLE color: 16457934.
HSL color Cylindrical-coordinate representation of color #CE20FB: hue angle of 287.67º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE20FB is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 32 | 251 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.02 |
| HSL | 287.67º | 0.96% | 0.55% | - |
| HSV(B) | 287.67º | 0.87% | 0.98% | - |
| XYZ | 43.38 | 21.12 | 93.06 | - |
| YUV | 108.99 | 208.15 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 251 | 0.18 | 0.87 | 0 | 0.02 | 287.67 | 0.96 | 0.55 |
| Hex | CE | 20 | FB | 12 | 57 | 0 | 2 | 120 | 60 | 37 |
| Octal | 316 | 40 | 373 | 22 | 127 | 0 | 2 | 440 | 140 | 67 |
| Binary | 11001110 | 100000 | 11111011 | 10010 | 1010111 | 0 | 10 | 100100000 | 1100000 | 110111 |
Color Harmonies of #CE20FB
Complementary color
Monochromatic Colors of #CE20FB
Black with #CE20FB
Text Example
Text Example
White with #CE20FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE20FB; }
p { color: rgb(206,32,251); }
H1.HeaderClassName
{
color: #CE20FB;
}
.AnyTagClassName
{
color: #CE20FB;
}
</style>
background-color css
<style>
a { background-color: #CE20FB; }
a { background-color: rgb(206,32,251); }
div.DivClassName
{
background-color: #CE20FB;
}
.BgClassName
{
background-color: #CE20FB;
}
</style>
border-color css
<style>
span { border-color: #CE20FB; }
span { border-color: rgb(206,32,251); }
td.TdClassName
{
border-color: #CE20FB;
}
.TagClassName
{
border-color: #CE20FB;
}
</style>