Shades of Electric Purple #C51FFE
Tints of Electric Purple #C51FFE
RGB
CMYK
RGB Variations
Color information
#C51FFE (or 0xC51FFE) is known color: Electric Purple. HEX triplet: C5, 1F and FE. RGB value is (197,31,254). Sum of RGB (Red+Green+Blue) = 197+31+254=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 31 (12.5% from 255 or 6.43% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #C51FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51FFE is #3AE001. Grayscale: #696969. Windows color (decimal): -3858434 or 16654277. OLE color: 16654277.
HSL color Cylindrical-coordinate representation of color #C51FFE: hue angle of 284.66º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51FFE is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 31 | 254 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.00 |
| HSL | 284.66º | 0.99% | 0.56% | - |
| HSV(B) | 284.66º | 0.88% | 1% | - |
| XYZ | 41.41 | 20.01 | 95.45 | - |
| YUV | 106.06 | 211.5 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 254 | 0.22 | 0.88 | 0 | 0.00 | 284.66 | 0.99 | 0.56 |
| Hex | C5 | 1F | FE | 16 | 58 | 0 | 0 | 11D | 63 | 38 |
| Octal | 305 | 37 | 376 | 26 | 130 | 0 | 0 | 435 | 143 | 70 |
| Binary | 11000101 | 11111 | 11111110 | 10110 | 1011000 | 0 | 0 | 100011101 | 1100011 | 111000 |
Color Harmonies of #C51FFE
Complementary color
Monochromatic Colors of #C51FFE
Black with #C51FFE
Text Example
Text Example
White with #C51FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51FFE; }
p { color: rgb(197,31,254); }
H1.HeaderClassName
{
color: #C51FFE;
}
.AnyTagClassName
{
color: #C51FFE;
}
</style>
background-color css
<style>
a { background-color: #C51FFE; }
a { background-color: rgb(197,31,254); }
div.DivClassName
{
background-color: #C51FFE;
}
.BgClassName
{
background-color: #C51FFE;
}
</style>
border-color css
<style>
span { border-color: #C51FFE; }
span { border-color: rgb(197,31,254); }
td.TdClassName
{
border-color: #C51FFE;
}
.TagClassName
{
border-color: #C51FFE;
}
</style>