Shades of Electric Purple #C800FA
Tints of Electric Purple #C800FA
RGB
CMYK
RGB Variations
Color information
#C800FA (or 0xC800FA) is known color: Electric Purple. HEX triplet: C8, 00 and FA. RGB value is (200,0,250). Sum of RGB (Red+Green+Blue) = 200+0+250=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 0 (0.39% from 255 or 0% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #C800FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C800FA is #37FF05. Grayscale: #575757. Windows color (decimal): -3669766 or 16384200. OLE color: 16384200.
HSL color Cylindrical-coordinate representation of color #C800FA: hue angle of 288º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C800FA is Cyan = 0.2, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 0 | 250 | - |
| CMYK | 0.2 | 1 | 0 | 0.02 |
| HSL | 288º | 1% | 0.49% | - |
| HSV(B) | 288º | 1% | 0.98% | - |
| XYZ | 41.07 | 19.18 | 91.98 | - |
| YUV | 88.3 | 219.26 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 250 | 0.2 | 1 | 0 | 0.02 | 288 | 1 | 0.49 |
| Hex | C8 | 0 | FA | 14 | 64 | 0 | 2 | 120 | 64 | 31 |
| Octal | 310 | 0 | 372 | 24 | 144 | 0 | 2 | 440 | 144 | 61 |
| Binary | 11001000 | 0 | 11111010 | 10100 | 1100100 | 0 | 10 | 100100000 | 1100100 | 110001 |
Color Harmonies of #C800FA
Complementary color
Monochromatic Colors of #C800FA
Black with #C800FA
Text Example
Text Example
White with #C800FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C800FA; }
p { color: rgb(200,0,250); }
H1.HeaderClassName
{
color: #C800FA;
}
.AnyTagClassName
{
color: #C800FA;
}
</style>
background-color css
<style>
a { background-color: #C800FA; }
a { background-color: rgb(200,0,250); }
div.DivClassName
{
background-color: #C800FA;
}
.BgClassName
{
background-color: #C800FA;
}
</style>
border-color css
<style>
span { border-color: #C800FA; }
span { border-color: rgb(200,0,250); }
td.TdClassName
{
border-color: #C800FA;
}
.TagClassName
{
border-color: #C800FA;
}
</style>