Shades of Electric Purple #C711FC
Tints of Electric Purple #C711FC
RGB
CMYK
RGB Variations
Color information
#C711FC (or 0xC711FC) is known color: Electric Purple. HEX triplet: C7, 11 and FC. RGB value is (199,17,252). Sum of RGB (Red+Green+Blue) = 199+17+252=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 17 (7.03% from 255 or 3.63% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #C711FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C711FC is #38EE03. Grayscale: #616161. Windows color (decimal): -3730948 or 16519623. OLE color: 16519623.
HSL color Cylindrical-coordinate representation of color #C711FC: hue angle of 286.47º 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 #C711FC is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 17 | 252 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.01 |
| HSL | 286.47º | 0.98% | 0.53% | - |
| HSV(B) | 286.47º | 0.93% | 0.99% | - |
| XYZ | 41.32 | 19.57 | 93.7 | - |
| YUV | 98.21 | 214.8 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 252 | 0.21 | 0.93 | 0 | 0.01 | 286.47 | 0.98 | 0.53 |
| Hex | C7 | 11 | FC | 15 | 5D | 0 | 1 | 11E | 62 | 35 |
| Octal | 307 | 21 | 374 | 25 | 135 | 0 | 1 | 436 | 142 | 65 |
| Binary | 11000111 | 10001 | 11111100 | 10101 | 1011101 | 0 | 1 | 100011110 | 1100010 | 110101 |
Color Harmonies of #C711FC
Complementary color
Monochromatic Colors of #C711FC
Black with #C711FC
Text Example
Text Example
White with #C711FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711FC; }
p { color: rgb(199,17,252); }
H1.HeaderClassName
{
color: #C711FC;
}
.AnyTagClassName
{
color: #C711FC;
}
</style>
background-color css
<style>
a { background-color: #C711FC; }
a { background-color: rgb(199,17,252); }
div.DivClassName
{
background-color: #C711FC;
}
.BgClassName
{
background-color: #C711FC;
}
</style>
border-color css
<style>
span { border-color: #C711FC; }
span { border-color: rgb(199,17,252); }
td.TdClassName
{
border-color: #C711FC;
}
.TagClassName
{
border-color: #C711FC;
}
</style>