Shades of Electric Purple #C410FE
Tints of Electric Purple #C410FE
RGB
CMYK
RGB Variations
Color information
#C410FE (or 0xC410FE) is known color: Electric Purple. HEX triplet: C4, 10 and FE. RGB value is (196,16,254). Sum of RGB (Red+Green+Blue) = 196+16+254=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 16 (6.64% from 255 or 3.43% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #C410FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C410FE is #3BEF01. Grayscale: #606060. Windows color (decimal): -3927810 or 16650436. OLE color: 16650436.
HSL color Cylindrical-coordinate representation of color #C410FE: hue angle of 285.38º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C410FE is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 16 | 254 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.00 |
| HSL | 285.38º | 0.99% | 0.53% | - |
| HSV(B) | 285.38º | 0.94% | 1% | - |
| XYZ | 40.84 | 19.26 | 95.33 | - |
| YUV | 96.95 | 216.63 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 254 | 0.23 | 0.94 | 0 | 0.00 | 285.38 | 0.99 | 0.53 |
| Hex | C4 | 10 | FE | 17 | 5E | 0 | 0 | 11D | 63 | 35 |
| Octal | 304 | 20 | 376 | 27 | 136 | 0 | 0 | 435 | 143 | 65 |
| Binary | 11000100 | 10000 | 11111110 | 10111 | 1011110 | 0 | 0 | 100011101 | 1100011 | 110101 |
Color Harmonies of #C410FE
Complementary color
Monochromatic Colors of #C410FE
Black with #C410FE
Text Example
Text Example
White with #C410FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C410FE; }
p { color: rgb(196,16,254); }
H1.HeaderClassName
{
color: #C410FE;
}
.AnyTagClassName
{
color: #C410FE;
}
</style>
background-color css
<style>
a { background-color: #C410FE; }
a { background-color: rgb(196,16,254); }
div.DivClassName
{
background-color: #C410FE;
}
.BgClassName
{
background-color: #C410FE;
}
</style>
border-color css
<style>
span { border-color: #C410FE; }
span { border-color: rgb(196,16,254); }
td.TdClassName
{
border-color: #C410FE;
}
.TagClassName
{
border-color: #C410FE;
}
</style>