Shades of Electric Purple #C514FC
Tints of Electric Purple #C514FC
RGB
CMYK
RGB Variations
Color information
#C514FC (or 0xC514FC) is known color: Electric Purple. HEX triplet: C5, 14 and FC. RGB value is (197,20,252). Sum of RGB (Red+Green+Blue) = 197+20+252=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #C514FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C514FC is #3AEB03. Grayscale: #626262. Windows color (decimal): -3861252 or 16520389. OLE color: 16520389.
HSL color Cylindrical-coordinate representation of color #C514FC: hue angle of 285.78º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C514FC is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 20 | 252 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.01 |
| HSL | 285.78º | 0.97% | 0.53% | - |
| HSV(B) | 285.78º | 0.92% | 0.99% | - |
| XYZ | 40.85 | 19.4 | 93.69 | - |
| YUV | 99.37 | 214.14 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 252 | 0.22 | 0.92 | 0 | 0.01 | 285.78 | 0.97 | 0.53 |
| Hex | C5 | 14 | FC | 16 | 5C | 0 | 1 | 11E | 61 | 35 |
| Octal | 305 | 24 | 374 | 26 | 134 | 0 | 1 | 436 | 141 | 65 |
| Binary | 11000101 | 10100 | 11111100 | 10110 | 1011100 | 0 | 1 | 100011110 | 1100001 | 110101 |
Color Harmonies of #C514FC
Complementary color
Monochromatic Colors of #C514FC
Black with #C514FC
Text Example
Text Example
White with #C514FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C514FC; }
p { color: rgb(197,20,252); }
H1.HeaderClassName
{
color: #C514FC;
}
.AnyTagClassName
{
color: #C514FC;
}
</style>
background-color css
<style>
a { background-color: #C514FC; }
a { background-color: rgb(197,20,252); }
div.DivClassName
{
background-color: #C514FC;
}
.BgClassName
{
background-color: #C514FC;
}
</style>
border-color css
<style>
span { border-color: #C514FC; }
span { border-color: rgb(197,20,252); }
td.TdClassName
{
border-color: #C514FC;
}
.TagClassName
{
border-color: #C514FC;
}
</style>