Shades of Electric Purple #C514FB
Tints of Electric Purple #C514FB
RGB
CMYK
RGB Variations
Color information
#C514FB (or 0xC514FB) is known color: Electric Purple. HEX triplet: C5, 14 and FB. RGB value is (197,20,251). Sum of RGB (Red+Green+Blue) = 197+20+251=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 20 (8.20% from 255 or 4.27% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #C514FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C514FB is #3AEB04. Grayscale: #626262. Windows color (decimal): -3861253 or 16454853. OLE color: 16454853.
HSL color Cylindrical-coordinate representation of color #C514FB: hue angle of 285.97º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C514FB is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 20 | 251 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.02 |
| HSL | 285.97º | 0.97% | 0.53% | - |
| HSV(B) | 285.97º | 0.92% | 0.98% | - |
| XYZ | 40.69 | 19.34 | 92.85 | - |
| YUV | 99.26 | 213.64 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 251 | 0.22 | 0.92 | 0 | 0.02 | 285.97 | 0.97 | 0.53 |
| Hex | C5 | 14 | FB | 16 | 5C | 0 | 2 | 11E | 61 | 35 |
| Octal | 305 | 24 | 373 | 26 | 134 | 0 | 2 | 436 | 141 | 65 |
| Binary | 11000101 | 10100 | 11111011 | 10110 | 1011100 | 0 | 10 | 100011110 | 1100001 | 110101 |
Color Harmonies of #C514FB
Complementary color
Monochromatic Colors of #C514FB
Black with #C514FB
Text Example
Text Example
White with #C514FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C514FB; }
p { color: rgb(197,20,251); }
H1.HeaderClassName
{
color: #C514FB;
}
.AnyTagClassName
{
color: #C514FB;
}
</style>
background-color css
<style>
a { background-color: #C514FB; }
a { background-color: rgb(197,20,251); }
div.DivClassName
{
background-color: #C514FB;
}
.BgClassName
{
background-color: #C514FB;
}
</style>
border-color css
<style>
span { border-color: #C514FB; }
span { border-color: rgb(197,20,251); }
td.TdClassName
{
border-color: #C514FB;
}
.TagClassName
{
border-color: #C514FB;
}
</style>