Shades of Electric Purple #C20EF8
Tints of Electric Purple #C20EF8
RGB
CMYK
RGB Variations
Color information
#C20EF8 (or 0xC20EF8) is known color: Electric Purple. HEX triplet: C2, 0E and F8. RGB value is (194,14,248). Sum of RGB (Red+Green+Blue) = 194+14+248=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 14 (5.86% from 255 or 3.07% from 456); Blue value is 248 (97.27% from 255 or 54.39% from 456); Max value from RGB is 248 - color contains mainly: blue. Hex color #C20EF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20EF8 is #3DF107. Grayscale: #5D5D5D. Windows color (decimal): -4059400 or 16256706. OLE color: 16256706.
HSL color Cylindrical-coordinate representation of color #C20EF8: hue angle of 286.15º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20EF8 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 14 | 248 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.03 |
| HSL | 286.15º | 0.94% | 0.51% | - |
| HSV(B) | 286.15º | 0.94% | 0.97% | - |
| XYZ | 39.35 | 18.56 | 90.32 | - |
| YUV | 94.5 | 214.63 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 248 | 0.22 | 0.94 | 0 | 0.03 | 286.15 | 0.94 | 0.51 |
| Hex | C2 | E | F8 | 16 | 5E | 0 | 3 | 11E | 5E | 33 |
| Octal | 302 | 16 | 370 | 26 | 136 | 0 | 3 | 436 | 136 | 63 |
| Binary | 11000010 | 1110 | 11111000 | 10110 | 1011110 | 0 | 11 | 100011110 | 1011110 | 110011 |
Color Harmonies of #C20EF8
Complementary color
Monochromatic Colors of #C20EF8
Black with #C20EF8
Text Example
Text Example
White with #C20EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20EF8; }
p { color: rgb(194,14,248); }
H1.HeaderClassName
{
color: #C20EF8;
}
.AnyTagClassName
{
color: #C20EF8;
}
</style>
background-color css
<style>
a { background-color: #C20EF8; }
a { background-color: rgb(194,14,248); }
div.DivClassName
{
background-color: #C20EF8;
}
.BgClassName
{
background-color: #C20EF8;
}
</style>
border-color css
<style>
span { border-color: #C20EF8; }
span { border-color: rgb(194,14,248); }
td.TdClassName
{
border-color: #C20EF8;
}
.TagClassName
{
border-color: #C20EF8;
}
</style>