Shades of Electric Purple #C51FF0
Tints of Electric Purple #C51FF0
RGB
CMYK
RGB Variations
Color information
#C51FF0 (or 0xC51FF0) is known color: Electric Purple. HEX triplet: C5, 1F and F0. RGB value is (197,31,240). Sum of RGB (Red+Green+Blue) = 197+31+240=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 31 (12.5% from 255 or 6.62% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #C51FF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51FF0 is #3AE00F. Grayscale: #676767. Windows color (decimal): -3858448 or 15736773. OLE color: 15736773.
HSL color Cylindrical-coordinate representation of color #C51FF0: hue angle of 287.66º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51FF0 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 31 | 240 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.06 |
| HSL | 287.66º | 0.87% | 0.53% | - |
| HSV(B) | 287.66º | 0.87% | 0.94% | - |
| XYZ | 39.24 | 19.14 | 84.06 | - |
| YUV | 104.46 | 204.5 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 240 | 0.18 | 0.87 | 0 | 0.06 | 287.66 | 0.87 | 0.53 |
| Hex | C5 | 1F | F0 | 12 | 57 | 0 | 6 | 120 | 57 | 35 |
| Octal | 305 | 37 | 360 | 22 | 127 | 0 | 6 | 440 | 127 | 65 |
| Binary | 11000101 | 11111 | 11110000 | 10010 | 1010111 | 0 | 110 | 100100000 | 1010111 | 110101 |
Color Harmonies of #C51FF0
Complementary color
Monochromatic Colors of #C51FF0
Black with #C51FF0
Text Example
Text Example
White with #C51FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51FF0; }
p { color: rgb(197,31,240); }
H1.HeaderClassName
{
color: #C51FF0;
}
.AnyTagClassName
{
color: #C51FF0;
}
</style>
background-color css
<style>
a { background-color: #C51FF0; }
a { background-color: rgb(197,31,240); }
div.DivClassName
{
background-color: #C51FF0;
}
.BgClassName
{
background-color: #C51FF0;
}
</style>
border-color css
<style>
span { border-color: #C51FF0; }
span { border-color: rgb(197,31,240); }
td.TdClassName
{
border-color: #C51FF0;
}
.TagClassName
{
border-color: #C51FF0;
}
</style>