Shades of Electric Purple #C712FC
Tints of Electric Purple #C712FC
RGB
CMYK
RGB Variations
Color information
#C712FC (or 0xC712FC) is known color: Electric Purple. HEX triplet: C7, 12 and FC. RGB value is (199,18,252). Sum of RGB (Red+Green+Blue) = 199+18+252=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 18 (7.42% from 255 or 3.84% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #C712FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C712FC is #38ED03. Grayscale: #626262. Windows color (decimal): -3730692 or 16519879. OLE color: 16519879.
HSL color Cylindrical-coordinate representation of color #C712FC: hue angle of 286.41º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C712FC is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 18 | 252 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.01 |
| HSL | 286.41º | 0.98% | 0.53% | - |
| HSV(B) | 286.41º | 0.93% | 0.99% | - |
| XYZ | 41.34 | 19.6 | 93.7 | - |
| YUV | 98.8 | 214.47 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 252 | 0.21 | 0.93 | 0 | 0.01 | 286.41 | 0.98 | 0.53 |
| Hex | C7 | 12 | FC | 15 | 5D | 0 | 1 | 11E | 62 | 35 |
| Octal | 307 | 22 | 374 | 25 | 135 | 0 | 1 | 436 | 142 | 65 |
| Binary | 11000111 | 10010 | 11111100 | 10101 | 1011101 | 0 | 1 | 100011110 | 1100010 | 110101 |
Color Harmonies of #C712FC
Complementary color
Monochromatic Colors of #C712FC
Black with #C712FC
Text Example
Text Example
White with #C712FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C712FC; }
p { color: rgb(199,18,252); }
H1.HeaderClassName
{
color: #C712FC;
}
.AnyTagClassName
{
color: #C712FC;
}
</style>
background-color css
<style>
a { background-color: #C712FC; }
a { background-color: rgb(199,18,252); }
div.DivClassName
{
background-color: #C712FC;
}
.BgClassName
{
background-color: #C712FC;
}
</style>
border-color css
<style>
span { border-color: #C712FC; }
span { border-color: rgb(199,18,252); }
td.TdClassName
{
border-color: #C712FC;
}
.TagClassName
{
border-color: #C712FC;
}
</style>