Shades of Electric Purple #C514EA
Tints of Electric Purple #C514EA
RGB
CMYK
RGB Variations
Color information
#C514EA (or 0xC514EA) is known color: Electric Purple. HEX triplet: C5, 14 and EA. RGB value is (197,20,234). Sum of RGB (Red+Green+Blue) = 197+20+234=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 20 (8.20% from 255 or 4.43% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #C514EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C514EA is #3AEB15. Grayscale: #606060. Windows color (decimal): -3861270 or 15340741. OLE color: 15340741.
HSL color Cylindrical-coordinate representation of color #C514EA: hue angle of 289.63º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C514EA is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 20 | 234 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.08 |
| HSL | 289.63º | 0.84% | 0.5% | - |
| HSV(B) | 289.63º | 0.91% | 0.92% | - |
| XYZ | 38.13 | 18.31 | 79.37 | - |
| YUV | 97.32 | 205.14 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 234 | 0.16 | 0.91 | 0 | 0.08 | 289.63 | 0.84 | 0.5 |
| Hex | C5 | 14 | EA | 10 | 5B | 0 | 8 | 122 | 54 | 32 |
| Octal | 305 | 24 | 352 | 20 | 133 | 0 | 10 | 442 | 124 | 62 |
| Binary | 11000101 | 10100 | 11101010 | 10000 | 1011011 | 0 | 1000 | 100100010 | 1010100 | 110010 |
Color Harmonies of #C514EA
Complementary color
Monochromatic Colors of #C514EA
Black with #C514EA
Text Example
Text Example
White with #C514EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C514EA; }
p { color: rgb(197,20,234); }
H1.HeaderClassName
{
color: #C514EA;
}
.AnyTagClassName
{
color: #C514EA;
}
</style>
background-color css
<style>
a { background-color: #C514EA; }
a { background-color: rgb(197,20,234); }
div.DivClassName
{
background-color: #C514EA;
}
.BgClassName
{
background-color: #C514EA;
}
</style>
border-color css
<style>
span { border-color: #C514EA; }
span { border-color: rgb(197,20,234); }
td.TdClassName
{
border-color: #C514EA;
}
.TagClassName
{
border-color: #C514EA;
}
</style>