Shades of Electric Purple #C408EE
Tints of Electric Purple #C408EE
RGB
CMYK
RGB Variations
Color information
#C408EE (or 0xC408EE) is known color: Electric Purple. HEX triplet: C4, 08 and EE. RGB value is (196,8,238). Sum of RGB (Red+Green+Blue) = 196+8+238=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 8 (3.52% from 255 or 1.81% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #C408EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C408EE is #3BF711. Grayscale: #595959. Windows color (decimal): -3929874 or 15599812. OLE color: 15599812.
HSL color Cylindrical-coordinate representation of color #C408EE: hue angle of 289.04º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C408EE is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 8 | 238 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.07 |
| HSL | 289.04º | 0.93% | 0.48% | - |
| HSV(B) | 289.04º | 0.97% | 0.93% | - |
| XYZ | 38.28 | 18.08 | 82.36 | - |
| YUV | 90.43 | 211.28 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 238 | 0.18 | 0.97 | 0 | 0.07 | 289.04 | 0.93 | 0.48 |
| Hex | C4 | 8 | EE | 12 | 61 | 0 | 7 | 121 | 5D | 30 |
| Octal | 304 | 10 | 356 | 22 | 141 | 0 | 7 | 441 | 135 | 60 |
| Binary | 11000100 | 1000 | 11101110 | 10010 | 1100001 | 0 | 111 | 100100001 | 1011101 | 110000 |
Color Harmonies of #C408EE
Complementary color
Monochromatic Colors of #C408EE
Black with #C408EE
Text Example
Text Example
White with #C408EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C408EE; }
p { color: rgb(196,8,238); }
H1.HeaderClassName
{
color: #C408EE;
}
.AnyTagClassName
{
color: #C408EE;
}
</style>
background-color css
<style>
a { background-color: #C408EE; }
a { background-color: rgb(196,8,238); }
div.DivClassName
{
background-color: #C408EE;
}
.BgClassName
{
background-color: #C408EE;
}
</style>
border-color css
<style>
span { border-color: #C408EE; }
span { border-color: rgb(196,8,238); }
td.TdClassName
{
border-color: #C408EE;
}
.TagClassName
{
border-color: #C408EE;
}
</style>