Shades of Electric Purple #C410FB
Tints of Electric Purple #C410FB
RGB
CMYK
RGB Variations
Color information
#C410FB (or 0xC410FB) is known color: Electric Purple. HEX triplet: C4, 10 and FB. RGB value is (196,16,251). Sum of RGB (Red+Green+Blue) = 196+16+251=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 16 (6.64% from 255 or 3.46% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #C410FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C410FB is #3BEF04. Grayscale: #5F5F5F. Windows color (decimal): -3927813 or 16453828. OLE color: 16453828.
HSL color Cylindrical-coordinate representation of color #C410FB: hue angle of 285.96º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C410FB is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 16 | 251 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.02 |
| HSL | 285.96º | 0.97% | 0.52% | - |
| HSV(B) | 285.96º | 0.94% | 0.98% | - |
| XYZ | 40.36 | 19.07 | 92.82 | - |
| YUV | 96.61 | 215.13 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 251 | 0.22 | 0.94 | 0 | 0.02 | 285.96 | 0.97 | 0.52 |
| Hex | C4 | 10 | FB | 16 | 5E | 0 | 2 | 11E | 61 | 34 |
| Octal | 304 | 20 | 373 | 26 | 136 | 0 | 2 | 436 | 141 | 64 |
| Binary | 11000100 | 10000 | 11111011 | 10110 | 1011110 | 0 | 10 | 100011110 | 1100001 | 110100 |
Color Harmonies of #C410FB
Complementary color
Monochromatic Colors of #C410FB
Black with #C410FB
Text Example
Text Example
White with #C410FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C410FB; }
p { color: rgb(196,16,251); }
H1.HeaderClassName
{
color: #C410FB;
}
.AnyTagClassName
{
color: #C410FB;
}
</style>
background-color css
<style>
a { background-color: #C410FB; }
a { background-color: rgb(196,16,251); }
div.DivClassName
{
background-color: #C410FB;
}
.BgClassName
{
background-color: #C410FB;
}
</style>
border-color css
<style>
span { border-color: #C410FB; }
span { border-color: rgb(196,16,251); }
td.TdClassName
{
border-color: #C410FB;
}
.TagClassName
{
border-color: #C410FB;
}
</style>