Shades of Electric Purple #C20EFA
Tints of Electric Purple #C20EFA
RGB
CMYK
RGB Variations
Color information
#C20EFA (or 0xC20EFA) is known color: Electric Purple. HEX triplet: C2, 0E and FA. RGB value is (194,14,250). Sum of RGB (Red+Green+Blue) = 194+14+250=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 14 (5.86% from 255 or 3.06% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #C20EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20EFA is #3DF105. Grayscale: #5D5D5D. Windows color (decimal): -4059398 or 16387778. OLE color: 16387778.
HSL color Cylindrical-coordinate representation of color #C20EFA: hue angle of 285.76º degrees, saturation: 0.96, 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 #C20EFA is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 14 | 250 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.02 |
| HSL | 285.76º | 0.96% | 0.52% | - |
| HSV(B) | 285.76º | 0.94% | 0.98% | - |
| XYZ | 39.66 | 18.69 | 91.96 | - |
| YUV | 94.72 | 215.63 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 250 | 0.22 | 0.94 | 0 | 0.02 | 285.76 | 0.96 | 0.52 |
| Hex | C2 | E | FA | 16 | 5E | 0 | 2 | 11E | 60 | 34 |
| Octal | 302 | 16 | 372 | 26 | 136 | 0 | 2 | 436 | 140 | 64 |
| Binary | 11000010 | 1110 | 11111010 | 10110 | 1011110 | 0 | 10 | 100011110 | 1100000 | 110100 |
Color Harmonies of #C20EFA
Complementary color
Monochromatic Colors of #C20EFA
Black with #C20EFA
Text Example
Text Example
White with #C20EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20EFA; }
p { color: rgb(194,14,250); }
H1.HeaderClassName
{
color: #C20EFA;
}
.AnyTagClassName
{
color: #C20EFA;
}
</style>
background-color css
<style>
a { background-color: #C20EFA; }
a { background-color: rgb(194,14,250); }
div.DivClassName
{
background-color: #C20EFA;
}
.BgClassName
{
background-color: #C20EFA;
}
</style>
border-color css
<style>
span { border-color: #C20EFA; }
span { border-color: rgb(194,14,250); }
td.TdClassName
{
border-color: #C20EFA;
}
.TagClassName
{
border-color: #C20EFA;
}
</style>