Shades of Electric Purple #C703FC
Tints of Electric Purple #C703FC
RGB
CMYK
RGB Variations
Color information
#C703FC (or 0xC703FC) is known color: Electric Purple. HEX triplet: C7, 03 and FC. RGB value is (199,3,252). Sum of RGB (Red+Green+Blue) = 199+3+252=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 3 (1.56% from 255 or 0.66% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #C703FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C703FC is #38FC03. Grayscale: #595959. Windows color (decimal): -3734532 or 16516039. OLE color: 16516039.
HSL color Cylindrical-coordinate representation of color #C703FC: hue angle of 287.23º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C703FC is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 3 | 252 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.01 |
| HSL | 287.23º | 0.98% | 0.5% | - |
| HSV(B) | 287.23º | 0.99% | 0.99% | - |
| XYZ | 41.16 | 19.24 | 93.64 | - |
| YUV | 89.99 | 219.43 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 252 | 0.21 | 0.99 | 0 | 0.01 | 287.23 | 0.98 | 0.5 |
| Hex | C7 | 3 | FC | 15 | 63 | 0 | 1 | 11F | 62 | 32 |
| Octal | 307 | 3 | 374 | 25 | 143 | 0 | 1 | 437 | 142 | 62 |
| Binary | 11000111 | 11 | 11111100 | 10101 | 1100011 | 0 | 1 | 100011111 | 1100010 | 110010 |
Color Harmonies of #C703FC
Complementary color
Monochromatic Colors of #C703FC
Black with #C703FC
Text Example
Text Example
White with #C703FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C703FC; }
p { color: rgb(199,3,252); }
H1.HeaderClassName
{
color: #C703FC;
}
.AnyTagClassName
{
color: #C703FC;
}
</style>
background-color css
<style>
a { background-color: #C703FC; }
a { background-color: rgb(199,3,252); }
div.DivClassName
{
background-color: #C703FC;
}
.BgClassName
{
background-color: #C703FC;
}
</style>
border-color css
<style>
span { border-color: #C703FC; }
span { border-color: rgb(199,3,252); }
td.TdClassName
{
border-color: #C703FC;
}
.TagClassName
{
border-color: #C703FC;
}
</style>