Shades of Electric Purple #C400EB
Tints of Electric Purple #C400EB
RGB
CMYK
RGB Variations
Color information
#C400EB (or 0xC400EB) is known color: Electric Purple. HEX triplet: C4, 00 and EB. RGB value is (196,0,235). Sum of RGB (Red+Green+Blue) = 196+0+235=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #C400EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C400EB is #3BFF14. Grayscale: #545454. Windows color (decimal): -3931925 or 15401156. OLE color: 15401156.
HSL color Cylindrical-coordinate representation of color #C400EB: hue angle of 290.04º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C400EB is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 0 | 235 | - |
| CMYK | 0.17 | 1 | 0 | 0.08 |
| HSL | 290.04º | 1% | 0.46% | - |
| HSV(B) | 290.04º | 1% | 0.92% | - |
| XYZ | 37.76 | 17.73 | 80.03 | - |
| YUV | 85.39 | 212.43 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 235 | 0.17 | 1 | 0 | 0.08 | 290.04 | 1 | 0.46 |
| Hex | C4 | 0 | EB | 11 | 64 | 0 | 8 | 122 | 64 | 2E |
| Octal | 304 | 0 | 353 | 21 | 144 | 0 | 10 | 442 | 144 | 56 |
| Binary | 11000100 | 0 | 11101011 | 10001 | 1100100 | 0 | 1000 | 100100010 | 1100100 | 101110 |
Color Harmonies of #C400EB
Complementary color
Monochromatic Colors of #C400EB
Black with #C400EB
Text Example
Text Example
White with #C400EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C400EB; }
p { color: rgb(196,0,235); }
H1.HeaderClassName
{
color: #C400EB;
}
.AnyTagClassName
{
color: #C400EB;
}
</style>
background-color css
<style>
a { background-color: #C400EB; }
a { background-color: rgb(196,0,235); }
div.DivClassName
{
background-color: #C400EB;
}
.BgClassName
{
background-color: #C400EB;
}
</style>
border-color css
<style>
span { border-color: #C400EB; }
span { border-color: rgb(196,0,235); }
td.TdClassName
{
border-color: #C400EB;
}
.TagClassName
{
border-color: #C400EB;
}
</style>