Shades of Electric Purple #C408F8
Tints of Electric Purple #C408F8
RGB
CMYK
RGB Variations
Color information
#C408F8 (or 0xC408F8) is known color: Electric Purple. HEX triplet: C4, 08 and F8. RGB value is (196,8,248). Sum of RGB (Red+Green+Blue) = 196+8+248=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 8 (3.52% from 255 or 1.77% from 452); Blue value is 248 (97.27% from 255 or 54.87% from 452); Max value from RGB is 248 - color contains mainly: blue. Hex color #C408F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C408F8 is #3BF707. Grayscale: #5A5A5A. Windows color (decimal): -3929864 or 16255172. OLE color: 16255172.
HSL color Cylindrical-coordinate representation of color #C408F8: hue angle of 287º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C408F8 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 8 | 248 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.03 |
| HSL | 287º | 0.94% | 0.5% | - |
| HSV(B) | 287º | 0.97% | 0.97% | - |
| XYZ | 39.8 | 18.69 | 90.32 | - |
| YUV | 91.57 | 216.28 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 248 | 0.21 | 0.97 | 0 | 0.03 | 287 | 0.94 | 0.5 |
| Hex | C4 | 8 | F8 | 15 | 61 | 0 | 3 | 11F | 5E | 32 |
| Octal | 304 | 10 | 370 | 25 | 141 | 0 | 3 | 437 | 136 | 62 |
| Binary | 11000100 | 1000 | 11111000 | 10101 | 1100001 | 0 | 11 | 100011111 | 1011110 | 110010 |
Color Harmonies of #C408F8
Complementary color
Monochromatic Colors of #C408F8
Black with #C408F8
Text Example
Text Example
White with #C408F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C408F8; }
p { color: rgb(196,8,248); }
H1.HeaderClassName
{
color: #C408F8;
}
.AnyTagClassName
{
color: #C408F8;
}
</style>
background-color css
<style>
a { background-color: #C408F8; }
a { background-color: rgb(196,8,248); }
div.DivClassName
{
background-color: #C408F8;
}
.BgClassName
{
background-color: #C408F8;
}
</style>
border-color css
<style>
span { border-color: #C408F8; }
span { border-color: rgb(196,8,248); }
td.TdClassName
{
border-color: #C408F8;
}
.TagClassName
{
border-color: #C408F8;
}
</style>