Shades of Electric Purple #CC06F2
Tints of Electric Purple #CC06F2
RGB
CMYK
RGB Variations
Color information
#CC06F2 (or 0xCC06F2) is known color: Electric Purple. HEX triplet: CC, 06 and F2. RGB value is (204,6,242). Sum of RGB (Red+Green+Blue) = 204+6+242=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 6 (2.73% from 255 or 1.33% from 452); Blue value is 242 (94.92% from 255 or 53.54% from 452); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC06F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC06F2 is #33F90D. Grayscale: #5B5B5B. Windows color (decimal): -3406094 or 15861452. OLE color: 15861452.
HSL color Cylindrical-coordinate representation of color #CC06F2: hue angle of 290.34º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC06F2 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 6 | 242 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.05 |
| HSL | 290.34º | 0.95% | 0.49% | - |
| HSV(B) | 290.34º | 0.98% | 0.95% | - |
| XYZ | 40.99 | 19.38 | 85.58 | - |
| YUV | 92.11 | 212.6 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 242 | 0.16 | 0.98 | 0 | 0.05 | 290.34 | 0.95 | 0.49 |
| Hex | CC | 6 | F2 | 10 | 62 | 0 | 5 | 122 | 5F | 31 |
| Octal | 314 | 6 | 362 | 20 | 142 | 0 | 5 | 442 | 137 | 61 |
| Binary | 11001100 | 110 | 11110010 | 10000 | 1100010 | 0 | 101 | 100100010 | 1011111 | 110001 |
Color Harmonies of #CC06F2
Complementary color
Monochromatic Colors of #CC06F2
Black with #CC06F2
Text Example
Text Example
White with #CC06F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC06F2; }
p { color: rgb(204,6,242); }
H1.HeaderClassName
{
color: #CC06F2;
}
.AnyTagClassName
{
color: #CC06F2;
}
</style>
background-color css
<style>
a { background-color: #CC06F2; }
a { background-color: rgb(204,6,242); }
div.DivClassName
{
background-color: #CC06F2;
}
.BgClassName
{
background-color: #CC06F2;
}
</style>
border-color css
<style>
span { border-color: #CC06F2; }
span { border-color: rgb(204,6,242); }
td.TdClassName
{
border-color: #CC06F2;
}
.TagClassName
{
border-color: #CC06F2;
}
</style>