Shades of Electric Purple #C801FC
Tints of Electric Purple #C801FC
RGB
CMYK
RGB Variations
Color information
#C801FC (or 0xC801FC) is known color: Electric Purple. HEX triplet: C8, 01 and FC. RGB value is (200,1,252). Sum of RGB (Red+Green+Blue) = 200+1+252=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 1 (0.78% from 255 or 0.22% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #C801FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C801FC is #37FE03. Grayscale: #585858. Windows color (decimal): -3669508 or 16515528. OLE color: 16515528.
HSL color Cylindrical-coordinate representation of color #C801FC: hue angle of 287.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C801FC is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 1 | 252 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.01 |
| HSL | 287.57º | 0.99% | 0.5% | - |
| HSV(B) | 287.57º | 1% | 0.99% | - |
| XYZ | 41.4 | 19.33 | 93.64 | - |
| YUV | 89.12 | 219.93 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 252 | 0.21 | 1.00 | 0 | 0.01 | 287.57 | 0.99 | 0.5 |
| Hex | C8 | 1 | FC | 15 | 64 | 0 | 1 | 120 | 63 | 32 |
| Octal | 310 | 1 | 374 | 25 | 144 | 0 | 1 | 440 | 143 | 62 |
| Binary | 11001000 | 1 | 11111100 | 10101 | 1100100 | 0 | 1 | 100100000 | 1100011 | 110010 |
Color Harmonies of #C801FC
Complementary color
Monochromatic Colors of #C801FC
Black with #C801FC
Text Example
Text Example
White with #C801FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C801FC; }
p { color: rgb(200,1,252); }
H1.HeaderClassName
{
color: #C801FC;
}
.AnyTagClassName
{
color: #C801FC;
}
</style>
background-color css
<style>
a { background-color: #C801FC; }
a { background-color: rgb(200,1,252); }
div.DivClassName
{
background-color: #C801FC;
}
.BgClassName
{
background-color: #C801FC;
}
</style>
border-color css
<style>
span { border-color: #C801FC; }
span { border-color: rgb(200,1,252); }
td.TdClassName
{
border-color: #C801FC;
}
.TagClassName
{
border-color: #C801FC;
}
</style>