Shades of Electric Purple #C41AFF
Tints of Electric Purple #C41AFF
RGB
CMYK
RGB Variations
Color information
#C41AFF (or 0xC41AFF) is known color: Electric Purple. HEX triplet: C4, 1A and FF. RGB value is (196,26,255). Sum of RGB (Red+Green+Blue) = 196+26+255=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 26 (10.55% from 255 or 5.45% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #C41AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41AFF is #3BE500. Grayscale: #666666. Windows color (decimal): -3925249 or 16718532. OLE color: 16718532.
HSL color Cylindrical-coordinate representation of color #C41AFF: hue angle of 284.54º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41AFF is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 26 | 255 | - |
| CMYK | 0.23 | 0.90 | 0 | 0 |
| HSL | 284.54º | 1% | 0.55% | - |
| HSV(B) | 284.54º | 0.9% | 1% | - |
| XYZ | 41.18 | 19.69 | 96.24 | - |
| YUV | 102.94 | 213.82 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 255 | 0.23 | 0.90 | 0 | 0 | 284.54 | 1 | 0.55 |
| Hex | C4 | 1A | FF | 17 | 5A | 0 | 0 | 11D | 64 | 37 |
| Octal | 304 | 32 | 377 | 27 | 132 | 0 | 0 | 435 | 144 | 67 |
| Binary | 11000100 | 11010 | 11111111 | 10111 | 1011010 | 0 | 0 | 100011101 | 1100100 | 110111 |
Color Harmonies of #C41AFF
Complementary color
Monochromatic Colors of #C41AFF
Black with #C41AFF
Text Example
Text Example
White with #C41AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41AFF; }
p { color: rgb(196,26,255); }
H1.HeaderClassName
{
color: #C41AFF;
}
.AnyTagClassName
{
color: #C41AFF;
}
</style>
background-color css
<style>
a { background-color: #C41AFF; }
a { background-color: rgb(196,26,255); }
div.DivClassName
{
background-color: #C41AFF;
}
.BgClassName
{
background-color: #C41AFF;
}
</style>
border-color css
<style>
span { border-color: #C41AFF; }
span { border-color: rgb(196,26,255); }
td.TdClassName
{
border-color: #C41AFF;
}
.TagClassName
{
border-color: #C41AFF;
}
</style>