Shades of Electric Purple #C700E9
Tints of Electric Purple #C700E9
RGB
CMYK
RGB Variations
Color information
#C700E9 (or 0xC700E9) is known color: Electric Purple. HEX triplet: C7, 00 and E9. RGB value is (199,0,233). Sum of RGB (Red+Green+Blue) = 199+0+233=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 233 (91.41% from 255 or 53.94% from 432); Max value from RGB is 233 - color contains mainly: blue. Hex color #C700E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C700E9 is #38FF16. Grayscale: #555555. Windows color (decimal): -3735319 or 15270087. OLE color: 15270087.
HSL color Cylindrical-coordinate representation of color #C700E9: hue angle of 291.24º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C700E9 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 0 | 233 | - |
| CMYK | 0.15 | 1 | 0 | 0.09 |
| HSL | 291.24º | 1% | 0.46% | - |
| HSV(B) | 291.24º | 1% | 0.91% | - |
| XYZ | 38.26 | 18.03 | 78.55 | - |
| YUV | 86.06 | 210.93 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 233 | 0.15 | 1 | 0 | 0.09 | 291.24 | 1 | 0.46 |
| Hex | C7 | 0 | E9 | F | 64 | 0 | 9 | 123 | 64 | 2E |
| Octal | 307 | 0 | 351 | 17 | 144 | 0 | 11 | 443 | 144 | 56 |
| Binary | 11000111 | 0 | 11101001 | 1111 | 1100100 | 0 | 1001 | 100100011 | 1100100 | 101110 |
Color Harmonies of #C700E9
Complementary color
Monochromatic Colors of #C700E9
Black with #C700E9
Text Example
Text Example
White with #C700E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C700E9; }
p { color: rgb(199,0,233); }
H1.HeaderClassName
{
color: #C700E9;
}
.AnyTagClassName
{
color: #C700E9;
}
</style>
background-color css
<style>
a { background-color: #C700E9; }
a { background-color: rgb(199,0,233); }
div.DivClassName
{
background-color: #C700E9;
}
.BgClassName
{
background-color: #C700E9;
}
</style>
border-color css
<style>
span { border-color: #C700E9; }
span { border-color: rgb(199,0,233); }
td.TdClassName
{
border-color: #C700E9;
}
.TagClassName
{
border-color: #C700E9;
}
</style>