Shades of Electric Purple #C72CED
Tints of Electric Purple #C72CED
RGB
CMYK
RGB Variations
Color information
#C72CED (or 0xC72CED) is known color: Electric Purple. HEX triplet: C7, 2C and ED. RGB value is (199,44,237). Sum of RGB (Red+Green+Blue) = 199+44+237=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 44 (17.58% from 255 or 9.17% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #C72CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72CED is #38D312. Grayscale: #6F6F6F. Windows color (decimal): -3724051 or 15543495. OLE color: 15543495.
HSL color Cylindrical-coordinate representation of color #C72CED: hue angle of 288.19º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72CED is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 44 | 237 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.07 |
| HSL | 288.19º | 0.84% | 0.55% | - |
| HSV(B) | 288.19º | 0.81% | 0.93% | - |
| XYZ | 39.74 | 20.06 | 81.9 | - |
| YUV | 112.35 | 198.35 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 44 | 237 | 0.16 | 0.81 | 0 | 0.07 | 288.19 | 0.84 | 0.55 |
| Hex | C7 | 2C | ED | 10 | 51 | 0 | 7 | 120 | 54 | 37 |
| Octal | 307 | 54 | 355 | 20 | 121 | 0 | 7 | 440 | 124 | 67 |
| Binary | 11000111 | 101100 | 11101101 | 10000 | 1010001 | 0 | 111 | 100100000 | 1010100 | 110111 |
Color Harmonies of #C72CED
Complementary color
Monochromatic Colors of #C72CED
Black with #C72CED
Text Example
Text Example
White with #C72CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72CED; }
p { color: rgb(199,44,237); }
H1.HeaderClassName
{
color: #C72CED;
}
.AnyTagClassName
{
color: #C72CED;
}
</style>
background-color css
<style>
a { background-color: #C72CED; }
a { background-color: rgb(199,44,237); }
div.DivClassName
{
background-color: #C72CED;
}
.BgClassName
{
background-color: #C72CED;
}
</style>
border-color css
<style>
span { border-color: #C72CED; }
span { border-color: rgb(199,44,237); }
td.TdClassName
{
border-color: #C72CED;
}
.TagClassName
{
border-color: #C72CED;
}
</style>