Shades of Electric Purple #C702E9
Tints of Electric Purple #C702E9
RGB
CMYK
RGB Variations
Color information
#C702E9 (or 0xC702E9) is known color: Electric Purple. HEX triplet: C7, 02 and E9. RGB value is (199,2,233). Sum of RGB (Red+Green+Blue) = 199+2+233=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 2 (1.17% from 255 or 0.46% from 434); Blue value is 233 (91.41% from 255 or 53.69% from 434); Max value from RGB is 233 - color contains mainly: blue. Hex color #C702E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C702E9 is #38FD16. Grayscale: #565656. Windows color (decimal): -3734807 or 15270599. OLE color: 15270599.
HSL color Cylindrical-coordinate representation of color #C702E9: hue angle of 291.17º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C702E9 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 2 | 233 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.09 |
| HSL | 291.17º | 0.98% | 0.46% | - |
| HSV(B) | 291.17º | 0.99% | 0.91% | - |
| XYZ | 38.28 | 18.07 | 78.56 | - |
| YUV | 87.24 | 210.27 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 233 | 0.15 | 0.99 | 0 | 0.09 | 291.17 | 0.98 | 0.46 |
| Hex | C7 | 2 | E9 | F | 63 | 0 | 9 | 123 | 62 | 2E |
| Octal | 307 | 2 | 351 | 17 | 143 | 0 | 11 | 443 | 142 | 56 |
| Binary | 11000111 | 10 | 11101001 | 1111 | 1100011 | 0 | 1001 | 100100011 | 1100010 | 101110 |
Color Harmonies of #C702E9
Complementary color
Monochromatic Colors of #C702E9
Black with #C702E9
Text Example
Text Example
White with #C702E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C702E9; }
p { color: rgb(199,2,233); }
H1.HeaderClassName
{
color: #C702E9;
}
.AnyTagClassName
{
color: #C702E9;
}
</style>
background-color css
<style>
a { background-color: #C702E9; }
a { background-color: rgb(199,2,233); }
div.DivClassName
{
background-color: #C702E9;
}
.BgClassName
{
background-color: #C702E9;
}
</style>
border-color css
<style>
span { border-color: #C702E9; }
span { border-color: rgb(199,2,233); }
td.TdClassName
{
border-color: #C702E9;
}
.TagClassName
{
border-color: #C702E9;
}
</style>