Shades of Electric Purple #C50FEA
Tints of Electric Purple #C50FEA
RGB
CMYK
RGB Variations
Color information
#C50FEA (or 0xC50FEA) is known color: Electric Purple. HEX triplet: C5, 0F and EA. RGB value is (197,15,234). Sum of RGB (Red+Green+Blue) = 197+15+234=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #C50FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50FEA is #3AF015. Grayscale: #5D5D5D. Windows color (decimal): -3862550 or 15339461. OLE color: 15339461.
HSL color Cylindrical-coordinate representation of color #C50FEA: hue angle of 289.86º 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 #C50FEA is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 15 | 234 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.08 |
| HSL | 289.86º | 0.88% | 0.49% | - |
| HSV(B) | 289.86º | 0.94% | 0.92% | - |
| XYZ | 38.05 | 18.15 | 79.34 | - |
| YUV | 94.38 | 206.8 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 234 | 0.16 | 0.94 | 0 | 0.08 | 289.86 | 0.88 | 0.49 |
| Hex | C5 | F | EA | 10 | 5E | 0 | 8 | 122 | 58 | 31 |
| Octal | 305 | 17 | 352 | 20 | 136 | 0 | 10 | 442 | 130 | 61 |
| Binary | 11000101 | 1111 | 11101010 | 10000 | 1011110 | 0 | 1000 | 100100010 | 1011000 | 110001 |
Color Harmonies of #C50FEA
Complementary color
Monochromatic Colors of #C50FEA
Black with #C50FEA
Text Example
Text Example
White with #C50FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50FEA; }
p { color: rgb(197,15,234); }
H1.HeaderClassName
{
color: #C50FEA;
}
.AnyTagClassName
{
color: #C50FEA;
}
</style>
background-color css
<style>
a { background-color: #C50FEA; }
a { background-color: rgb(197,15,234); }
div.DivClassName
{
background-color: #C50FEA;
}
.BgClassName
{
background-color: #C50FEA;
}
</style>
border-color css
<style>
span { border-color: #C50FEA; }
span { border-color: rgb(197,15,234); }
td.TdClassName
{
border-color: #C50FEA;
}
.TagClassName
{
border-color: #C50FEA;
}
</style>