Shades of Electric Purple #C51AEE
Tints of Electric Purple #C51AEE
RGB
CMYK
RGB Variations
Color information
#C51AEE (or 0xC51AEE) is known color: Electric Purple. HEX triplet: C5, 1A and EE. RGB value is (197,26,238). Sum of RGB (Red+Green+Blue) = 197+26+238=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 26 (10.55% from 255 or 5.64% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #C51AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51AEE is #3AE511. Grayscale: #646464. Windows color (decimal): -3859730 or 15604421. OLE color: 15604421.
HSL color Cylindrical-coordinate representation of color #C51AEE: hue angle of 288.4º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51AEE is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 26 | 238 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.07 |
| HSL | 288.4º | 0.86% | 0.52% | - |
| HSV(B) | 288.4º | 0.89% | 0.93% | - |
| XYZ | 38.83 | 18.78 | 82.47 | - |
| YUV | 101.3 | 205.15 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 238 | 0.17 | 0.89 | 0 | 0.07 | 288.4 | 0.86 | 0.52 |
| Hex | C5 | 1A | EE | 11 | 59 | 0 | 7 | 120 | 56 | 34 |
| Octal | 305 | 32 | 356 | 21 | 131 | 0 | 7 | 440 | 126 | 64 |
| Binary | 11000101 | 11010 | 11101110 | 10001 | 1011001 | 0 | 111 | 100100000 | 1010110 | 110100 |
Color Harmonies of #C51AEE
Complementary color
Monochromatic Colors of #C51AEE
Black with #C51AEE
Text Example
Text Example
White with #C51AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51AEE; }
p { color: rgb(197,26,238); }
H1.HeaderClassName
{
color: #C51AEE;
}
.AnyTagClassName
{
color: #C51AEE;
}
</style>
background-color css
<style>
a { background-color: #C51AEE; }
a { background-color: rgb(197,26,238); }
div.DivClassName
{
background-color: #C51AEE;
}
.BgClassName
{
background-color: #C51AEE;
}
</style>
border-color css
<style>
span { border-color: #C51AEE; }
span { border-color: rgb(197,26,238); }
td.TdClassName
{
border-color: #C51AEE;
}
.TagClassName
{
border-color: #C51AEE;
}
</style>