Shades of Electric Purple #CC2EFE
Tints of Electric Purple #CC2EFE
RGB
CMYK
RGB Variations
Color information
#CC2EFE (or 0xCC2EFE) is known color: Electric Purple. HEX triplet: CC, 2E and FE. RGB value is (204,46,254). Sum of RGB (Red+Green+Blue) = 204+46+254=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 46 (18.36% from 255 or 9.13% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC2EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2EFE is #33D101. Grayscale: #747474. Windows color (decimal): -3395842 or 16658124. OLE color: 16658124.
HSL color Cylindrical-coordinate representation of color #CC2EFE: hue angle of 285.58º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2EFE is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 46 | 254 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.00 |
| HSL | 285.58º | 0.99% | 0.59% | - |
| HSV(B) | 285.58º | 0.82% | 1% | - |
| XYZ | 43.77 | 21.95 | 95.7 | - |
| YUV | 116.95 | 205.35 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 254 | 0.20 | 0.82 | 0 | 0.00 | 285.58 | 0.99 | 0.59 |
| Hex | CC | 2E | FE | 14 | 52 | 0 | 0 | 11E | 63 | 3B |
| Octal | 314 | 56 | 376 | 24 | 122 | 0 | 0 | 436 | 143 | 73 |
| Binary | 11001100 | 101110 | 11111110 | 10100 | 1010010 | 0 | 0 | 100011110 | 1100011 | 111011 |
Color Harmonies of #CC2EFE
Complementary color
Monochromatic Colors of #CC2EFE
Black with #CC2EFE
Text Example
Text Example
White with #CC2EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2EFE; }
p { color: rgb(204,46,254); }
H1.HeaderClassName
{
color: #CC2EFE;
}
.AnyTagClassName
{
color: #CC2EFE;
}
</style>
background-color css
<style>
a { background-color: #CC2EFE; }
a { background-color: rgb(204,46,254); }
div.DivClassName
{
background-color: #CC2EFE;
}
.BgClassName
{
background-color: #CC2EFE;
}
</style>
border-color css
<style>
span { border-color: #CC2EFE; }
span { border-color: rgb(204,46,254); }
td.TdClassName
{
border-color: #CC2EFE;
}
.TagClassName
{
border-color: #CC2EFE;
}
</style>