Shades of Electric Purple #C800EC
Tints of Electric Purple #C800EC
RGB
CMYK
RGB Variations
Color information
#C800EC (or 0xC800EC) is known color: Electric Purple. HEX triplet: C8, 00 and EC. RGB value is (200,0,236). Sum of RGB (Red+Green+Blue) = 200+0+236=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #C800EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C800EC is #37FF13. Grayscale: #555555. Windows color (decimal): -3669780 or 15466696. OLE color: 15466696.
HSL color Cylindrical-coordinate representation of color #C800EC: hue angle of 290.85º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C800EC is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 0 | 236 | - |
| CMYK | 0.15 | 1 | 0 | 0.07 |
| HSL | 290.85º | 1% | 0.46% | - |
| HSV(B) | 290.85º | 1% | 0.93% | - |
| XYZ | 38.96 | 18.34 | 80.84 | - |
| YUV | 86.7 | 212.26 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 236 | 0.15 | 1 | 0 | 0.07 | 290.85 | 1 | 0.46 |
| Hex | C8 | 0 | EC | F | 64 | 0 | 7 | 123 | 64 | 2E |
| Octal | 310 | 0 | 354 | 17 | 144 | 0 | 7 | 443 | 144 | 56 |
| Binary | 11001000 | 0 | 11101100 | 1111 | 1100100 | 0 | 111 | 100100011 | 1100100 | 101110 |
Color Harmonies of #C800EC
Complementary color
Monochromatic Colors of #C800EC
Black with #C800EC
Text Example
Text Example
White with #C800EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C800EC; }
p { color: rgb(200,0,236); }
H1.HeaderClassName
{
color: #C800EC;
}
.AnyTagClassName
{
color: #C800EC;
}
</style>
background-color css
<style>
a { background-color: #C800EC; }
a { background-color: rgb(200,0,236); }
div.DivClassName
{
background-color: #C800EC;
}
.BgClassName
{
background-color: #C800EC;
}
</style>
border-color css
<style>
span { border-color: #C800EC; }
span { border-color: rgb(200,0,236); }
td.TdClassName
{
border-color: #C800EC;
}
.TagClassName
{
border-color: #C800EC;
}
</style>