Shades of Electric Purple #CC06F3
Tints of Electric Purple #CC06F3
RGB
CMYK
RGB Variations
Color information
#CC06F3 (or 0xCC06F3) is known color: Electric Purple. HEX triplet: CC, 06 and F3. RGB value is (204,6,243). Sum of RGB (Red+Green+Blue) = 204+6+243=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 6 (2.73% from 255 or 1.32% from 453); Blue value is 243 (95.31% from 255 or 53.64% from 453); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC06F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC06F3 is #33F90C. Grayscale: #5B5B5B. Windows color (decimal): -3406093 or 15926988. OLE color: 15926988.
HSL color Cylindrical-coordinate representation of color #CC06F3: hue angle of 290.13º 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 #CC06F3 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 6 | 243 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.05 |
| HSL | 290.13º | 0.95% | 0.49% | - |
| HSV(B) | 290.13º | 0.98% | 0.95% | - |
| XYZ | 41.14 | 19.44 | 86.38 | - |
| YUV | 92.22 | 213.1 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 243 | 0.16 | 0.98 | 0 | 0.05 | 290.13 | 0.95 | 0.49 |
| Hex | CC | 6 | F3 | 10 | 62 | 0 | 5 | 122 | 5F | 31 |
| Octal | 314 | 6 | 363 | 20 | 142 | 0 | 5 | 442 | 137 | 61 |
| Binary | 11001100 | 110 | 11110011 | 10000 | 1100010 | 0 | 101 | 100100010 | 1011111 | 110001 |
Color Harmonies of #CC06F3
Complementary color
Monochromatic Colors of #CC06F3
Black with #CC06F3
Text Example
Text Example
White with #CC06F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC06F3; }
p { color: rgb(204,6,243); }
H1.HeaderClassName
{
color: #CC06F3;
}
.AnyTagClassName
{
color: #CC06F3;
}
</style>
background-color css
<style>
a { background-color: #CC06F3; }
a { background-color: rgb(204,6,243); }
div.DivClassName
{
background-color: #CC06F3;
}
.BgClassName
{
background-color: #CC06F3;
}
</style>
border-color css
<style>
span { border-color: #CC06F3; }
span { border-color: rgb(204,6,243); }
td.TdClassName
{
border-color: #CC06F3;
}
.TagClassName
{
border-color: #CC06F3;
}
</style>