Shades of Electric Purple #C400E7
Tints of Electric Purple #C400E7
RGB
CMYK
RGB Variations
Color information
#C400E7 (or 0xC400E7) is known color: Electric Purple. HEX triplet: C4, 00 and E7. RGB value is (196,0,231). Sum of RGB (Red+Green+Blue) = 196+0+231=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 231 (90.62% from 255 or 54.10% from 427); Max value from RGB is 231 - color contains mainly: blue. Hex color #C400E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C400E7 is #3BFF18. Grayscale: #545454. Windows color (decimal): -3931929 or 15139012. OLE color: 15139012.
HSL color Cylindrical-coordinate representation of color #C400E7: hue angle of 290.91º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C400E7 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 0 | 231 | - |
| CMYK | 0.15 | 1 | 0 | 0.09 |
| HSL | 290.91º | 1% | 0.45% | - |
| HSV(B) | 290.91º | 1% | 0.91% | - |
| XYZ | 37.19 | 17.51 | 77.02 | - |
| YUV | 84.94 | 210.43 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 231 | 0.15 | 1 | 0 | 0.09 | 290.91 | 1 | 0.45 |
| Hex | C4 | 0 | E7 | F | 64 | 0 | 9 | 123 | 64 | 2D |
| Octal | 304 | 0 | 347 | 17 | 144 | 0 | 11 | 443 | 144 | 55 |
| Binary | 11000100 | 0 | 11100111 | 1111 | 1100100 | 0 | 1001 | 100100011 | 1100100 | 101101 |
Color Harmonies of #C400E7
Complementary color
Monochromatic Colors of #C400E7
Black with #C400E7
Text Example
Text Example
White with #C400E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C400E7; }
p { color: rgb(196,0,231); }
H1.HeaderClassName
{
color: #C400E7;
}
.AnyTagClassName
{
color: #C400E7;
}
</style>
background-color css
<style>
a { background-color: #C400E7; }
a { background-color: rgb(196,0,231); }
div.DivClassName
{
background-color: #C400E7;
}
.BgClassName
{
background-color: #C400E7;
}
</style>
border-color css
<style>
span { border-color: #C400E7; }
span { border-color: rgb(196,0,231); }
td.TdClassName
{
border-color: #C400E7;
}
.TagClassName
{
border-color: #C400E7;
}
</style>