Shades of Electric Purple #C410FC
Tints of Electric Purple #C410FC
RGB
CMYK
RGB Variations
Color information
#C410FC (or 0xC410FC) is known color: Electric Purple. HEX triplet: C4, 10 and FC. RGB value is (196,16,252). Sum of RGB (Red+Green+Blue) = 196+16+252=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 16 (6.64% from 255 or 3.45% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #C410FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C410FC is #3BEF03. Grayscale: #5F5F5F. Windows color (decimal): -3927812 or 16519364. OLE color: 16519364.
HSL color Cylindrical-coordinate representation of color #C410FC: hue angle of 285.76º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C410FC is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 16 | 252 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.01 |
| HSL | 285.76º | 0.98% | 0.53% | - |
| HSV(B) | 285.76º | 0.94% | 0.99% | - |
| XYZ | 40.52 | 19.13 | 93.65 | - |
| YUV | 96.72 | 215.63 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 252 | 0.22 | 0.94 | 0 | 0.01 | 285.76 | 0.98 | 0.53 |
| Hex | C4 | 10 | FC | 16 | 5E | 0 | 1 | 11E | 62 | 35 |
| Octal | 304 | 20 | 374 | 26 | 136 | 0 | 1 | 436 | 142 | 65 |
| Binary | 11000100 | 10000 | 11111100 | 10110 | 1011110 | 0 | 1 | 100011110 | 1100010 | 110101 |
Color Harmonies of #C410FC
Complementary color
Monochromatic Colors of #C410FC
Black with #C410FC
Text Example
Text Example
White with #C410FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C410FC; }
p { color: rgb(196,16,252); }
H1.HeaderClassName
{
color: #C410FC;
}
.AnyTagClassName
{
color: #C410FC;
}
</style>
background-color css
<style>
a { background-color: #C410FC; }
a { background-color: rgb(196,16,252); }
div.DivClassName
{
background-color: #C410FC;
}
.BgClassName
{
background-color: #C410FC;
}
</style>
border-color css
<style>
span { border-color: #C410FC; }
span { border-color: rgb(196,16,252); }
td.TdClassName
{
border-color: #C410FC;
}
.TagClassName
{
border-color: #C410FC;
}
</style>