Shades of Electric Purple #C51FEA
Tints of Electric Purple #C51FEA
RGB
CMYK
RGB Variations
Color information
#C51FEA (or 0xC51FEA) is known color: Electric Purple. HEX triplet: C5, 1F and EA. RGB value is (197,31,234). Sum of RGB (Red+Green+Blue) = 197+31+234=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 31 (12.5% from 255 or 6.71% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #C51FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51FEA is #3AE015. Grayscale: #676767. Windows color (decimal): -3858454 or 15343557. OLE color: 15343557.
HSL color Cylindrical-coordinate representation of color #C51FEA: hue angle of 289.06º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51FEA is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 31 | 234 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.08 |
| HSL | 289.06º | 0.83% | 0.52% | - |
| HSV(B) | 289.06º | 0.87% | 0.92% | - |
| XYZ | 38.37 | 18.79 | 79.45 | - |
| YUV | 103.78 | 201.5 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 234 | 0.16 | 0.87 | 0 | 0.08 | 289.06 | 0.83 | 0.52 |
| Hex | C5 | 1F | EA | 10 | 57 | 0 | 8 | 121 | 53 | 34 |
| Octal | 305 | 37 | 352 | 20 | 127 | 0 | 10 | 441 | 123 | 64 |
| Binary | 11000101 | 11111 | 11101010 | 10000 | 1010111 | 0 | 1000 | 100100001 | 1010011 | 110100 |
Color Harmonies of #C51FEA
Complementary color
Monochromatic Colors of #C51FEA
Black with #C51FEA
Text Example
Text Example
White with #C51FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51FEA; }
p { color: rgb(197,31,234); }
H1.HeaderClassName
{
color: #C51FEA;
}
.AnyTagClassName
{
color: #C51FEA;
}
</style>
background-color css
<style>
a { background-color: #C51FEA; }
a { background-color: rgb(197,31,234); }
div.DivClassName
{
background-color: #C51FEA;
}
.BgClassName
{
background-color: #C51FEA;
}
</style>
border-color css
<style>
span { border-color: #C51FEA; }
span { border-color: rgb(197,31,234); }
td.TdClassName
{
border-color: #C51FEA;
}
.TagClassName
{
border-color: #C51FEA;
}
</style>