Shades of Electric Purple #CE33FB
Tints of Electric Purple #CE33FB
RGB
CMYK
RGB Variations
Color information
#CE33FB (or 0xCE33FB) is known color: Electric Purple. HEX triplet: CE, 33 and FB. RGB value is (206,51,251). Sum of RGB (Red+Green+Blue) = 206+51+251=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 51 (20.31% from 255 or 10.04% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE33FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE33FB is #31CC04. Grayscale: #777777. Windows color (decimal): -3263493 or 16462798. OLE color: 16462798.
HSL color Cylindrical-coordinate representation of color #CE33FB: hue angle of 286.5º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE33FB is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 51 | 251 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.02 |
| HSL | 286.5º | 0.96% | 0.59% | - |
| HSV(B) | 286.5º | 0.8% | 0.98% | - |
| XYZ | 44.05 | 22.45 | 93.28 | - |
| YUV | 120.15 | 201.85 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 251 | 0.18 | 0.80 | 0 | 0.02 | 286.5 | 0.96 | 0.59 |
| Hex | CE | 33 | FB | 12 | 50 | 0 | 2 | 11E | 60 | 3B |
| Octal | 316 | 63 | 373 | 22 | 120 | 0 | 2 | 436 | 140 | 73 |
| Binary | 11001110 | 110011 | 11111011 | 10010 | 1010000 | 0 | 10 | 100011110 | 1100000 | 111011 |
Color Harmonies of #CE33FB
Complementary color
Monochromatic Colors of #CE33FB
Black with #CE33FB
Text Example
Text Example
White with #CE33FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE33FB; }
p { color: rgb(206,51,251); }
H1.HeaderClassName
{
color: #CE33FB;
}
.AnyTagClassName
{
color: #CE33FB;
}
</style>
background-color css
<style>
a { background-color: #CE33FB; }
a { background-color: rgb(206,51,251); }
div.DivClassName
{
background-color: #CE33FB;
}
.BgClassName
{
background-color: #CE33FB;
}
</style>
border-color css
<style>
span { border-color: #CE33FB; }
span { border-color: rgb(206,51,251); }
td.TdClassName
{
border-color: #CE33FB;
}
.TagClassName
{
border-color: #CE33FB;
}
</style>