Shades of Electric Purple #C00AFA
Tints of Electric Purple #C00AFA
RGB
CMYK
RGB Variations
Color information
#C00AFA (or 0xC00AFA) is known color: Electric Purple. HEX triplet: C0, 0A and FA. RGB value is (192,10,250). Sum of RGB (Red+Green+Blue) = 192+10+250=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 10 (4.30% from 255 or 2.21% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #C00AFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00AFA is #3FF505. Grayscale: #5B5B5B. Windows color (decimal): -4191494 or 16386752. OLE color: 16386752.
HSL color Cylindrical-coordinate representation of color #C00AFA: hue angle of 285.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00AFA is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 10 | 250 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.02 |
| HSL | 285.5º | 0.96% | 0.51% | - |
| HSV(B) | 285.5º | 0.96% | 0.98% | - |
| XYZ | 39.1 | 18.33 | 91.92 | - |
| YUV | 91.78 | 217.3 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 250 | 0.23 | 0.96 | 0 | 0.02 | 285.5 | 0.96 | 0.51 |
| Hex | C0 | A | FA | 17 | 60 | 0 | 2 | 11E | 60 | 33 |
| Octal | 300 | 12 | 372 | 27 | 140 | 0 | 2 | 436 | 140 | 63 |
| Binary | 11000000 | 1010 | 11111010 | 10111 | 1100000 | 0 | 10 | 100011110 | 1100000 | 110011 |
Color Harmonies of #C00AFA
Complementary color
Monochromatic Colors of #C00AFA
Black with #C00AFA
Text Example
Text Example
White with #C00AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00AFA; }
p { color: rgb(192,10,250); }
H1.HeaderClassName
{
color: #C00AFA;
}
.AnyTagClassName
{
color: #C00AFA;
}
</style>
background-color css
<style>
a { background-color: #C00AFA; }
a { background-color: rgb(192,10,250); }
div.DivClassName
{
background-color: #C00AFA;
}
.BgClassName
{
background-color: #C00AFA;
}
</style>
border-color css
<style>
span { border-color: #C00AFA; }
span { border-color: rgb(192,10,250); }
td.TdClassName
{
border-color: #C00AFA;
}
.TagClassName
{
border-color: #C00AFA;
}
</style>