Shades of Electric Purple #CC10FF
Tints of Electric Purple #CC10FF
RGB
CMYK
RGB Variations
Color information
#CC10FF (or 0xCC10FF) is known color: Electric Purple. HEX triplet: CC, 10 and FF. RGB value is (204,16,255). Sum of RGB (Red+Green+Blue) = 204+16+255=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 16 (6.64% from 255 or 3.37% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC10FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC10FF is #33EF00. Grayscale: #626262. Windows color (decimal): -3403521 or 16715980. OLE color: 16715980.
HSL color Cylindrical-coordinate representation of color #CC10FF: hue angle of 287.2º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC10FF is Cyan = 0.2, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 16 | 255 | - |
| CMYK | 0.2 | 0.94 | 0 | 0 |
| HSL | 287.2º | 1% | 0.53% | - |
| HSV(B) | 287.2º | 0.94% | 1% | - |
| XYZ | 43.14 | 20.43 | 96.28 | - |
| YUV | 99.46 | 215.78 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 255 | 0.2 | 0.94 | 0 | 0 | 287.2 | 1 | 0.53 |
| Hex | CC | 10 | FF | 14 | 5E | 0 | 0 | 11F | 64 | 35 |
| Octal | 314 | 20 | 377 | 24 | 136 | 0 | 0 | 437 | 144 | 65 |
| Binary | 11001100 | 10000 | 11111111 | 10100 | 1011110 | 0 | 0 | 100011111 | 1100100 | 110101 |
Color Harmonies of #CC10FF
Complementary color
Monochromatic Colors of #CC10FF
Black with #CC10FF
Text Example
Text Example
White with #CC10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC10FF; }
p { color: rgb(204,16,255); }
H1.HeaderClassName
{
color: #CC10FF;
}
.AnyTagClassName
{
color: #CC10FF;
}
</style>
background-color css
<style>
a { background-color: #CC10FF; }
a { background-color: rgb(204,16,255); }
div.DivClassName
{
background-color: #CC10FF;
}
.BgClassName
{
background-color: #CC10FF;
}
</style>
border-color css
<style>
span { border-color: #CC10FF; }
span { border-color: rgb(204,16,255); }
td.TdClassName
{
border-color: #CC10FF;
}
.TagClassName
{
border-color: #CC10FF;
}
</style>