Shades of Electric Purple #C51FE6
Tints of Electric Purple #C51FE6
RGB
CMYK
RGB Variations
Color information
#C51FE6 (or 0xC51FE6) is known color: Electric Purple. HEX triplet: C5, 1F and E6. RGB value is (197,31,230). Sum of RGB (Red+Green+Blue) = 197+31+230=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 31 (12.5% from 255 or 6.77% from 458); Blue value is 230 (90.23% from 255 or 50.22% from 458); Max value from RGB is 230 - color contains mainly: blue. Hex color #C51FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51FE6 is #3AE019. Grayscale: #666666. Windows color (decimal): -3858458 or 15081413. OLE color: 15081413.
HSL color Cylindrical-coordinate representation of color #C51FE6: hue angle of 290.05º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51FE6 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 31 | 230 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.10 |
| HSL | 290.05º | 0.8% | 0.51% | - |
| HSV(B) | 290.05º | 0.87% | 0.9% | - |
| XYZ | 37.8 | 18.56 | 76.45 | - |
| YUV | 103.32 | 199.5 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 230 | 0.14 | 0.87 | 0 | 0.10 | 290.05 | 0.8 | 0.51 |
| Hex | C5 | 1F | E6 | E | 57 | 0 | A | 122 | 50 | 33 |
| Octal | 305 | 37 | 346 | 16 | 127 | 0 | 12 | 442 | 120 | 63 |
| Binary | 11000101 | 11111 | 11100110 | 1110 | 1010111 | 0 | 1010 | 100100010 | 1010000 | 110011 |
Color Harmonies of #C51FE6
Complementary color
Monochromatic Colors of #C51FE6
Black with #C51FE6
Text Example
Text Example
White with #C51FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51FE6; }
p { color: rgb(197,31,230); }
H1.HeaderClassName
{
color: #C51FE6;
}
.AnyTagClassName
{
color: #C51FE6;
}
</style>
background-color css
<style>
a { background-color: #C51FE6; }
a { background-color: rgb(197,31,230); }
div.DivClassName
{
background-color: #C51FE6;
}
.BgClassName
{
background-color: #C51FE6;
}
</style>
border-color css
<style>
span { border-color: #C51FE6; }
span { border-color: rgb(197,31,230); }
td.TdClassName
{
border-color: #C51FE6;
}
.TagClassName
{
border-color: #C51FE6;
}
</style>