Shades of Electric Purple #C700EE
Tints of Electric Purple #C700EE
RGB
CMYK
RGB Variations
Color information
#C700EE (or 0xC700EE) is known color: Electric Purple. HEX triplet: C7, 00 and EE. RGB value is (199,0,238). Sum of RGB (Red+Green+Blue) = 199+0+238=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #C700EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C700EE is #38FF11. Grayscale: #555555. Windows color (decimal): -3735314 or 15597767. OLE color: 15597767.
HSL color Cylindrical-coordinate representation of color #C700EE: hue angle of 290.17º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C700EE is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 0 | 238 | - |
| CMYK | 0.16 | 1 | 0 | 0.07 |
| HSL | 290.17º | 1% | 0.47% | - |
| HSV(B) | 290.17º | 1% | 0.93% | - |
| XYZ | 38.99 | 18.32 | 82.37 | - |
| YUV | 86.63 | 213.43 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 238 | 0.16 | 1 | 0 | 0.07 | 290.17 | 1 | 0.47 |
| Hex | C7 | 0 | EE | 10 | 64 | 0 | 7 | 122 | 64 | 2F |
| Octal | 307 | 0 | 356 | 20 | 144 | 0 | 7 | 442 | 144 | 57 |
| Binary | 11000111 | 0 | 11101110 | 10000 | 1100100 | 0 | 111 | 100100010 | 1100100 | 101111 |
Color Harmonies of #C700EE
Complementary color
Monochromatic Colors of #C700EE
Black with #C700EE
Text Example
Text Example
White with #C700EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C700EE; }
p { color: rgb(199,0,238); }
H1.HeaderClassName
{
color: #C700EE;
}
.AnyTagClassName
{
color: #C700EE;
}
</style>
background-color css
<style>
a { background-color: #C700EE; }
a { background-color: rgb(199,0,238); }
div.DivClassName
{
background-color: #C700EE;
}
.BgClassName
{
background-color: #C700EE;
}
</style>
border-color css
<style>
span { border-color: #C700EE; }
span { border-color: rgb(199,0,238); }
td.TdClassName
{
border-color: #C700EE;
}
.TagClassName
{
border-color: #C700EE;
}
</style>