Shades of Electric Purple #C801FA
Tints of Electric Purple #C801FA
RGB
CMYK
RGB Variations
Color information
#C801FA (or 0xC801FA) is known color: Electric Purple. HEX triplet: C8, 01 and FA. RGB value is (200,1,250). Sum of RGB (Red+Green+Blue) = 200+1+250=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 1 (0.78% from 255 or 0.22% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #C801FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C801FA is #37FE05. Grayscale: #585858. Windows color (decimal): -3669510 or 16384456. OLE color: 16384456.
HSL color Cylindrical-coordinate representation of color #C801FA: hue angle of 287.95º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C801FA is Cyan = 0.2, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 1 | 250 | - |
| CMYK | 0.2 | 1.00 | 0 | 0.02 |
| HSL | 287.95º | 0.99% | 0.49% | - |
| HSV(B) | 287.95º | 1% | 0.98% | - |
| XYZ | 41.09 | 19.2 | 91.98 | - |
| YUV | 88.89 | 218.93 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 250 | 0.2 | 1.00 | 0 | 0.02 | 287.95 | 0.99 | 0.49 |
| Hex | C8 | 1 | FA | 14 | 64 | 0 | 2 | 120 | 63 | 31 |
| Octal | 310 | 1 | 372 | 24 | 144 | 0 | 2 | 440 | 143 | 61 |
| Binary | 11001000 | 1 | 11111010 | 10100 | 1100100 | 0 | 10 | 100100000 | 1100011 | 110001 |
Color Harmonies of #C801FA
Complementary color
Monochromatic Colors of #C801FA
Black with #C801FA
Text Example
Text Example
White with #C801FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C801FA; }
p { color: rgb(200,1,250); }
H1.HeaderClassName
{
color: #C801FA;
}
.AnyTagClassName
{
color: #C801FA;
}
</style>
background-color css
<style>
a { background-color: #C801FA; }
a { background-color: rgb(200,1,250); }
div.DivClassName
{
background-color: #C801FA;
}
.BgClassName
{
background-color: #C801FA;
}
</style>
border-color css
<style>
span { border-color: #C801FA; }
span { border-color: rgb(200,1,250); }
td.TdClassName
{
border-color: #C801FA;
}
.TagClassName
{
border-color: #C801FA;
}
</style>