Shades of Electric Purple #CC00FA
Tints of Electric Purple #CC00FA
RGB
CMYK
RGB Variations
Color information
#CC00FA (or 0xCC00FA) is known color: Electric Purple. HEX triplet: CC, 00 and FA. RGB value is (204,0,250). Sum of RGB (Red+Green+Blue) = 204+0+250=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 0 (0.39% from 255 or 0% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC00FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC00FA is #33FF05. Grayscale: #585858. Windows color (decimal): -3407622 or 16384204. OLE color: 16384204.
HSL color Cylindrical-coordinate representation of color #CC00FA: hue angle of 288.96º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC00FA is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 0 | 250 | - |
| CMYK | 0.18 | 1 | 0 | 0.02 |
| HSL | 288.96º | 1% | 0.49% | - |
| HSV(B) | 288.96º | 1% | 0.98% | - |
| XYZ | 42.16 | 19.74 | 92.03 | - |
| YUV | 89.5 | 218.59 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 250 | 0.18 | 1 | 0 | 0.02 | 288.96 | 1 | 0.49 |
| Hex | CC | 0 | FA | 12 | 64 | 0 | 2 | 121 | 64 | 31 |
| Octal | 314 | 0 | 372 | 22 | 144 | 0 | 2 | 441 | 144 | 61 |
| Binary | 11001100 | 0 | 11111010 | 10010 | 1100100 | 0 | 10 | 100100001 | 1100100 | 110001 |
Color Harmonies of #CC00FA
Complementary color
Monochromatic Colors of #CC00FA
Black with #CC00FA
Text Example
Text Example
White with #CC00FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC00FA; }
p { color: rgb(204,0,250); }
H1.HeaderClassName
{
color: #CC00FA;
}
.AnyTagClassName
{
color: #CC00FA;
}
</style>
background-color css
<style>
a { background-color: #CC00FA; }
a { background-color: rgb(204,0,250); }
div.DivClassName
{
background-color: #CC00FA;
}
.BgClassName
{
background-color: #CC00FA;
}
</style>
border-color css
<style>
span { border-color: #CC00FA; }
span { border-color: rgb(204,0,250); }
td.TdClassName
{
border-color: #CC00FA;
}
.TagClassName
{
border-color: #CC00FA;
}
</style>