Shades of Electric Purple #C409FE
Tints of Electric Purple #C409FE
RGB
CMYK
RGB Variations
Color information
#C409FE (or 0xC409FE) is known color: Electric Purple. HEX triplet: C4, 09 and FE. RGB value is (196,9,254). Sum of RGB (Red+Green+Blue) = 196+9+254=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 9 (3.91% from 255 or 1.96% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #C409FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C409FE is #3BF601. Grayscale: #5C5C5C. Windows color (decimal): -3929602 or 16648644. OLE color: 16648644.
HSL color Cylindrical-coordinate representation of color #C409FE: hue angle of 285.8º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C409FE is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 9 | 254 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.00 |
| HSL | 285.8º | 0.99% | 0.52% | - |
| HSV(B) | 285.8º | 0.96% | 1% | - |
| XYZ | 40.75 | 19.09 | 95.3 | - |
| YUV | 92.84 | 218.95 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 254 | 0.23 | 0.96 | 0 | 0.00 | 285.8 | 0.99 | 0.52 |
| Hex | C4 | 9 | FE | 17 | 60 | 0 | 0 | 11E | 63 | 34 |
| Octal | 304 | 11 | 376 | 27 | 140 | 0 | 0 | 436 | 143 | 64 |
| Binary | 11000100 | 1001 | 11111110 | 10111 | 1100000 | 0 | 0 | 100011110 | 1100011 | 110100 |
Color Harmonies of #C409FE
Complementary color
Monochromatic Colors of #C409FE
Black with #C409FE
Text Example
Text Example
White with #C409FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C409FE; }
p { color: rgb(196,9,254); }
H1.HeaderClassName
{
color: #C409FE;
}
.AnyTagClassName
{
color: #C409FE;
}
</style>
background-color css
<style>
a { background-color: #C409FE; }
a { background-color: rgb(196,9,254); }
div.DivClassName
{
background-color: #C409FE;
}
.BgClassName
{
background-color: #C409FE;
}
</style>
border-color css
<style>
span { border-color: #C409FE; }
span { border-color: rgb(196,9,254); }
td.TdClassName
{
border-color: #C409FE;
}
.TagClassName
{
border-color: #C409FE;
}
</style>