Shades of Electric Purple #C80EF1
Tints of Electric Purple #C80EF1
RGB
CMYK
RGB Variations
Color information
#C80EF1 (or 0xC80EF1) is known color: Electric Purple. HEX triplet: C8, 0E and F1. RGB value is (200,14,241). Sum of RGB (Red+Green+Blue) = 200+14+241=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 14 (5.86% from 255 or 3.08% from 455); Blue value is 241 (94.53% from 255 or 52.97% from 455); Max value from RGB is 241 - color contains mainly: blue. Hex color #C80EF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80EF1 is #37F10E. Grayscale: #5E5E5E. Windows color (decimal): -3666191 or 15797960. OLE color: 15797960.
HSL color Cylindrical-coordinate representation of color #C80EF1: hue angle of 289.16º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80EF1 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 14 | 241 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.05 |
| HSL | 289.16º | 0.89% | 0.5% | - |
| HSV(B) | 289.16º | 0.94% | 0.95% | - |
| XYZ | 39.85 | 18.94 | 84.78 | - |
| YUV | 95.49 | 210.12 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 241 | 0.17 | 0.94 | 0 | 0.05 | 289.16 | 0.89 | 0.5 |
| Hex | C8 | E | F1 | 11 | 5E | 0 | 5 | 121 | 59 | 32 |
| Octal | 310 | 16 | 361 | 21 | 136 | 0 | 5 | 441 | 131 | 62 |
| Binary | 11001000 | 1110 | 11110001 | 10001 | 1011110 | 0 | 101 | 100100001 | 1011001 | 110010 |
Color Harmonies of #C80EF1
Complementary color
Monochromatic Colors of #C80EF1
Black with #C80EF1
Text Example
Text Example
White with #C80EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80EF1; }
p { color: rgb(200,14,241); }
H1.HeaderClassName
{
color: #C80EF1;
}
.AnyTagClassName
{
color: #C80EF1;
}
</style>
background-color css
<style>
a { background-color: #C80EF1; }
a { background-color: rgb(200,14,241); }
div.DivClassName
{
background-color: #C80EF1;
}
.BgClassName
{
background-color: #C80EF1;
}
</style>
border-color css
<style>
span { border-color: #C80EF1; }
span { border-color: rgb(200,14,241); }
td.TdClassName
{
border-color: #C80EF1;
}
.TagClassName
{
border-color: #C80EF1;
}
</style>