Shades of Electric Purple #C411FF
Tints of Electric Purple #C411FF
RGB
CMYK
RGB Variations
Color information
#C411FF (or 0xC411FF) is known color: Electric Purple. HEX triplet: C4, 11 and FF. RGB value is (196,17,255). Sum of RGB (Red+Green+Blue) = 196+17+255=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 17 (7.03% from 255 or 3.63% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #C411FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C411FF is #3BEE00. Grayscale: #606060. Windows color (decimal): -3927553 or 16716228. OLE color: 16716228.
HSL color Cylindrical-coordinate representation of color #C411FF: hue angle of 285.13º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C411FF is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 17 | 255 | - |
| CMYK | 0.23 | 0.93 | 0 | 0 |
| HSL | 285.13º | 1% | 0.53% | - |
| HSV(B) | 285.13º | 0.93% | 1% | - |
| XYZ | 41.02 | 19.36 | 96.18 | - |
| YUV | 97.65 | 216.8 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 255 | 0.23 | 0.93 | 0 | 0 | 285.13 | 1 | 0.53 |
| Hex | C4 | 11 | FF | 17 | 5D | 0 | 0 | 11D | 64 | 35 |
| Octal | 304 | 21 | 377 | 27 | 135 | 0 | 0 | 435 | 144 | 65 |
| Binary | 11000100 | 10001 | 11111111 | 10111 | 1011101 | 0 | 0 | 100011101 | 1100100 | 110101 |
Color Harmonies of #C411FF
Complementary color
Monochromatic Colors of #C411FF
Black with #C411FF
Text Example
Text Example
White with #C411FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C411FF; }
p { color: rgb(196,17,255); }
H1.HeaderClassName
{
color: #C411FF;
}
.AnyTagClassName
{
color: #C411FF;
}
</style>
background-color css
<style>
a { background-color: #C411FF; }
a { background-color: rgb(196,17,255); }
div.DivClassName
{
background-color: #C411FF;
}
.BgClassName
{
background-color: #C411FF;
}
</style>
border-color css
<style>
span { border-color: #C411FF; }
span { border-color: rgb(196,17,255); }
td.TdClassName
{
border-color: #C411FF;
}
.TagClassName
{
border-color: #C411FF;
}
</style>