Shades of Electric Purple #C50EEB
Tints of Electric Purple #C50EEB
RGB
CMYK
RGB Variations
Color information
#C50EEB (or 0xC50EEB) is known color: Electric Purple. HEX triplet: C5, 0E and EB. RGB value is (197,14,235). Sum of RGB (Red+Green+Blue) = 197+14+235=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 14 (5.86% from 255 or 3.14% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #C50EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50EEB is #3AF114. Grayscale: #5D5D5D. Windows color (decimal): -3862805 or 15404741. OLE color: 15404741.
HSL color Cylindrical-coordinate representation of color #C50EEB: hue angle of 289.68º degrees, saturation: 0.89, 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 #C50EEB is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 14 | 235 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.08 |
| HSL | 289.68º | 0.89% | 0.49% | - |
| HSV(B) | 289.68º | 0.94% | 0.92% | - |
| XYZ | 38.18 | 18.18 | 80.09 | - |
| YUV | 93.91 | 207.63 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 235 | 0.16 | 0.94 | 0 | 0.08 | 289.68 | 0.89 | 0.49 |
| Hex | C5 | E | EB | 10 | 5E | 0 | 8 | 122 | 59 | 31 |
| Octal | 305 | 16 | 353 | 20 | 136 | 0 | 10 | 442 | 131 | 61 |
| Binary | 11000101 | 1110 | 11101011 | 10000 | 1011110 | 0 | 1000 | 100100010 | 1011001 | 110001 |
Color Harmonies of #C50EEB
Complementary color
Monochromatic Colors of #C50EEB
Black with #C50EEB
Text Example
Text Example
White with #C50EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50EEB; }
p { color: rgb(197,14,235); }
H1.HeaderClassName
{
color: #C50EEB;
}
.AnyTagClassName
{
color: #C50EEB;
}
</style>
background-color css
<style>
a { background-color: #C50EEB; }
a { background-color: rgb(197,14,235); }
div.DivClassName
{
background-color: #C50EEB;
}
.BgClassName
{
background-color: #C50EEB;
}
</style>
border-color css
<style>
span { border-color: #C50EEB; }
span { border-color: rgb(197,14,235); }
td.TdClassName
{
border-color: #C50EEB;
}
.TagClassName
{
border-color: #C50EEB;
}
</style>