Shades of Electric Purple #CC06F0
Tints of Electric Purple #CC06F0
RGB
CMYK
RGB Variations
Color information
#CC06F0 (or 0xCC06F0) is known color: Electric Purple. HEX triplet: CC, 06 and F0. RGB value is (204,6,240). Sum of RGB (Red+Green+Blue) = 204+6+240=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 6 (2.73% from 255 or 1.33% from 450); Blue value is 240 (94.14% from 255 or 53.33% from 450); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC06F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC06F0 is #33F90F. Grayscale: #5B5B5B. Windows color (decimal): -3406096 or 15730380. OLE color: 15730380.
HSL color Cylindrical-coordinate representation of color #CC06F0: hue angle of 290.77º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC06F0 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 6 | 240 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.06 |
| HSL | 290.77º | 0.95% | 0.48% | - |
| HSV(B) | 290.77º | 0.98% | 0.94% | - |
| XYZ | 40.7 | 19.26 | 84.01 | - |
| YUV | 91.88 | 211.6 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 240 | 0.15 | 0.98 | 0 | 0.06 | 290.77 | 0.95 | 0.48 |
| Hex | CC | 6 | F0 | F | 62 | 0 | 6 | 123 | 5F | 30 |
| Octal | 314 | 6 | 360 | 17 | 142 | 0 | 6 | 443 | 137 | 60 |
| Binary | 11001100 | 110 | 11110000 | 1111 | 1100010 | 0 | 110 | 100100011 | 1011111 | 110000 |
Color Harmonies of #CC06F0
Complementary color
Monochromatic Colors of #CC06F0
Black with #CC06F0
Text Example
Text Example
White with #CC06F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC06F0; }
p { color: rgb(204,6,240); }
H1.HeaderClassName
{
color: #CC06F0;
}
.AnyTagClassName
{
color: #CC06F0;
}
</style>
background-color css
<style>
a { background-color: #CC06F0; }
a { background-color: rgb(204,6,240); }
div.DivClassName
{
background-color: #CC06F0;
}
.BgClassName
{
background-color: #CC06F0;
}
</style>
border-color css
<style>
span { border-color: #CC06F0; }
span { border-color: rgb(204,6,240); }
td.TdClassName
{
border-color: #CC06F0;
}
.TagClassName
{
border-color: #CC06F0;
}
</style>