Shades of Electric Purple #C407EC
Tints of Electric Purple #C407EC
RGB
CMYK
RGB Variations
Color information
#C407EC (or 0xC407EC) is known color: Electric Purple. HEX triplet: C4, 07 and EC. RGB value is (196,7,236). Sum of RGB (Red+Green+Blue) = 196+7+236=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 7 (3.12% from 255 or 1.59% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #C407EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C407EC is #3BF813. Grayscale: #585858. Windows color (decimal): -3930132 or 15468484. OLE color: 15468484.
HSL color Cylindrical-coordinate representation of color #C407EC: hue angle of 289.52º degrees, saturation: 0.94, 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 #C407EC is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 7 | 236 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.07 |
| HSL | 289.52º | 0.94% | 0.48% | - |
| HSV(B) | 289.52º | 0.97% | 0.93% | - |
| XYZ | 37.98 | 17.94 | 80.82 | - |
| YUV | 89.62 | 210.62 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 236 | 0.17 | 0.97 | 0 | 0.07 | 289.52 | 0.94 | 0.48 |
| Hex | C4 | 7 | EC | 11 | 61 | 0 | 7 | 122 | 5E | 30 |
| Octal | 304 | 7 | 354 | 21 | 141 | 0 | 7 | 442 | 136 | 60 |
| Binary | 11000100 | 111 | 11101100 | 10001 | 1100001 | 0 | 111 | 100100010 | 1011110 | 110000 |
Color Harmonies of #C407EC
Complementary color
Monochromatic Colors of #C407EC
Black with #C407EC
Text Example
Text Example
White with #C407EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C407EC; }
p { color: rgb(196,7,236); }
H1.HeaderClassName
{
color: #C407EC;
}
.AnyTagClassName
{
color: #C407EC;
}
</style>
background-color css
<style>
a { background-color: #C407EC; }
a { background-color: rgb(196,7,236); }
div.DivClassName
{
background-color: #C407EC;
}
.BgClassName
{
background-color: #C407EC;
}
</style>
border-color css
<style>
span { border-color: #C407EC; }
span { border-color: rgb(196,7,236); }
td.TdClassName
{
border-color: #C407EC;
}
.TagClassName
{
border-color: #C407EC;
}
</style>