Shades of Electric Purple #C20EFC
Tints of Electric Purple #C20EFC
RGB
CMYK
RGB Variations
Color information
#C20EFC (or 0xC20EFC) is known color: Electric Purple. HEX triplet: C2, 0E and FC. RGB value is (194,14,252). Sum of RGB (Red+Green+Blue) = 194+14+252=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 14 (5.86% from 255 or 3.04% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #C20EFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20EFC is #3DF103. Grayscale: #5E5E5E. Windows color (decimal): -4059396 or 16518850. OLE color: 16518850.
HSL color Cylindrical-coordinate representation of color #C20EFC: hue angle of 285.38º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20EFC is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 14 | 252 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.01 |
| HSL | 285.38º | 0.98% | 0.52% | - |
| HSV(B) | 285.38º | 0.94% | 0.99% | - |
| XYZ | 39.98 | 18.81 | 93.62 | - |
| YUV | 94.95 | 216.63 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 252 | 0.23 | 0.94 | 0 | 0.01 | 285.38 | 0.98 | 0.52 |
| Hex | C2 | E | FC | 17 | 5E | 0 | 1 | 11D | 62 | 34 |
| Octal | 302 | 16 | 374 | 27 | 136 | 0 | 1 | 435 | 142 | 64 |
| Binary | 11000010 | 1110 | 11111100 | 10111 | 1011110 | 0 | 1 | 100011101 | 1100010 | 110100 |
Color Harmonies of #C20EFC
Complementary color
Monochromatic Colors of #C20EFC
Black with #C20EFC
Text Example
Text Example
White with #C20EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20EFC; }
p { color: rgb(194,14,252); }
H1.HeaderClassName
{
color: #C20EFC;
}
.AnyTagClassName
{
color: #C20EFC;
}
</style>
background-color css
<style>
a { background-color: #C20EFC; }
a { background-color: rgb(194,14,252); }
div.DivClassName
{
background-color: #C20EFC;
}
.BgClassName
{
background-color: #C20EFC;
}
</style>
border-color css
<style>
span { border-color: #C20EFC; }
span { border-color: rgb(194,14,252); }
td.TdClassName
{
border-color: #C20EFC;
}
.TagClassName
{
border-color: #C20EFC;
}
</style>