Shades of Electric Purple #C719FC
Tints of Electric Purple #C719FC
RGB
CMYK
RGB Variations
Color information
#C719FC (or 0xC719FC) is known color: Electric Purple. HEX triplet: C7, 19 and FC. RGB value is (199,25,252). Sum of RGB (Red+Green+Blue) = 199+25+252=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 25 (10.16% from 255 or 5.25% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #C719FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C719FC is #38E603. Grayscale: #666666. Windows color (decimal): -3728900 or 16521671. OLE color: 16521671.
HSL color Cylindrical-coordinate representation of color #C719FC: hue angle of 285.99º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C719FC is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 25 | 252 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.01 |
| HSL | 285.99º | 0.97% | 0.54% | - |
| HSV(B) | 285.99º | 0.9% | 0.99% | - |
| XYZ | 41.47 | 19.87 | 93.74 | - |
| YUV | 102.9 | 212.15 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 252 | 0.21 | 0.90 | 0 | 0.01 | 285.99 | 0.97 | 0.54 |
| Hex | C7 | 19 | FC | 15 | 5A | 0 | 1 | 11E | 61 | 36 |
| Octal | 307 | 31 | 374 | 25 | 132 | 0 | 1 | 436 | 141 | 66 |
| Binary | 11000111 | 11001 | 11111100 | 10101 | 1011010 | 0 | 1 | 100011110 | 1100001 | 110110 |
Color Harmonies of #C719FC
Complementary color
Monochromatic Colors of #C719FC
Black with #C719FC
Text Example
Text Example
White with #C719FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C719FC; }
p { color: rgb(199,25,252); }
H1.HeaderClassName
{
color: #C719FC;
}
.AnyTagClassName
{
color: #C719FC;
}
</style>
background-color css
<style>
a { background-color: #C719FC; }
a { background-color: rgb(199,25,252); }
div.DivClassName
{
background-color: #C719FC;
}
.BgClassName
{
background-color: #C719FC;
}
</style>
border-color css
<style>
span { border-color: #C719FC; }
span { border-color: rgb(199,25,252); }
td.TdClassName
{
border-color: #C719FC;
}
.TagClassName
{
border-color: #C719FC;
}
</style>