Shades of Electric Purple #C800FE
Tints of Electric Purple #C800FE
RGB
CMYK
RGB Variations
Color information
#C800FE (or 0xC800FE) is known color: Electric Purple. HEX triplet: C8, 00 and FE. RGB value is (200,0,254). Sum of RGB (Red+Green+Blue) = 200+0+254=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 0 (0.39% from 255 or 0% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #C800FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C800FE is #37FF01. Grayscale: #575757. Windows color (decimal): -3669762 or 16646344. OLE color: 16646344.
HSL color Cylindrical-coordinate representation of color #C800FE: hue angle of 287.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C800FE is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 0 | 254 | - |
| CMYK | 0.21 | 1 | 0 | 0.00 |
| HSL | 287.24º | 1% | 0.5% | - |
| HSV(B) | 287.24º | 1% | 1% | - |
| XYZ | 41.71 | 19.44 | 95.32 | - |
| YUV | 88.76 | 221.26 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 254 | 0.21 | 1 | 0 | 0.00 | 287.24 | 1 | 0.5 |
| Hex | C8 | 0 | FE | 15 | 64 | 0 | 0 | 11F | 64 | 32 |
| Octal | 310 | 0 | 376 | 25 | 144 | 0 | 0 | 437 | 144 | 62 |
| Binary | 11001000 | 0 | 11111110 | 10101 | 1100100 | 0 | 0 | 100011111 | 1100100 | 110010 |
Color Harmonies of #C800FE
Complementary color
Monochromatic Colors of #C800FE
Black with #C800FE
Text Example
Text Example
White with #C800FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C800FE; }
p { color: rgb(200,0,254); }
H1.HeaderClassName
{
color: #C800FE;
}
.AnyTagClassName
{
color: #C800FE;
}
</style>
background-color css
<style>
a { background-color: #C800FE; }
a { background-color: rgb(200,0,254); }
div.DivClassName
{
background-color: #C800FE;
}
.BgClassName
{
background-color: #C800FE;
}
</style>
border-color css
<style>
span { border-color: #C800FE; }
span { border-color: rgb(200,0,254); }
td.TdClassName
{
border-color: #C800FE;
}
.TagClassName
{
border-color: #C800FE;
}
</style>