Shades of Electric Purple #C51AF1
Tints of Electric Purple #C51AF1
RGB
CMYK
RGB Variations
Color information
#C51AF1 (or 0xC51AF1) is known color: Electric Purple. HEX triplet: C5, 1A and F1. RGB value is (197,26,241). Sum of RGB (Red+Green+Blue) = 197+26+241=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 26 (10.55% from 255 or 5.60% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #C51AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51AF1 is #3AE50E. Grayscale: #646464. Windows color (decimal): -3859727 or 15801029. OLE color: 15801029.
HSL color Cylindrical-coordinate representation of color #C51AF1: hue angle of 287.72º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51AF1 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 26 | 241 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.05 |
| HSL | 287.72º | 0.88% | 0.52% | - |
| HSV(B) | 287.72º | 0.89% | 0.95% | - |
| XYZ | 39.27 | 18.96 | 84.81 | - |
| YUV | 101.64 | 206.65 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 241 | 0.18 | 0.89 | 0 | 0.05 | 287.72 | 0.88 | 0.52 |
| Hex | C5 | 1A | F1 | 12 | 59 | 0 | 5 | 120 | 58 | 34 |
| Octal | 305 | 32 | 361 | 22 | 131 | 0 | 5 | 440 | 130 | 64 |
| Binary | 11000101 | 11010 | 11110001 | 10010 | 1011001 | 0 | 101 | 100100000 | 1011000 | 110100 |
Color Harmonies of #C51AF1
Complementary color
Monochromatic Colors of #C51AF1
Black with #C51AF1
Text Example
Text Example
White with #C51AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51AF1; }
p { color: rgb(197,26,241); }
H1.HeaderClassName
{
color: #C51AF1;
}
.AnyTagClassName
{
color: #C51AF1;
}
</style>
background-color css
<style>
a { background-color: #C51AF1; }
a { background-color: rgb(197,26,241); }
div.DivClassName
{
background-color: #C51AF1;
}
.BgClassName
{
background-color: #C51AF1;
}
</style>
border-color css
<style>
span { border-color: #C51AF1; }
span { border-color: rgb(197,26,241); }
td.TdClassName
{
border-color: #C51AF1;
}
.TagClassName
{
border-color: #C51AF1;
}
</style>