Shades of Electric Purple #C725EC
Tints of Electric Purple #C725EC
RGB
CMYK
RGB Variations
Color information
#C725EC (or 0xC725EC) is known color: Electric Purple. HEX triplet: C7, 25 and EC. RGB value is (199,37,236). Sum of RGB (Red+Green+Blue) = 199+37+236=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 37 (14.84% from 255 or 7.84% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #C725EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C725EC is #38DA13. Grayscale: #6B6B6B. Windows color (decimal): -3725844 or 15476167. OLE color: 15476167.
HSL color Cylindrical-coordinate representation of color #C725EC: hue angle of 288.84º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C725EC is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 37 | 236 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.07 |
| HSL | 288.84º | 0.84% | 0.54% | - |
| HSV(B) | 288.84º | 0.84% | 0.93% | - |
| XYZ | 39.36 | 19.52 | 81.05 | - |
| YUV | 108.12 | 200.17 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 236 | 0.16 | 0.84 | 0 | 0.07 | 288.84 | 0.84 | 0.54 |
| Hex | C7 | 25 | EC | 10 | 54 | 0 | 7 | 121 | 54 | 36 |
| Octal | 307 | 45 | 354 | 20 | 124 | 0 | 7 | 441 | 124 | 66 |
| Binary | 11000111 | 100101 | 11101100 | 10000 | 1010100 | 0 | 111 | 100100001 | 1010100 | 110110 |
Color Harmonies of #C725EC
Complementary color
Monochromatic Colors of #C725EC
Black with #C725EC
Text Example
Text Example
White with #C725EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C725EC; }
p { color: rgb(199,37,236); }
H1.HeaderClassName
{
color: #C725EC;
}
.AnyTagClassName
{
color: #C725EC;
}
</style>
background-color css
<style>
a { background-color: #C725EC; }
a { background-color: rgb(199,37,236); }
div.DivClassName
{
background-color: #C725EC;
}
.BgClassName
{
background-color: #C725EC;
}
</style>
border-color css
<style>
span { border-color: #C725EC; }
span { border-color: rgb(199,37,236); }
td.TdClassName
{
border-color: #C725EC;
}
.TagClassName
{
border-color: #C725EC;
}
</style>