Shades of Electric Purple #C416FB
Tints of Electric Purple #C416FB
RGB
CMYK
RGB Variations
Color information
#C416FB (or 0xC416FB) is known color: Electric Purple. HEX triplet: C4, 16 and FB. RGB value is (196,22,251). Sum of RGB (Red+Green+Blue) = 196+22+251=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 22 (8.98% from 255 or 4.69% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #C416FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C416FB is #3BE904. Grayscale: #636363. Windows color (decimal): -3926277 or 16455364. OLE color: 16455364.
HSL color Cylindrical-coordinate representation of color #C416FB: hue angle of 285.59º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C416FB is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 22 | 251 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.02 |
| HSL | 285.59º | 0.97% | 0.54% | - |
| HSV(B) | 285.59º | 0.91% | 0.98% | - |
| XYZ | 40.46 | 19.27 | 92.85 | - |
| YUV | 100.13 | 213.15 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 251 | 0.22 | 0.91 | 0 | 0.02 | 285.59 | 0.97 | 0.54 |
| Hex | C4 | 16 | FB | 16 | 5B | 0 | 2 | 11E | 61 | 36 |
| Octal | 304 | 26 | 373 | 26 | 133 | 0 | 2 | 436 | 141 | 66 |
| Binary | 11000100 | 10110 | 11111011 | 10110 | 1011011 | 0 | 10 | 100011110 | 1100001 | 110110 |
Color Harmonies of #C416FB
Complementary color
Monochromatic Colors of #C416FB
Black with #C416FB
Text Example
Text Example
White with #C416FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C416FB; }
p { color: rgb(196,22,251); }
H1.HeaderClassName
{
color: #C416FB;
}
.AnyTagClassName
{
color: #C416FB;
}
</style>
background-color css
<style>
a { background-color: #C416FB; }
a { background-color: rgb(196,22,251); }
div.DivClassName
{
background-color: #C416FB;
}
.BgClassName
{
background-color: #C416FB;
}
</style>
border-color css
<style>
span { border-color: #C416FB; }
span { border-color: rgb(196,22,251); }
td.TdClassName
{
border-color: #C416FB;
}
.TagClassName
{
border-color: #C416FB;
}
</style>