Shades of Electric Purple #C51AEA
Tints of Electric Purple #C51AEA
RGB
CMYK
RGB Variations
Color information
#C51AEA (or 0xC51AEA) is known color: Electric Purple. HEX triplet: C5, 1A and EA. RGB value is (197,26,234). Sum of RGB (Red+Green+Blue) = 197+26+234=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #C51AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51AEA is #3AE515. Grayscale: #646464. Windows color (decimal): -3859734 or 15342277. OLE color: 15342277.
HSL color Cylindrical-coordinate representation of color #C51AEA: hue angle of 289.33º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51AEA is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 26 | 234 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.08 |
| HSL | 289.33º | 0.83% | 0.51% | - |
| HSV(B) | 289.33º | 0.89% | 0.92% | - |
| XYZ | 38.25 | 18.55 | 79.41 | - |
| YUV | 100.84 | 203.15 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 234 | 0.16 | 0.89 | 0 | 0.08 | 289.33 | 0.83 | 0.51 |
| Hex | C5 | 1A | EA | 10 | 59 | 0 | 8 | 121 | 53 | 33 |
| Octal | 305 | 32 | 352 | 20 | 131 | 0 | 10 | 441 | 123 | 63 |
| Binary | 11000101 | 11010 | 11101010 | 10000 | 1011001 | 0 | 1000 | 100100001 | 1010011 | 110011 |
Color Harmonies of #C51AEA
Complementary color
Monochromatic Colors of #C51AEA
Black with #C51AEA
Text Example
Text Example
White with #C51AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51AEA; }
p { color: rgb(197,26,234); }
H1.HeaderClassName
{
color: #C51AEA;
}
.AnyTagClassName
{
color: #C51AEA;
}
</style>
background-color css
<style>
a { background-color: #C51AEA; }
a { background-color: rgb(197,26,234); }
div.DivClassName
{
background-color: #C51AEA;
}
.BgClassName
{
background-color: #C51AEA;
}
</style>
border-color css
<style>
span { border-color: #C51AEA; }
span { border-color: rgb(197,26,234); }
td.TdClassName
{
border-color: #C51AEA;
}
.TagClassName
{
border-color: #C51AEA;
}
</style>