Shades of Electric Purple #C703F6
Tints of Electric Purple #C703F6
RGB
CMYK
RGB Variations
Color information
#C703F6 (or 0xC703F6) is known color: Electric Purple. HEX triplet: C7, 03 and F6. RGB value is (199,3,246). Sum of RGB (Red+Green+Blue) = 199+3+246=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 3 (1.56% from 255 or 0.67% from 448); Blue value is 246 (96.48% from 255 or 54.91% from 448); Max value from RGB is 246 - color contains mainly: blue. Hex color #C703F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C703F6 is #38FC09. Grayscale: #585858. Windows color (decimal): -3734538 or 16122823. OLE color: 16122823.
HSL color Cylindrical-coordinate representation of color #C703F6: hue angle of 288.4º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C703F6 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 3 | 246 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.04 |
| HSL | 288.4º | 0.98% | 0.49% | - |
| HSV(B) | 288.4º | 0.99% | 0.96% | - |
| XYZ | 40.22 | 18.86 | 88.71 | - |
| YUV | 89.31 | 216.43 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 246 | 0.19 | 0.99 | 0 | 0.04 | 288.4 | 0.98 | 0.49 |
| Hex | C7 | 3 | F6 | 13 | 63 | 0 | 4 | 120 | 62 | 31 |
| Octal | 307 | 3 | 366 | 23 | 143 | 0 | 4 | 440 | 142 | 61 |
| Binary | 11000111 | 11 | 11110110 | 10011 | 1100011 | 0 | 100 | 100100000 | 1100010 | 110001 |
Color Harmonies of #C703F6
Complementary color
Monochromatic Colors of #C703F6
Black with #C703F6
Text Example
Text Example
White with #C703F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C703F6; }
p { color: rgb(199,3,246); }
H1.HeaderClassName
{
color: #C703F6;
}
.AnyTagClassName
{
color: #C703F6;
}
</style>
background-color css
<style>
a { background-color: #C703F6; }
a { background-color: rgb(199,3,246); }
div.DivClassName
{
background-color: #C703F6;
}
.BgClassName
{
background-color: #C703F6;
}
</style>
border-color css
<style>
span { border-color: #C703F6; }
span { border-color: rgb(199,3,246); }
td.TdClassName
{
border-color: #C703F6;
}
.TagClassName
{
border-color: #C703F6;
}
</style>