Shades of Electric Purple #C800E9
Tints of Electric Purple #C800E9
RGB
CMYK
RGB Variations
Color information
#C800E9 (or 0xC800E9) is known color: Electric Purple. HEX triplet: C8, 00 and E9. RGB value is (200,0,233). Sum of RGB (Red+Green+Blue) = 200+0+233=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 233 (91.41% from 255 or 53.81% from 433); Max value from RGB is 233 - color contains mainly: blue. Hex color #C800E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C800E9 is #37FF16. Grayscale: #555555. Windows color (decimal): -3669783 or 15270088. OLE color: 15270088.
HSL color Cylindrical-coordinate representation of color #C800E9: hue angle of 291.5º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C800E9 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 0 | 233 | - |
| CMYK | 0.14 | 1 | 0 | 0.09 |
| HSL | 291.5º | 1% | 0.46% | - |
| HSV(B) | 291.5º | 1% | 0.91% | - |
| XYZ | 38.53 | 18.16 | 78.57 | - |
| YUV | 86.36 | 210.76 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 233 | 0.14 | 1 | 0 | 0.09 | 291.5 | 1 | 0.46 |
| Hex | C8 | 0 | E9 | E | 64 | 0 | 9 | 124 | 64 | 2E |
| Octal | 310 | 0 | 351 | 16 | 144 | 0 | 11 | 444 | 144 | 56 |
| Binary | 11001000 | 0 | 11101001 | 1110 | 1100100 | 0 | 1001 | 100100100 | 1100100 | 101110 |
Color Harmonies of #C800E9
Complementary color
Monochromatic Colors of #C800E9
Black with #C800E9
Text Example
Text Example
White with #C800E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C800E9; }
p { color: rgb(200,0,233); }
H1.HeaderClassName
{
color: #C800E9;
}
.AnyTagClassName
{
color: #C800E9;
}
</style>
background-color css
<style>
a { background-color: #C800E9; }
a { background-color: rgb(200,0,233); }
div.DivClassName
{
background-color: #C800E9;
}
.BgClassName
{
background-color: #C800E9;
}
</style>
border-color css
<style>
span { border-color: #C800E9; }
span { border-color: rgb(200,0,233); }
td.TdClassName
{
border-color: #C800E9;
}
.TagClassName
{
border-color: #C800E9;
}
</style>