Shades of Electric Purple #C51CE9
Tints of Electric Purple #C51CE9
RGB
CMYK
RGB Variations
Color information
#C51CE9 (or 0xC51CE9) is known color: Electric Purple. HEX triplet: C5, 1C and E9. RGB value is (197,28,233). Sum of RGB (Red+Green+Blue) = 197+28+233=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 233 (91.41% from 255 or 50.87% from 458); Max value from RGB is 233 - color contains mainly: blue. Hex color #C51CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51CE9 is #3AE316. Grayscale: #656565. Windows color (decimal): -3859223 or 15277253. OLE color: 15277253.
HSL color Cylindrical-coordinate representation of color #C51CE9: hue angle of 289.46º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51CE9 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 28 | 233 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.09 |
| HSL | 289.46º | 0.82% | 0.51% | - |
| HSV(B) | 289.46º | 0.88% | 0.91% | - |
| XYZ | 38.15 | 18.58 | 78.67 | - |
| YUV | 101.9 | 201.99 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 233 | 0.15 | 0.88 | 0 | 0.09 | 289.46 | 0.82 | 0.51 |
| Hex | C5 | 1C | E9 | F | 58 | 0 | 9 | 121 | 52 | 33 |
| Octal | 305 | 34 | 351 | 17 | 130 | 0 | 11 | 441 | 122 | 63 |
| Binary | 11000101 | 11100 | 11101001 | 1111 | 1011000 | 0 | 1001 | 100100001 | 1010010 | 110011 |
Color Harmonies of #C51CE9
Complementary color
Monochromatic Colors of #C51CE9
Black with #C51CE9
Text Example
Text Example
White with #C51CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51CE9; }
p { color: rgb(197,28,233); }
H1.HeaderClassName
{
color: #C51CE9;
}
.AnyTagClassName
{
color: #C51CE9;
}
</style>
background-color css
<style>
a { background-color: #C51CE9; }
a { background-color: rgb(197,28,233); }
div.DivClassName
{
background-color: #C51CE9;
}
.BgClassName
{
background-color: #C51CE9;
}
</style>
border-color css
<style>
span { border-color: #C51CE9; }
span { border-color: rgb(197,28,233); }
td.TdClassName
{
border-color: #C51CE9;
}
.TagClassName
{
border-color: #C51CE9;
}
</style>