Shades of Electric Purple #CC10F6
Tints of Electric Purple #CC10F6
RGB
CMYK
RGB Variations
Color information
#CC10F6 (or 0xCC10F6) is known color: Electric Purple. HEX triplet: CC, 10 and F6. RGB value is (204,16,246). Sum of RGB (Red+Green+Blue) = 204+16+246=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 16 (6.64% from 255 or 3.43% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #CC10F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC10F6 is #33EF09. Grayscale: #616161. Windows color (decimal): -3403530 or 16126156. OLE color: 16126156.
HSL color Cylindrical-coordinate representation of color #CC10F6: hue angle of 289.04º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC10F6 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 16 | 246 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.04 |
| HSL | 289.04º | 0.93% | 0.51% | - |
| HSV(B) | 289.04º | 0.93% | 0.96% | - |
| XYZ | 41.72 | 19.86 | 88.82 | - |
| YUV | 98.43 | 211.28 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 246 | 0.17 | 0.93 | 0 | 0.04 | 289.04 | 0.93 | 0.51 |
| Hex | CC | 10 | F6 | 11 | 5D | 0 | 4 | 121 | 5D | 33 |
| Octal | 314 | 20 | 366 | 21 | 135 | 0 | 4 | 441 | 135 | 63 |
| Binary | 11001100 | 10000 | 11110110 | 10001 | 1011101 | 0 | 100 | 100100001 | 1011101 | 110011 |
Color Harmonies of #CC10F6
Complementary color
Monochromatic Colors of #CC10F6
Black with #CC10F6
Text Example
Text Example
White with #CC10F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC10F6; }
p { color: rgb(204,16,246); }
H1.HeaderClassName
{
color: #CC10F6;
}
.AnyTagClassName
{
color: #CC10F6;
}
</style>
background-color css
<style>
a { background-color: #CC10F6; }
a { background-color: rgb(204,16,246); }
div.DivClassName
{
background-color: #CC10F6;
}
.BgClassName
{
background-color: #CC10F6;
}
</style>
border-color css
<style>
span { border-color: #CC10F6; }
span { border-color: rgb(204,16,246); }
td.TdClassName
{
border-color: #CC10F6;
}
.TagClassName
{
border-color: #CC10F6;
}
</style>