Shades of Electric Purple #C41AF9
Tints of Electric Purple #C41AF9
RGB
CMYK
RGB Variations
Color information
#C41AF9 (or 0xC41AF9) is known color: Electric Purple. HEX triplet: C4, 1A and F9. RGB value is (196,26,249). Sum of RGB (Red+Green+Blue) = 196+26+249=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 26 (10.55% from 255 or 5.52% from 471); Blue value is 249 (97.66% from 255 or 52.87% from 471); Max value from RGB is 249 - color contains mainly: blue. Hex color #C41AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41AF9 is #3BE506. Grayscale: #656565. Windows color (decimal): -3925255 or 16325316. OLE color: 16325316.
HSL color Cylindrical-coordinate representation of color #C41AF9: hue angle of 285.74º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41AF9 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 26 | 249 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.02 |
| HSL | 285.74º | 0.95% | 0.54% | - |
| HSV(B) | 285.74º | 0.9% | 0.98% | - |
| XYZ | 40.23 | 19.31 | 91.23 | - |
| YUV | 102.25 | 210.82 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 249 | 0.21 | 0.90 | 0 | 0.02 | 285.74 | 0.95 | 0.54 |
| Hex | C4 | 1A | F9 | 15 | 5A | 0 | 2 | 11E | 5F | 36 |
| Octal | 304 | 32 | 371 | 25 | 132 | 0 | 2 | 436 | 137 | 66 |
| Binary | 11000100 | 11010 | 11111001 | 10101 | 1011010 | 0 | 10 | 100011110 | 1011111 | 110110 |
Color Harmonies of #C41AF9
Complementary color
Monochromatic Colors of #C41AF9
Black with #C41AF9
Text Example
Text Example
White with #C41AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41AF9; }
p { color: rgb(196,26,249); }
H1.HeaderClassName
{
color: #C41AF9;
}
.AnyTagClassName
{
color: #C41AF9;
}
</style>
background-color css
<style>
a { background-color: #C41AF9; }
a { background-color: rgb(196,26,249); }
div.DivClassName
{
background-color: #C41AF9;
}
.BgClassName
{
background-color: #C41AF9;
}
</style>
border-color css
<style>
span { border-color: #C41AF9; }
span { border-color: rgb(196,26,249); }
td.TdClassName
{
border-color: #C41AF9;
}
.TagClassName
{
border-color: #C41AF9;
}
</style>