Shades of Electric Purple #C80FEC
Tints of Electric Purple #C80FEC
RGB
CMYK
RGB Variations
Color information
#C80FEC (or 0xC80FEC) is known color: Electric Purple. HEX triplet: C8, 0F and EC. RGB value is (200,15,236). Sum of RGB (Red+Green+Blue) = 200+15+236=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #C80FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80FEC is #37F013. Grayscale: #5E5E5E. Windows color (decimal): -3665940 or 15470536. OLE color: 15470536.
HSL color Cylindrical-coordinate representation of color #C80FEC: hue angle of 290.23º 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 #C80FEC is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 15 | 236 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.07 |
| HSL | 290.23º | 0.88% | 0.49% | - |
| HSV(B) | 290.23º | 0.94% | 0.93% | - |
| XYZ | 39.13 | 18.68 | 80.9 | - |
| YUV | 95.51 | 207.29 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 236 | 0.15 | 0.94 | 0 | 0.07 | 290.23 | 0.88 | 0.49 |
| Hex | C8 | F | EC | F | 5E | 0 | 7 | 122 | 58 | 31 |
| Octal | 310 | 17 | 354 | 17 | 136 | 0 | 7 | 442 | 130 | 61 |
| Binary | 11001000 | 1111 | 11101100 | 1111 | 1011110 | 0 | 111 | 100100010 | 1011000 | 110001 |
Color Harmonies of #C80FEC
Complementary color
Monochromatic Colors of #C80FEC
Black with #C80FEC
Text Example
Text Example
White with #C80FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80FEC; }
p { color: rgb(200,15,236); }
H1.HeaderClassName
{
color: #C80FEC;
}
.AnyTagClassName
{
color: #C80FEC;
}
</style>
background-color css
<style>
a { background-color: #C80FEC; }
a { background-color: rgb(200,15,236); }
div.DivClassName
{
background-color: #C80FEC;
}
.BgClassName
{
background-color: #C80FEC;
}
</style>
border-color css
<style>
span { border-color: #C80FEC; }
span { border-color: rgb(200,15,236); }
td.TdClassName
{
border-color: #C80FEC;
}
.TagClassName
{
border-color: #C80FEC;
}
</style>