Shades of Electric Purple #C512E9
Tints of Electric Purple #C512E9
RGB
CMYK
RGB Variations
Color information
#C512E9 (or 0xC512E9) is known color: Electric Purple. HEX triplet: C5, 12 and E9. RGB value is (197,18,233). Sum of RGB (Red+Green+Blue) = 197+18+233=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 233 (91.41% from 255 or 52.01% from 448); Max value from RGB is 233 - color contains mainly: blue. Hex color #C512E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C512E9 is #3AED16. Grayscale: #5F5F5F. Windows color (decimal): -3861783 or 15274693. OLE color: 15274693.
HSL color Cylindrical-coordinate representation of color #C512E9: hue angle of 289.95º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C512E9 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 18 | 233 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.09 |
| HSL | 289.95º | 0.86% | 0.49% | - |
| HSV(B) | 289.95º | 0.92% | 0.91% | - |
| XYZ | 37.95 | 18.19 | 78.6 | - |
| YUV | 96.03 | 205.3 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 233 | 0.15 | 0.92 | 0 | 0.09 | 289.95 | 0.86 | 0.49 |
| Hex | C5 | 12 | E9 | F | 5C | 0 | 9 | 122 | 56 | 31 |
| Octal | 305 | 22 | 351 | 17 | 134 | 0 | 11 | 442 | 126 | 61 |
| Binary | 11000101 | 10010 | 11101001 | 1111 | 1011100 | 0 | 1001 | 100100010 | 1010110 | 110001 |
Color Harmonies of #C512E9
Complementary color
Monochromatic Colors of #C512E9
Black with #C512E9
Text Example
Text Example
White with #C512E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C512E9; }
p { color: rgb(197,18,233); }
H1.HeaderClassName
{
color: #C512E9;
}
.AnyTagClassName
{
color: #C512E9;
}
</style>
background-color css
<style>
a { background-color: #C512E9; }
a { background-color: rgb(197,18,233); }
div.DivClassName
{
background-color: #C512E9;
}
.BgClassName
{
background-color: #C512E9;
}
</style>
border-color css
<style>
span { border-color: #C512E9; }
span { border-color: rgb(197,18,233); }
td.TdClassName
{
border-color: #C512E9;
}
.TagClassName
{
border-color: #C512E9;
}
</style>