Shades of Electric Purple #C811EC
Tints of Electric Purple #C811EC
RGB
CMYK
RGB Variations
Color information
#C811EC (or 0xC811EC) is known color: Electric Purple. HEX triplet: C8, 11 and EC. RGB value is (200,17,236). Sum of RGB (Red+Green+Blue) = 200+17+236=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 17 (7.03% from 255 or 3.75% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #C811EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C811EC is #37EE13. Grayscale: #5F5F5F. Windows color (decimal): -3665428 or 15471048. OLE color: 15471048.
HSL color Cylindrical-coordinate representation of color #C811EC: hue angle of 290.14º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C811EC is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 17 | 236 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.07 |
| HSL | 290.14º | 0.87% | 0.5% | - |
| HSV(B) | 290.14º | 0.93% | 0.93% | - |
| XYZ | 39.16 | 18.74 | 80.91 | - |
| YUV | 96.68 | 206.63 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 236 | 0.15 | 0.93 | 0 | 0.07 | 290.14 | 0.87 | 0.5 |
| Hex | C8 | 11 | EC | F | 5D | 0 | 7 | 122 | 57 | 32 |
| Octal | 310 | 21 | 354 | 17 | 135 | 0 | 7 | 442 | 127 | 62 |
| Binary | 11001000 | 10001 | 11101100 | 1111 | 1011101 | 0 | 111 | 100100010 | 1010111 | 110010 |
Color Harmonies of #C811EC
Complementary color
Monochromatic Colors of #C811EC
Black with #C811EC
Text Example
Text Example
White with #C811EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C811EC; }
p { color: rgb(200,17,236); }
H1.HeaderClassName
{
color: #C811EC;
}
.AnyTagClassName
{
color: #C811EC;
}
</style>
background-color css
<style>
a { background-color: #C811EC; }
a { background-color: rgb(200,17,236); }
div.DivClassName
{
background-color: #C811EC;
}
.BgClassName
{
background-color: #C811EC;
}
</style>
border-color css
<style>
span { border-color: #C811EC; }
span { border-color: rgb(200,17,236); }
td.TdClassName
{
border-color: #C811EC;
}
.TagClassName
{
border-color: #C811EC;
}
</style>