Shades of Electric Purple #CC28FE
Tints of Electric Purple #CC28FE
RGB
CMYK
RGB Variations
Color information
#CC28FE (or 0xCC28FE) is known color: Electric Purple. HEX triplet: CC, 28 and FE. RGB value is (204,40,254). Sum of RGB (Red+Green+Blue) = 204+40+254=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 40 (16.02% from 255 or 8.03% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC28FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC28FE is #33D701. Grayscale: #707070. Windows color (decimal): -3397378 or 16656588. OLE color: 16656588.
HSL color Cylindrical-coordinate representation of color #CC28FE: hue angle of 285.98º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC28FE is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 40 | 254 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.00 |
| HSL | 285.98º | 0.99% | 0.58% | - |
| HSV(B) | 285.98º | 0.84% | 1% | - |
| XYZ | 43.55 | 21.51 | 95.62 | - |
| YUV | 113.43 | 207.33 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 254 | 0.20 | 0.84 | 0 | 0.00 | 285.98 | 0.99 | 0.58 |
| Hex | CC | 28 | FE | 14 | 54 | 0 | 0 | 11E | 63 | 3A |
| Octal | 314 | 50 | 376 | 24 | 124 | 0 | 0 | 436 | 143 | 72 |
| Binary | 11001100 | 101000 | 11111110 | 10100 | 1010100 | 0 | 0 | 100011110 | 1100011 | 111010 |
Color Harmonies of #CC28FE
Complementary color
Monochromatic Colors of #CC28FE
Black with #CC28FE
Text Example
Text Example
White with #CC28FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC28FE; }
p { color: rgb(204,40,254); }
H1.HeaderClassName
{
color: #CC28FE;
}
.AnyTagClassName
{
color: #CC28FE;
}
</style>
background-color css
<style>
a { background-color: #CC28FE; }
a { background-color: rgb(204,40,254); }
div.DivClassName
{
background-color: #CC28FE;
}
.BgClassName
{
background-color: #CC28FE;
}
</style>
border-color css
<style>
span { border-color: #CC28FE; }
span { border-color: rgb(204,40,254); }
td.TdClassName
{
border-color: #CC28FE;
}
.TagClassName
{
border-color: #CC28FE;
}
</style>