Shades of Electric Purple #C51FFA
Tints of Electric Purple #C51FFA
RGB
CMYK
RGB Variations
Color information
#C51FFA (or 0xC51FFA) is known color: Electric Purple. HEX triplet: C5, 1F and FA. RGB value is (197,31,250). Sum of RGB (Red+Green+Blue) = 197+31+250=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #C51FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51FFA is #3AE005. Grayscale: #686868. Windows color (decimal): -3858438 or 16392133. OLE color: 16392133.
HSL color Cylindrical-coordinate representation of color #C51FFA: hue angle of 285.48º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51FFA is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 31 | 250 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.02 |
| HSL | 285.48º | 0.96% | 0.55% | - |
| HSV(B) | 285.48º | 0.88% | 0.98% | - |
| XYZ | 40.77 | 19.75 | 92.11 | - |
| YUV | 105.6 | 209.5 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 250 | 0.21 | 0.88 | 0 | 0.02 | 285.48 | 0.96 | 0.55 |
| Hex | C5 | 1F | FA | 15 | 58 | 0 | 2 | 11D | 60 | 37 |
| Octal | 305 | 37 | 372 | 25 | 130 | 0 | 2 | 435 | 140 | 67 |
| Binary | 11000101 | 11111 | 11111010 | 10101 | 1011000 | 0 | 10 | 100011101 | 1100000 | 110111 |
Color Harmonies of #C51FFA
Complementary color
Monochromatic Colors of #C51FFA
Black with #C51FFA
Text Example
Text Example
White with #C51FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51FFA; }
p { color: rgb(197,31,250); }
H1.HeaderClassName
{
color: #C51FFA;
}
.AnyTagClassName
{
color: #C51FFA;
}
</style>
background-color css
<style>
a { background-color: #C51FFA; }
a { background-color: rgb(197,31,250); }
div.DivClassName
{
background-color: #C51FFA;
}
.BgClassName
{
background-color: #C51FFA;
}
</style>
border-color css
<style>
span { border-color: #C51FFA; }
span { border-color: rgb(197,31,250); }
td.TdClassName
{
border-color: #C51FFA;
}
.TagClassName
{
border-color: #C51FFA;
}
</style>