Shades of Electric Purple #C51AF2
Tints of Electric Purple #C51AF2
RGB
CMYK
RGB Variations
Color information
#C51AF2 (or 0xC51AF2) is known color: Electric Purple. HEX triplet: C5, 1A and F2. RGB value is (197,26,242). Sum of RGB (Red+Green+Blue) = 197+26+242=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #C51AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51AF2 is #3AE50D. Grayscale: #656565. Windows color (decimal): -3859726 or 15866565. OLE color: 15866565.
HSL color Cylindrical-coordinate representation of color #C51AF2: hue angle of 287.5º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51AF2 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 26 | 242 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.05 |
| HSL | 287.5º | 0.89% | 0.53% | - |
| HSV(B) | 287.5º | 0.89% | 0.95% | - |
| XYZ | 39.42 | 19.02 | 85.6 | - |
| YUV | 101.75 | 207.15 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 242 | 0.19 | 0.89 | 0 | 0.05 | 287.5 | 0.89 | 0.53 |
| Hex | C5 | 1A | F2 | 13 | 59 | 0 | 5 | 120 | 59 | 35 |
| Octal | 305 | 32 | 362 | 23 | 131 | 0 | 5 | 440 | 131 | 65 |
| Binary | 11000101 | 11010 | 11110010 | 10011 | 1011001 | 0 | 101 | 100100000 | 1011001 | 110101 |
Color Harmonies of #C51AF2
Complementary color
Monochromatic Colors of #C51AF2
Black with #C51AF2
Text Example
Text Example
White with #C51AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51AF2; }
p { color: rgb(197,26,242); }
H1.HeaderClassName
{
color: #C51AF2;
}
.AnyTagClassName
{
color: #C51AF2;
}
</style>
background-color css
<style>
a { background-color: #C51AF2; }
a { background-color: rgb(197,26,242); }
div.DivClassName
{
background-color: #C51AF2;
}
.BgClassName
{
background-color: #C51AF2;
}
</style>
border-color css
<style>
span { border-color: #C51AF2; }
span { border-color: rgb(197,26,242); }
td.TdClassName
{
border-color: #C51AF2;
}
.TagClassName
{
border-color: #C51AF2;
}
</style>