Shades of Electric Purple #CC06FF
Tints of Electric Purple #CC06FF
RGB
CMYK
RGB Variations
Color information
#CC06FF (or 0xCC06FF) is known color: Electric Purple. HEX triplet: CC, 06 and FF. RGB value is (204,6,255). Sum of RGB (Red+Green+Blue) = 204+6+255=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 6 (2.73% from 255 or 1.29% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC06FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC06FF is #33F900. Grayscale: #5C5C5C. Windows color (decimal): -3406081 or 16713420. OLE color: 16713420.
HSL color Cylindrical-coordinate representation of color #CC06FF: hue angle of 287.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC06FF is Cyan = 0.2, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 6 | 255 | - |
| CMYK | 0.2 | 0.98 | 0 | 0 |
| HSL | 287.71º | 1% | 0.51% | - |
| HSV(B) | 287.71º | 0.98% | 1% | - |
| XYZ | 43.02 | 20.19 | 96.24 | - |
| YUV | 93.59 | 219.1 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 255 | 0.2 | 0.98 | 0 | 0 | 287.71 | 1 | 0.51 |
| Hex | CC | 6 | FF | 14 | 62 | 0 | 0 | 120 | 64 | 33 |
| Octal | 314 | 6 | 377 | 24 | 142 | 0 | 0 | 440 | 144 | 63 |
| Binary | 11001100 | 110 | 11111111 | 10100 | 1100010 | 0 | 0 | 100100000 | 1100100 | 110011 |
Color Harmonies of #CC06FF
Complementary color
Monochromatic Colors of #CC06FF
Black with #CC06FF
Text Example
Text Example
White with #CC06FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC06FF; }
p { color: rgb(204,6,255); }
H1.HeaderClassName
{
color: #CC06FF;
}
.AnyTagClassName
{
color: #CC06FF;
}
</style>
background-color css
<style>
a { background-color: #CC06FF; }
a { background-color: rgb(204,6,255); }
div.DivClassName
{
background-color: #CC06FF;
}
.BgClassName
{
background-color: #CC06FF;
}
</style>
border-color css
<style>
span { border-color: #CC06FF; }
span { border-color: rgb(204,6,255); }
td.TdClassName
{
border-color: #CC06FF;
}
.TagClassName
{
border-color: #CC06FF;
}
</style>