Shades of Electric Purple #C401FC
Tints of Electric Purple #C401FC
RGB
CMYK
RGB Variations
Color information
#C401FC (or 0xC401FC) is known color: Electric Purple. HEX triplet: C4, 01 and FC. RGB value is (196,1,252). Sum of RGB (Red+Green+Blue) = 196+1+252=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 1 (0.78% from 255 or 0.22% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #C401FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C401FC is #3BFE03. Grayscale: #575757. Windows color (decimal): -3931652 or 16515524. OLE color: 16515524.
HSL color Cylindrical-coordinate representation of color #C401FC: hue angle of 286.61º 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 #C401FC is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 1 | 252 | - |
| CMYK | 0.22 | 1.00 | 0 | 0.01 |
| HSL | 286.61º | 0.99% | 0.5% | - |
| HSV(B) | 286.61º | 1% | 0.99% | - |
| XYZ | 40.35 | 18.79 | 93.59 | - |
| YUV | 87.92 | 220.6 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 252 | 0.22 | 1.00 | 0 | 0.01 | 286.61 | 0.99 | 0.5 |
| Hex | C4 | 1 | FC | 16 | 64 | 0 | 1 | 11F | 63 | 32 |
| Octal | 304 | 1 | 374 | 26 | 144 | 0 | 1 | 437 | 143 | 62 |
| Binary | 11000100 | 1 | 11111100 | 10110 | 1100100 | 0 | 1 | 100011111 | 1100011 | 110010 |
Color Harmonies of #C401FC
Complementary color
Monochromatic Colors of #C401FC
Black with #C401FC
Text Example
Text Example
White with #C401FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C401FC; }
p { color: rgb(196,1,252); }
H1.HeaderClassName
{
color: #C401FC;
}
.AnyTagClassName
{
color: #C401FC;
}
</style>
background-color css
<style>
a { background-color: #C401FC; }
a { background-color: rgb(196,1,252); }
div.DivClassName
{
background-color: #C401FC;
}
.BgClassName
{
background-color: #C401FC;
}
</style>
border-color css
<style>
span { border-color: #C401FC; }
span { border-color: rgb(196,1,252); }
td.TdClassName
{
border-color: #C401FC;
}
.TagClassName
{
border-color: #C401FC;
}
</style>