Shades of Electric Purple #C702FA
Tints of Electric Purple #C702FA
RGB
CMYK
RGB Variations
Color information
#C702FA (or 0xC702FA) is known color: Electric Purple. HEX triplet: C7, 02 and FA. RGB value is (199,2,250). Sum of RGB (Red+Green+Blue) = 199+2+250=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 2 (1.17% from 255 or 0.44% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #C702FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C702FA is #38FD05. Grayscale: #585858. Windows color (decimal): -3734790 or 16384711. OLE color: 16384711.
HSL color Cylindrical-coordinate representation of color #C702FA: hue angle of 287.66º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C702FA is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 2 | 250 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.02 |
| HSL | 287.66º | 0.98% | 0.49% | - |
| HSV(B) | 287.66º | 0.99% | 0.98% | - |
| XYZ | 40.83 | 19.09 | 91.97 | - |
| YUV | 89.18 | 218.77 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 250 | 0.20 | 0.99 | 0 | 0.02 | 287.66 | 0.98 | 0.49 |
| Hex | C7 | 2 | FA | 14 | 63 | 0 | 2 | 120 | 62 | 31 |
| Octal | 307 | 2 | 372 | 24 | 143 | 0 | 2 | 440 | 142 | 61 |
| Binary | 11000111 | 10 | 11111010 | 10100 | 1100011 | 0 | 10 | 100100000 | 1100010 | 110001 |
Color Harmonies of #C702FA
Complementary color
Monochromatic Colors of #C702FA
Black with #C702FA
Text Example
Text Example
White with #C702FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C702FA; }
p { color: rgb(199,2,250); }
H1.HeaderClassName
{
color: #C702FA;
}
.AnyTagClassName
{
color: #C702FA;
}
</style>
background-color css
<style>
a { background-color: #C702FA; }
a { background-color: rgb(199,2,250); }
div.DivClassName
{
background-color: #C702FA;
}
.BgClassName
{
background-color: #C702FA;
}
</style>
border-color css
<style>
span { border-color: #C702FA; }
span { border-color: rgb(199,2,250); }
td.TdClassName
{
border-color: #C702FA;
}
.TagClassName
{
border-color: #C702FA;
}
</style>