Shades of Electric Purple #C700EF
Tints of Electric Purple #C700EF
RGB
CMYK
RGB Variations
Color information
#C700EF (or 0xC700EF) is known color: Electric Purple. HEX triplet: C7, 00 and EF. RGB value is (199,0,239). Sum of RGB (Red+Green+Blue) = 199+0+239=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #C700EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C700EF is #38FF10. Grayscale: #555555. Windows color (decimal): -3735313 or 15663303. OLE color: 15663303.
HSL color Cylindrical-coordinate representation of color #C700EF: hue angle of 289.96º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C700EF is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 0 | 239 | - |
| CMYK | 0.17 | 1 | 0 | 0.06 |
| HSL | 289.96º | 1% | 0.47% | - |
| HSV(B) | 289.96º | 1% | 0.94% | - |
| XYZ | 39.13 | 18.37 | 83.15 | - |
| YUV | 86.75 | 213.93 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 239 | 0.17 | 1 | 0 | 0.06 | 289.96 | 1 | 0.47 |
| Hex | C7 | 0 | EF | 11 | 64 | 0 | 6 | 122 | 64 | 2F |
| Octal | 307 | 0 | 357 | 21 | 144 | 0 | 6 | 442 | 144 | 57 |
| Binary | 11000111 | 0 | 11101111 | 10001 | 1100100 | 0 | 110 | 100100010 | 1100100 | 101111 |
Color Harmonies of #C700EF
Complementary color
Monochromatic Colors of #C700EF
Black with #C700EF
Text Example
Text Example
White with #C700EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C700EF; }
p { color: rgb(199,0,239); }
H1.HeaderClassName
{
color: #C700EF;
}
.AnyTagClassName
{
color: #C700EF;
}
</style>
background-color css
<style>
a { background-color: #C700EF; }
a { background-color: rgb(199,0,239); }
div.DivClassName
{
background-color: #C700EF;
}
.BgClassName
{
background-color: #C700EF;
}
</style>
border-color css
<style>
span { border-color: #C700EF; }
span { border-color: rgb(199,0,239); }
td.TdClassName
{
border-color: #C700EF;
}
.TagClassName
{
border-color: #C700EF;
}
</style>