Shades of Electric Purple #C408FF
Tints of Electric Purple #C408FF
RGB
CMYK
RGB Variations
Color information
#C408FF (or 0xC408FF) is known color: Electric Purple. HEX triplet: C4, 08 and FF. RGB value is (196,8,255). Sum of RGB (Red+Green+Blue) = 196+8+255=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 8 (3.52% from 255 or 1.74% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #C408FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C408FF is #3BF700. Grayscale: #5B5B5B. Windows color (decimal): -3929857 or 16713924. OLE color: 16713924.
HSL color Cylindrical-coordinate representation of color #C408FF: hue angle of 285.67º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C408FF is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 8 | 255 | - |
| CMYK | 0.23 | 0.97 | 0 | 0 |
| HSL | 285.67º | 1% | 0.52% | - |
| HSV(B) | 285.67º | 0.97% | 1% | - |
| XYZ | 40.9 | 19.13 | 96.14 | - |
| YUV | 92.37 | 219.78 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 255 | 0.23 | 0.97 | 0 | 0 | 285.67 | 1 | 0.52 |
| Hex | C4 | 8 | FF | 17 | 61 | 0 | 0 | 11E | 64 | 34 |
| Octal | 304 | 10 | 377 | 27 | 141 | 0 | 0 | 436 | 144 | 64 |
| Binary | 11000100 | 1000 | 11111111 | 10111 | 1100001 | 0 | 0 | 100011110 | 1100100 | 110100 |
Color Harmonies of #C408FF
Complementary color
Monochromatic Colors of #C408FF
Black with #C408FF
Text Example
Text Example
White with #C408FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C408FF; }
p { color: rgb(196,8,255); }
H1.HeaderClassName
{
color: #C408FF;
}
.AnyTagClassName
{
color: #C408FF;
}
</style>
background-color css
<style>
a { background-color: #C408FF; }
a { background-color: rgb(196,8,255); }
div.DivClassName
{
background-color: #C408FF;
}
.BgClassName
{
background-color: #C408FF;
}
</style>
border-color css
<style>
span { border-color: #C408FF; }
span { border-color: rgb(196,8,255); }
td.TdClassName
{
border-color: #C408FF;
}
.TagClassName
{
border-color: #C408FF;
}
</style>