Shades of Electric Purple #C720FC
Tints of Electric Purple #C720FC
RGB
CMYK
RGB Variations
Color information
#C720FC (or 0xC720FC) is known color: Electric Purple. HEX triplet: C7, 20 and FC. RGB value is (199,32,252). Sum of RGB (Red+Green+Blue) = 199+32+252=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 32 (12.89% from 255 or 6.63% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #C720FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C720FC is #38DF03. Grayscale: #6A6A6A. Windows color (decimal): -3727108 or 16523463. OLE color: 16523463.
HSL color Cylindrical-coordinate representation of color #C720FC: hue angle of 285.55º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C720FC is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 32 | 252 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.01 |
| HSL | 285.55º | 0.97% | 0.56% | - |
| HSV(B) | 285.55º | 0.87% | 0.99% | - |
| XYZ | 41.64 | 20.2 | 93.8 | - |
| YUV | 107.01 | 209.83 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 252 | 0.21 | 0.87 | 0 | 0.01 | 285.55 | 0.97 | 0.56 |
| Hex | C7 | 20 | FC | 15 | 57 | 0 | 1 | 11E | 61 | 38 |
| Octal | 307 | 40 | 374 | 25 | 127 | 0 | 1 | 436 | 141 | 70 |
| Binary | 11000111 | 100000 | 11111100 | 10101 | 1010111 | 0 | 1 | 100011110 | 1100001 | 111000 |
Color Harmonies of #C720FC
Complementary color
Monochromatic Colors of #C720FC
Black with #C720FC
Text Example
Text Example
White with #C720FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C720FC; }
p { color: rgb(199,32,252); }
H1.HeaderClassName
{
color: #C720FC;
}
.AnyTagClassName
{
color: #C720FC;
}
</style>
background-color css
<style>
a { background-color: #C720FC; }
a { background-color: rgb(199,32,252); }
div.DivClassName
{
background-color: #C720FC;
}
.BgClassName
{
background-color: #C720FC;
}
</style>
border-color css
<style>
span { border-color: #C720FC; }
span { border-color: rgb(199,32,252); }
td.TdClassName
{
border-color: #C720FC;
}
.TagClassName
{
border-color: #C720FC;
}
</style>