Shades of Electric Purple #CC06FE
Tints of Electric Purple #CC06FE
RGB
CMYK
RGB Variations
Color information
#CC06FE (or 0xCC06FE) is known color: Electric Purple. HEX triplet: CC, 06 and FE. RGB value is (204,6,254). Sum of RGB (Red+Green+Blue) = 204+6+254=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 6 (2.73% from 255 or 1.29% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC06FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC06FE is #33F901. Grayscale: #5C5C5C. Windows color (decimal): -3406082 or 16647884. OLE color: 16647884.
HSL color Cylindrical-coordinate representation of color #CC06FE: hue angle of 287.9º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC06FE is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 6 | 254 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.00 |
| HSL | 287.9º | 0.99% | 0.51% | - |
| HSV(B) | 287.9º | 0.98% | 1% | - |
| XYZ | 42.86 | 20.12 | 95.39 | - |
| YUV | 93.47 | 218.6 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 254 | 0.20 | 0.98 | 0 | 0.00 | 287.9 | 0.99 | 0.51 |
| Hex | CC | 6 | FE | 14 | 62 | 0 | 0 | 120 | 63 | 33 |
| Octal | 314 | 6 | 376 | 24 | 142 | 0 | 0 | 440 | 143 | 63 |
| Binary | 11001100 | 110 | 11111110 | 10100 | 1100010 | 0 | 0 | 100100000 | 1100011 | 110011 |
Color Harmonies of #CC06FE
Complementary color
Monochromatic Colors of #CC06FE
Black with #CC06FE
Text Example
Text Example
White with #CC06FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC06FE; }
p { color: rgb(204,6,254); }
H1.HeaderClassName
{
color: #CC06FE;
}
.AnyTagClassName
{
color: #CC06FE;
}
</style>
background-color css
<style>
a { background-color: #CC06FE; }
a { background-color: rgb(204,6,254); }
div.DivClassName
{
background-color: #CC06FE;
}
.BgClassName
{
background-color: #CC06FE;
}
</style>
border-color css
<style>
span { border-color: #CC06FE; }
span { border-color: rgb(204,6,254); }
td.TdClassName
{
border-color: #CC06FE;
}
.TagClassName
{
border-color: #CC06FE;
}
</style>