Shades of Electric Purple #C51FEB
Tints of Electric Purple #C51FEB
RGB
CMYK
RGB Variations
Color information
#C51FEB (or 0xC51FEB) is known color: Electric Purple. HEX triplet: C5, 1F and EB. RGB value is (197,31,235). Sum of RGB (Red+Green+Blue) = 197+31+235=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 31 (12.5% from 255 or 6.70% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #C51FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51FEB is #3AE014. Grayscale: #676767. Windows color (decimal): -3858453 or 15409093. OLE color: 15409093.
HSL color Cylindrical-coordinate representation of color #C51FEB: hue angle of 288.82º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51FEB is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 31 | 235 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.08 |
| HSL | 288.82º | 0.84% | 0.52% | - |
| HSV(B) | 288.82º | 0.87% | 0.92% | - |
| XYZ | 38.51 | 18.85 | 80.21 | - |
| YUV | 103.89 | 202 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 235 | 0.16 | 0.87 | 0 | 0.08 | 288.82 | 0.84 | 0.52 |
| Hex | C5 | 1F | EB | 10 | 57 | 0 | 8 | 121 | 54 | 34 |
| Octal | 305 | 37 | 353 | 20 | 127 | 0 | 10 | 441 | 124 | 64 |
| Binary | 11000101 | 11111 | 11101011 | 10000 | 1010111 | 0 | 1000 | 100100001 | 1010100 | 110100 |
Color Harmonies of #C51FEB
Complementary color
Monochromatic Colors of #C51FEB
Black with #C51FEB
Text Example
Text Example
White with #C51FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51FEB; }
p { color: rgb(197,31,235); }
H1.HeaderClassName
{
color: #C51FEB;
}
.AnyTagClassName
{
color: #C51FEB;
}
</style>
background-color css
<style>
a { background-color: #C51FEB; }
a { background-color: rgb(197,31,235); }
div.DivClassName
{
background-color: #C51FEB;
}
.BgClassName
{
background-color: #C51FEB;
}
</style>
border-color css
<style>
span { border-color: #C51FEB; }
span { border-color: rgb(197,31,235); }
td.TdClassName
{
border-color: #C51FEB;
}
.TagClassName
{
border-color: #C51FEB;
}
</style>