Shades of Electric Purple #C20FED
Tints of Electric Purple #C20FED
RGB
CMYK
RGB Variations
Color information
#C20FED (or 0xC20FED) is known color: Electric Purple. HEX triplet: C2, 0F and ED. RGB value is (194,15,237). Sum of RGB (Red+Green+Blue) = 194+15+237=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #C20FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20FED is #3DF012. Grayscale: #5D5D5D. Windows color (decimal): -4059155 or 15536066. OLE color: 15536066.
HSL color Cylindrical-coordinate representation of color #C20FED: hue angle of 288.38º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20FED is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 15 | 237 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.07 |
| HSL | 288.38º | 0.88% | 0.49% | - |
| HSV(B) | 288.38º | 0.94% | 0.93% | - |
| XYZ | 37.71 | 17.93 | 81.59 | - |
| YUV | 93.83 | 208.8 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 237 | 0.18 | 0.94 | 0 | 0.07 | 288.38 | 0.88 | 0.49 |
| Hex | C2 | F | ED | 12 | 5E | 0 | 7 | 120 | 58 | 31 |
| Octal | 302 | 17 | 355 | 22 | 136 | 0 | 7 | 440 | 130 | 61 |
| Binary | 11000010 | 1111 | 11101101 | 10010 | 1011110 | 0 | 111 | 100100000 | 1011000 | 110001 |
Color Harmonies of #C20FED
Complementary color
Monochromatic Colors of #C20FED
Black with #C20FED
Text Example
Text Example
White with #C20FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20FED; }
p { color: rgb(194,15,237); }
H1.HeaderClassName
{
color: #C20FED;
}
.AnyTagClassName
{
color: #C20FED;
}
</style>
background-color css
<style>
a { background-color: #C20FED; }
a { background-color: rgb(194,15,237); }
div.DivClassName
{
background-color: #C20FED;
}
.BgClassName
{
background-color: #C20FED;
}
</style>
border-color css
<style>
span { border-color: #C20FED; }
span { border-color: rgb(194,15,237); }
td.TdClassName
{
border-color: #C20FED;
}
.TagClassName
{
border-color: #C20FED;
}
</style>