Shades of Electric Purple #CC0AFC
Tints of Electric Purple #CC0AFC
RGB
CMYK
RGB Variations
Color information
#CC0AFC (or 0xCC0AFC) is known color: Electric Purple. HEX triplet: CC, 0A and FC. RGB value is (204,10,252). Sum of RGB (Red+Green+Blue) = 204+10+252=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 10 (4.30% from 255 or 2.15% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC0AFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0AFC is #33F503. Grayscale: #5E5E5E. Windows color (decimal): -3405060 or 16517836. OLE color: 16517836.
HSL color Cylindrical-coordinate representation of color #CC0AFC: hue angle of 288.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0AFC is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 10 | 252 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.01 |
| HSL | 288.1º | 0.98% | 0.51% | - |
| HSV(B) | 288.1º | 0.96% | 0.99% | - |
| XYZ | 42.58 | 20.08 | 93.73 | - |
| YUV | 95.59 | 216.27 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 252 | 0.19 | 0.96 | 0 | 0.01 | 288.1 | 0.98 | 0.51 |
| Hex | CC | A | FC | 13 | 60 | 0 | 1 | 120 | 62 | 33 |
| Octal | 314 | 12 | 374 | 23 | 140 | 0 | 1 | 440 | 142 | 63 |
| Binary | 11001100 | 1010 | 11111100 | 10011 | 1100000 | 0 | 1 | 100100000 | 1100010 | 110011 |
Color Harmonies of #CC0AFC
Complementary color
Monochromatic Colors of #CC0AFC
Black with #CC0AFC
Text Example
Text Example
White with #CC0AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0AFC; }
p { color: rgb(204,10,252); }
H1.HeaderClassName
{
color: #CC0AFC;
}
.AnyTagClassName
{
color: #CC0AFC;
}
</style>
background-color css
<style>
a { background-color: #CC0AFC; }
a { background-color: rgb(204,10,252); }
div.DivClassName
{
background-color: #CC0AFC;
}
.BgClassName
{
background-color: #CC0AFC;
}
</style>
border-color css
<style>
span { border-color: #CC0AFC; }
span { border-color: rgb(204,10,252); }
td.TdClassName
{
border-color: #CC0AFC;
}
.TagClassName
{
border-color: #CC0AFC;
}
</style>