Shades of Electric Purple #C50FEB
Tints of Electric Purple #C50FEB
RGB
CMYK
RGB Variations
Color information
#C50FEB (or 0xC50FEB) is known color: Electric Purple. HEX triplet: C5, 0F and EB. RGB value is (197,15,235). Sum of RGB (Red+Green+Blue) = 197+15+235=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #C50FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50FEB is #3AF014. Grayscale: #5D5D5D. Windows color (decimal): -3862549 or 15404997. OLE color: 15404997.
HSL color Cylindrical-coordinate representation of color #C50FEB: hue angle of 289.64º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50FEB is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 15 | 235 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.08 |
| HSL | 289.64º | 0.88% | 0.49% | - |
| HSV(B) | 289.64º | 0.94% | 0.92% | - |
| XYZ | 38.19 | 18.21 | 80.1 | - |
| YUV | 94.5 | 207.3 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 235 | 0.16 | 0.94 | 0 | 0.08 | 289.64 | 0.88 | 0.49 |
| Hex | C5 | F | EB | 10 | 5E | 0 | 8 | 122 | 58 | 31 |
| Octal | 305 | 17 | 353 | 20 | 136 | 0 | 10 | 442 | 130 | 61 |
| Binary | 11000101 | 1111 | 11101011 | 10000 | 1011110 | 0 | 1000 | 100100010 | 1011000 | 110001 |
Color Harmonies of #C50FEB
Complementary color
Monochromatic Colors of #C50FEB
Black with #C50FEB
Text Example
Text Example
White with #C50FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50FEB; }
p { color: rgb(197,15,235); }
H1.HeaderClassName
{
color: #C50FEB;
}
.AnyTagClassName
{
color: #C50FEB;
}
</style>
background-color css
<style>
a { background-color: #C50FEB; }
a { background-color: rgb(197,15,235); }
div.DivClassName
{
background-color: #C50FEB;
}
.BgClassName
{
background-color: #C50FEB;
}
</style>
border-color css
<style>
span { border-color: #C50FEB; }
span { border-color: rgb(197,15,235); }
td.TdClassName
{
border-color: #C50FEB;
}
.TagClassName
{
border-color: #C50FEB;
}
</style>