Shades of Electric Purple #C20EFB
Tints of Electric Purple #C20EFB
RGB
CMYK
RGB Variations
Color information
#C20EFB (or 0xC20EFB) is known color: Electric Purple. HEX triplet: C2, 0E and FB. RGB value is (194,14,251). Sum of RGB (Red+Green+Blue) = 194+14+251=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 14 (5.86% from 255 or 3.05% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #C20EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20EFB is #3DF104. Grayscale: #5E5E5E. Windows color (decimal): -4059397 or 16453314. OLE color: 16453314.
HSL color Cylindrical-coordinate representation of color #C20EFB: hue angle of 285.57º degrees, saturation: 0.97, 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 #C20EFB is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 14 | 251 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.02 |
| HSL | 285.57º | 0.97% | 0.52% | - |
| HSV(B) | 285.57º | 0.94% | 0.98% | - |
| XYZ | 39.82 | 18.75 | 92.79 | - |
| YUV | 94.84 | 216.13 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 251 | 0.23 | 0.94 | 0 | 0.02 | 285.57 | 0.97 | 0.52 |
| Hex | C2 | E | FB | 17 | 5E | 0 | 2 | 11E | 61 | 34 |
| Octal | 302 | 16 | 373 | 27 | 136 | 0 | 2 | 436 | 141 | 64 |
| Binary | 11000010 | 1110 | 11111011 | 10111 | 1011110 | 0 | 10 | 100011110 | 1100001 | 110100 |
Color Harmonies of #C20EFB
Complementary color
Monochromatic Colors of #C20EFB
Black with #C20EFB
Text Example
Text Example
White with #C20EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20EFB; }
p { color: rgb(194,14,251); }
H1.HeaderClassName
{
color: #C20EFB;
}
.AnyTagClassName
{
color: #C20EFB;
}
</style>
background-color css
<style>
a { background-color: #C20EFB; }
a { background-color: rgb(194,14,251); }
div.DivClassName
{
background-color: #C20EFB;
}
.BgClassName
{
background-color: #C20EFB;
}
</style>
border-color css
<style>
span { border-color: #C20EFB; }
span { border-color: rgb(194,14,251); }
td.TdClassName
{
border-color: #C20EFB;
}
.TagClassName
{
border-color: #C20EFB;
}
</style>