Shades of Electric Purple #C409F8
Tints of Electric Purple #C409F8
RGB
CMYK
RGB Variations
Color information
#C409F8 (or 0xC409F8) is known color: Electric Purple. HEX triplet: C4, 09 and F8. RGB value is (196,9,248). Sum of RGB (Red+Green+Blue) = 196+9+248=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 9 (3.91% from 255 or 1.99% from 453); Blue value is 248 (97.27% from 255 or 54.75% from 453); Max value from RGB is 248 - color contains mainly: blue. Hex color #C409F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C409F8 is #3BF607. Grayscale: #5B5B5B. Windows color (decimal): -3929608 or 16255428. OLE color: 16255428.
HSL color Cylindrical-coordinate representation of color #C409F8: hue angle of 286.95º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C409F8 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 9 | 248 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.03 |
| HSL | 286.95º | 0.94% | 0.5% | - |
| HSV(B) | 286.95º | 0.96% | 0.97% | - |
| XYZ | 39.81 | 18.71 | 90.32 | - |
| YUV | 92.16 | 215.95 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 248 | 0.21 | 0.96 | 0 | 0.03 | 286.95 | 0.94 | 0.5 |
| Hex | C4 | 9 | F8 | 15 | 60 | 0 | 3 | 11F | 5E | 32 |
| Octal | 304 | 11 | 370 | 25 | 140 | 0 | 3 | 437 | 136 | 62 |
| Binary | 11000100 | 1001 | 11111000 | 10101 | 1100000 | 0 | 11 | 100011111 | 1011110 | 110010 |
Color Harmonies of #C409F8
Complementary color
Monochromatic Colors of #C409F8
Black with #C409F8
Text Example
Text Example
White with #C409F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C409F8; }
p { color: rgb(196,9,248); }
H1.HeaderClassName
{
color: #C409F8;
}
.AnyTagClassName
{
color: #C409F8;
}
</style>
background-color css
<style>
a { background-color: #C409F8; }
a { background-color: rgb(196,9,248); }
div.DivClassName
{
background-color: #C409F8;
}
.BgClassName
{
background-color: #C409F8;
}
</style>
border-color css
<style>
span { border-color: #C409F8; }
span { border-color: rgb(196,9,248); }
td.TdClassName
{
border-color: #C409F8;
}
.TagClassName
{
border-color: #C409F8;
}
</style>