Shades of Electric Purple #C811FC
Tints of Electric Purple #C811FC
RGB
CMYK
RGB Variations
Color information
#C811FC (or 0xC811FC) is known color: Electric Purple. HEX triplet: C8, 11 and FC. RGB value is (200,17,252). Sum of RGB (Red+Green+Blue) = 200+17+252=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 17 (7.03% from 255 or 3.62% 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 #C811FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C811FC is #37EE03. Grayscale: #616161. Windows color (decimal): -3665412 or 16519624. OLE color: 16519624.
HSL color Cylindrical-coordinate representation of color #C811FC: hue angle of 286.72º 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 #C811FC is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 17 | 252 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.01 |
| HSL | 286.72º | 0.98% | 0.53% | - |
| HSV(B) | 286.72º | 0.93% | 0.99% | - |
| XYZ | 41.59 | 19.71 | 93.71 | - |
| YUV | 98.51 | 214.63 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 252 | 0.21 | 0.93 | 0 | 0.01 | 286.72 | 0.98 | 0.53 |
| Hex | C8 | 11 | FC | 15 | 5D | 0 | 1 | 11F | 62 | 35 |
| Octal | 310 | 21 | 374 | 25 | 135 | 0 | 1 | 437 | 142 | 65 |
| Binary | 11001000 | 10001 | 11111100 | 10101 | 1011101 | 0 | 1 | 100011111 | 1100010 | 110101 |
Color Harmonies of #C811FC
Complementary color
Monochromatic Colors of #C811FC
Black with #C811FC
Text Example
Text Example
White with #C811FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C811FC; }
p { color: rgb(200,17,252); }
H1.HeaderClassName
{
color: #C811FC;
}
.AnyTagClassName
{
color: #C811FC;
}
</style>
background-color css
<style>
a { background-color: #C811FC; }
a { background-color: rgb(200,17,252); }
div.DivClassName
{
background-color: #C811FC;
}
.BgClassName
{
background-color: #C811FC;
}
</style>
border-color css
<style>
span { border-color: #C811FC; }
span { border-color: rgb(200,17,252); }
td.TdClassName
{
border-color: #C811FC;
}
.TagClassName
{
border-color: #C811FC;
}
</style>