Shades of Electric Purple #C712E7
Tints of Electric Purple #C712E7
RGB
CMYK
RGB Variations
Color information
#C712E7 (or 0xC712E7) is known color: Electric Purple. HEX triplet: C7, 12 and E7. RGB value is (199,18,231). Sum of RGB (Red+Green+Blue) = 199+18+231=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 231 (90.62% from 255 or 51.56% from 448); Max value from RGB is 231 - color contains mainly: blue. Hex color #C712E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C712E7 is #38ED18. Grayscale: #5F5F5F. Windows color (decimal): -3730713 or 15143623. OLE color: 15143623.
HSL color Cylindrical-coordinate representation of color #C712E7: hue angle of 290.99º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C712E7 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 18 | 231 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.09 |
| HSL | 290.99º | 0.86% | 0.49% | - |
| HSV(B) | 290.99º | 0.92% | 0.91% | - |
| XYZ | 38.19 | 18.34 | 77.13 | - |
| YUV | 96.4 | 203.97 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 231 | 0.14 | 0.92 | 0 | 0.09 | 290.99 | 0.86 | 0.49 |
| Hex | C7 | 12 | E7 | E | 5C | 0 | 9 | 123 | 56 | 31 |
| Octal | 307 | 22 | 347 | 16 | 134 | 0 | 11 | 443 | 126 | 61 |
| Binary | 11000111 | 10010 | 11100111 | 1110 | 1011100 | 0 | 1001 | 100100011 | 1010110 | 110001 |
Color Harmonies of #C712E7
Complementary color
Monochromatic Colors of #C712E7
Black with #C712E7
Text Example
Text Example
White with #C712E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C712E7; }
p { color: rgb(199,18,231); }
H1.HeaderClassName
{
color: #C712E7;
}
.AnyTagClassName
{
color: #C712E7;
}
</style>
background-color css
<style>
a { background-color: #C712E7; }
a { background-color: rgb(199,18,231); }
div.DivClassName
{
background-color: #C712E7;
}
.BgClassName
{
background-color: #C712E7;
}
</style>
border-color css
<style>
span { border-color: #C712E7; }
span { border-color: rgb(199,18,231); }
td.TdClassName
{
border-color: #C712E7;
}
.TagClassName
{
border-color: #C712E7;
}
</style>