Shades of Electric Purple #C80CEC
Tints of Electric Purple #C80CEC
RGB
CMYK
RGB Variations
Color information
#C80CEC (or 0xC80CEC) is known color: Electric Purple. HEX triplet: C8, 0C and EC. RGB value is (200,12,236). Sum of RGB (Red+Green+Blue) = 200+12+236=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #C80CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80CEC is #37F313. Grayscale: #5D5D5D. Windows color (decimal): -3666708 or 15469768. OLE color: 15469768.
HSL color Cylindrical-coordinate representation of color #C80CEC: hue angle of 290.36º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80CEC is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 12 | 236 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.07 |
| HSL | 290.36º | 0.9% | 0.49% | - |
| HSV(B) | 290.36º | 0.95% | 0.93% | - |
| XYZ | 39.09 | 18.6 | 80.89 | - |
| YUV | 93.75 | 208.28 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 236 | 0.15 | 0.95 | 0 | 0.07 | 290.36 | 0.9 | 0.49 |
| Hex | C8 | C | EC | F | 5F | 0 | 7 | 122 | 5A | 31 |
| Octal | 310 | 14 | 354 | 17 | 137 | 0 | 7 | 442 | 132 | 61 |
| Binary | 11001000 | 1100 | 11101100 | 1111 | 1011111 | 0 | 111 | 100100010 | 1011010 | 110001 |
Color Harmonies of #C80CEC
Complementary color
Monochromatic Colors of #C80CEC
Black with #C80CEC
Text Example
Text Example
White with #C80CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80CEC; }
p { color: rgb(200,12,236); }
H1.HeaderClassName
{
color: #C80CEC;
}
.AnyTagClassName
{
color: #C80CEC;
}
</style>
background-color css
<style>
a { background-color: #C80CEC; }
a { background-color: rgb(200,12,236); }
div.DivClassName
{
background-color: #C80CEC;
}
.BgClassName
{
background-color: #C80CEC;
}
</style>
border-color css
<style>
span { border-color: #C80CEC; }
span { border-color: rgb(200,12,236); }
td.TdClassName
{
border-color: #C80CEC;
}
.TagClassName
{
border-color: #C80CEC;
}
</style>