Shades of Electric Purple #C409F4
Tints of Electric Purple #C409F4
RGB
CMYK
RGB Variations
Color information
#C409F4 (or 0xC409F4) is known color: Electric Purple. HEX triplet: C4, 09 and F4. RGB value is (196,9,244). Sum of RGB (Red+Green+Blue) = 196+9+244=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 9 (3.91% from 255 or 2.00% from 449); Blue value is 244 (95.70% from 255 or 54.34% from 449); Max value from RGB is 244 - color contains mainly: blue. Hex color #C409F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C409F4 is #3BF60B. Grayscale: #5A5A5A. Windows color (decimal): -3929612 or 15993284. OLE color: 15993284.
HSL color Cylindrical-coordinate representation of color #C409F4: hue angle of 287.74º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C409F4 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 9 | 244 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.04 |
| HSL | 287.74º | 0.93% | 0.5% | - |
| HSV(B) | 287.74º | 0.96% | 0.96% | - |
| XYZ | 39.19 | 18.46 | 87.09 | - |
| YUV | 91.7 | 213.95 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 244 | 0.20 | 0.96 | 0 | 0.04 | 287.74 | 0.93 | 0.5 |
| Hex | C4 | 9 | F4 | 14 | 60 | 0 | 4 | 120 | 5D | 32 |
| Octal | 304 | 11 | 364 | 24 | 140 | 0 | 4 | 440 | 135 | 62 |
| Binary | 11000100 | 1001 | 11110100 | 10100 | 1100000 | 0 | 100 | 100100000 | 1011101 | 110010 |
Color Harmonies of #C409F4
Complementary color
Monochromatic Colors of #C409F4
Black with #C409F4
Text Example
Text Example
White with #C409F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C409F4; }
p { color: rgb(196,9,244); }
H1.HeaderClassName
{
color: #C409F4;
}
.AnyTagClassName
{
color: #C409F4;
}
</style>
background-color css
<style>
a { background-color: #C409F4; }
a { background-color: rgb(196,9,244); }
div.DivClassName
{
background-color: #C409F4;
}
.BgClassName
{
background-color: #C409F4;
}
</style>
border-color css
<style>
span { border-color: #C409F4; }
span { border-color: rgb(196,9,244); }
td.TdClassName
{
border-color: #C409F4;
}
.TagClassName
{
border-color: #C409F4;
}
</style>