Shades of Electric Purple #C416FF
Tints of Electric Purple #C416FF
RGB
CMYK
RGB Variations
Color information
#C416FF (or 0xC416FF) is known color: Electric Purple. HEX triplet: C4, 16 and FF. RGB value is (196,22,255). Sum of RGB (Red+Green+Blue) = 196+22+255=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 22 (8.98% from 255 or 4.65% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #C416FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C416FF is #3BE900. Grayscale: #636363. Windows color (decimal): -3926273 or 16717508. OLE color: 16717508.
HSL color Cylindrical-coordinate representation of color #C416FF: hue angle of 284.81º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C416FF is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 22 | 255 | - |
| CMYK | 0.23 | 0.91 | 0 | 0 |
| HSL | 284.81º | 1% | 0.54% | - |
| HSV(B) | 284.81º | 0.91% | 1% | - |
| XYZ | 41.1 | 19.53 | 96.21 | - |
| YUV | 100.59 | 215.15 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 255 | 0.23 | 0.91 | 0 | 0 | 284.81 | 1 | 0.54 |
| Hex | C4 | 16 | FF | 17 | 5B | 0 | 0 | 11D | 64 | 36 |
| Octal | 304 | 26 | 377 | 27 | 133 | 0 | 0 | 435 | 144 | 66 |
| Binary | 11000100 | 10110 | 11111111 | 10111 | 1011011 | 0 | 0 | 100011101 | 1100100 | 110110 |
Color Harmonies of #C416FF
Complementary color
Monochromatic Colors of #C416FF
Black with #C416FF
Text Example
Text Example
White with #C416FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C416FF; }
p { color: rgb(196,22,255); }
H1.HeaderClassName
{
color: #C416FF;
}
.AnyTagClassName
{
color: #C416FF;
}
</style>
background-color css
<style>
a { background-color: #C416FF; }
a { background-color: rgb(196,22,255); }
div.DivClassName
{
background-color: #C416FF;
}
.BgClassName
{
background-color: #C416FF;
}
</style>
border-color css
<style>
span { border-color: #C416FF; }
span { border-color: rgb(196,22,255); }
td.TdClassName
{
border-color: #C416FF;
}
.TagClassName
{
border-color: #C416FF;
}
</style>