Shades of Electric Purple #CC00FE
Tints of Electric Purple #CC00FE
RGB
CMYK
RGB Variations
Color information
#CC00FE (or 0xCC00FE) is known color: Electric Purple. HEX triplet: CC, 00 and FE. RGB value is (204,0,254). Sum of RGB (Red+Green+Blue) = 204+0+254=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 0 (0.39% from 255 or 0% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC00FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC00FE is #33FF01. Grayscale: #595959. Windows color (decimal): -3407618 or 16646348. OLE color: 16646348.
HSL color Cylindrical-coordinate representation of color #CC00FE: hue angle of 288.19º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC00FE is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 0 | 254 | - |
| CMYK | 0.20 | 1 | 0 | 0.00 |
| HSL | 288.19º | 1% | 0.5% | - |
| HSV(B) | 288.19º | 1% | 1% | - |
| XYZ | 42.79 | 19.99 | 95.37 | - |
| YUV | 89.95 | 220.59 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 254 | 0.20 | 1 | 0 | 0.00 | 288.19 | 1 | 0.5 |
| Hex | CC | 0 | FE | 14 | 64 | 0 | 0 | 120 | 64 | 32 |
| Octal | 314 | 0 | 376 | 24 | 144 | 0 | 0 | 440 | 144 | 62 |
| Binary | 11001100 | 0 | 11111110 | 10100 | 1100100 | 0 | 0 | 100100000 | 1100100 | 110010 |
Color Harmonies of #CC00FE
Complementary color
Monochromatic Colors of #CC00FE
Black with #CC00FE
Text Example
Text Example
White with #CC00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC00FE; }
p { color: rgb(204,0,254); }
H1.HeaderClassName
{
color: #CC00FE;
}
.AnyTagClassName
{
color: #CC00FE;
}
</style>
background-color css
<style>
a { background-color: #CC00FE; }
a { background-color: rgb(204,0,254); }
div.DivClassName
{
background-color: #CC00FE;
}
.BgClassName
{
background-color: #CC00FE;
}
</style>
border-color css
<style>
span { border-color: #CC00FE; }
span { border-color: rgb(204,0,254); }
td.TdClassName
{
border-color: #CC00FE;
}
.TagClassName
{
border-color: #CC00FE;
}
</style>