Shades of Electric Purple #CC10FA
Tints of Electric Purple #CC10FA
RGB
CMYK
RGB Variations
Color information
#CC10FA (or 0xCC10FA) is known color: Electric Purple. HEX triplet: CC, 10 and FA. RGB value is (204,16,250). Sum of RGB (Red+Green+Blue) = 204+16+250=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 16 (6.64% from 255 or 3.40% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC10FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC10FA is #33EF05. Grayscale: #626262. Windows color (decimal): -3403526 or 16388300. OLE color: 16388300.
HSL color Cylindrical-coordinate representation of color #CC10FA: hue angle of 288.21º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC10FA is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 16 | 250 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.02 |
| HSL | 288.21º | 0.96% | 0.52% | - |
| HSV(B) | 288.21º | 0.94% | 0.98% | - |
| XYZ | 42.34 | 20.11 | 92.09 | - |
| YUV | 98.89 | 213.28 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 250 | 0.18 | 0.94 | 0 | 0.02 | 288.21 | 0.96 | 0.52 |
| Hex | CC | 10 | FA | 12 | 5E | 0 | 2 | 120 | 60 | 34 |
| Octal | 314 | 20 | 372 | 22 | 136 | 0 | 2 | 440 | 140 | 64 |
| Binary | 11001100 | 10000 | 11111010 | 10010 | 1011110 | 0 | 10 | 100100000 | 1100000 | 110100 |
Color Harmonies of #CC10FA
Complementary color
Monochromatic Colors of #CC10FA
Black with #CC10FA
Text Example
Text Example
White with #CC10FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC10FA; }
p { color: rgb(204,16,250); }
H1.HeaderClassName
{
color: #CC10FA;
}
.AnyTagClassName
{
color: #CC10FA;
}
</style>
background-color css
<style>
a { background-color: #CC10FA; }
a { background-color: rgb(204,16,250); }
div.DivClassName
{
background-color: #CC10FA;
}
.BgClassName
{
background-color: #CC10FA;
}
</style>
border-color css
<style>
span { border-color: #CC10FA; }
span { border-color: rgb(204,16,250); }
td.TdClassName
{
border-color: #CC10FA;
}
.TagClassName
{
border-color: #CC10FA;
}
</style>