Shades of Electric Purple #C512FA
Tints of Electric Purple #C512FA
RGB
CMYK
RGB Variations
Color information
#C512FA (or 0xC512FA) is known color: Electric Purple. HEX triplet: C5, 12 and FA. RGB value is (197,18,250). Sum of RGB (Red+Green+Blue) = 197+18+250=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 18 (7.42% from 255 or 3.87% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #C512FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C512FA is #3AED05. Grayscale: #616161. Windows color (decimal): -3861766 or 16388805. OLE color: 16388805.
HSL color Cylindrical-coordinate representation of color #C512FA: hue angle of 286.29º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C512FA is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 18 | 250 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.02 |
| HSL | 286.29º | 0.96% | 0.53% | - |
| HSV(B) | 286.29º | 0.93% | 0.98% | - |
| XYZ | 40.5 | 19.21 | 92.01 | - |
| YUV | 97.97 | 213.8 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 250 | 0.21 | 0.93 | 0 | 0.02 | 286.29 | 0.96 | 0.53 |
| Hex | C5 | 12 | FA | 15 | 5D | 0 | 2 | 11E | 60 | 35 |
| Octal | 305 | 22 | 372 | 25 | 135 | 0 | 2 | 436 | 140 | 65 |
| Binary | 11000101 | 10010 | 11111010 | 10101 | 1011101 | 0 | 10 | 100011110 | 1100000 | 110101 |
Color Harmonies of #C512FA
Complementary color
Monochromatic Colors of #C512FA
Black with #C512FA
Text Example
Text Example
White with #C512FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C512FA; }
p { color: rgb(197,18,250); }
H1.HeaderClassName
{
color: #C512FA;
}
.AnyTagClassName
{
color: #C512FA;
}
</style>
background-color css
<style>
a { background-color: #C512FA; }
a { background-color: rgb(197,18,250); }
div.DivClassName
{
background-color: #C512FA;
}
.BgClassName
{
background-color: #C512FA;
}
</style>
border-color css
<style>
span { border-color: #C512FA; }
span { border-color: rgb(197,18,250); }
td.TdClassName
{
border-color: #C512FA;
}
.TagClassName
{
border-color: #C512FA;
}
</style>