Shades of Electric Purple #C72CFC
Tints of Electric Purple #C72CFC
RGB
CMYK
RGB Variations
Color information
#C72CFC (or 0xC72CFC) is known color: Electric Purple. HEX triplet: C7, 2C and FC. RGB value is (199,44,252). Sum of RGB (Red+Green+Blue) = 199+44+252=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 44 (17.58% from 255 or 8.89% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #C72CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72CFC is #38D303. Grayscale: #717171. Windows color (decimal): -3724036 or 16526535. OLE color: 16526535.
HSL color Cylindrical-coordinate representation of color #C72CFC: hue angle of 284.71º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C72CFC is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 44 | 252 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.01 |
| HSL | 284.71º | 0.97% | 0.58% | - |
| HSV(B) | 284.71º | 0.83% | 0.99% | - |
| XYZ | 42.02 | 20.97 | 93.93 | - |
| YUV | 114.06 | 205.85 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 44 | 252 | 0.21 | 0.83 | 0 | 0.01 | 284.71 | 0.97 | 0.58 |
| Hex | C7 | 2C | FC | 15 | 53 | 0 | 1 | 11D | 61 | 3A |
| Octal | 307 | 54 | 374 | 25 | 123 | 0 | 1 | 435 | 141 | 72 |
| Binary | 11000111 | 101100 | 11111100 | 10101 | 1010011 | 0 | 1 | 100011101 | 1100001 | 111010 |
Color Harmonies of #C72CFC
Complementary color
Monochromatic Colors of #C72CFC
Black with #C72CFC
Text Example
Text Example
White with #C72CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72CFC; }
p { color: rgb(199,44,252); }
H1.HeaderClassName
{
color: #C72CFC;
}
.AnyTagClassName
{
color: #C72CFC;
}
</style>
background-color css
<style>
a { background-color: #C72CFC; }
a { background-color: rgb(199,44,252); }
div.DivClassName
{
background-color: #C72CFC;
}
.BgClassName
{
background-color: #C72CFC;
}
</style>
border-color css
<style>
span { border-color: #C72CFC; }
span { border-color: rgb(199,44,252); }
td.TdClassName
{
border-color: #C72CFC;
}
.TagClassName
{
border-color: #C72CFC;
}
</style>