Shades of Electric Purple #C50EFB
Tints of Electric Purple #C50EFB
RGB
CMYK
RGB Variations
Color information
#C50EFB (or 0xC50EFB) is known color: Electric Purple. HEX triplet: C5, 0E and FB. RGB value is (197,14,251). Sum of RGB (Red+Green+Blue) = 197+14+251=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 14 (5.86% from 255 or 3.03% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #C50EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50EFB is #3AF104. Grayscale: #5E5E5E. Windows color (decimal): -3862789 or 16453317. OLE color: 16453317.
HSL color Cylindrical-coordinate representation of color #C50EFB: hue angle of 286.33º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50EFB is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 14 | 251 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.02 |
| HSL | 286.33º | 0.97% | 0.52% | - |
| HSV(B) | 286.33º | 0.94% | 0.98% | - |
| XYZ | 40.6 | 19.15 | 92.82 | - |
| YUV | 95.74 | 215.63 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 251 | 0.22 | 0.94 | 0 | 0.02 | 286.33 | 0.97 | 0.52 |
| Hex | C5 | E | FB | 16 | 5E | 0 | 2 | 11E | 61 | 34 |
| Octal | 305 | 16 | 373 | 26 | 136 | 0 | 2 | 436 | 141 | 64 |
| Binary | 11000101 | 1110 | 11111011 | 10110 | 1011110 | 0 | 10 | 100011110 | 1100001 | 110100 |
Color Harmonies of #C50EFB
Complementary color
Monochromatic Colors of #C50EFB
Black with #C50EFB
Text Example
Text Example
White with #C50EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50EFB; }
p { color: rgb(197,14,251); }
H1.HeaderClassName
{
color: #C50EFB;
}
.AnyTagClassName
{
color: #C50EFB;
}
</style>
background-color css
<style>
a { background-color: #C50EFB; }
a { background-color: rgb(197,14,251); }
div.DivClassName
{
background-color: #C50EFB;
}
.BgClassName
{
background-color: #C50EFB;
}
</style>
border-color css
<style>
span { border-color: #C50EFB; }
span { border-color: rgb(197,14,251); }
td.TdClassName
{
border-color: #C50EFB;
}
.TagClassName
{
border-color: #C50EFB;
}
</style>