Shades of Electric Purple #C611EC
Tints of Electric Purple #C611EC
RGB
CMYK
RGB Variations
Color information
#C611EC (or 0xC611EC) is known color: Electric Purple. HEX triplet: C6, 11 and EC. RGB value is (198,17,236). Sum of RGB (Red+Green+Blue) = 198+17+236=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 17 (7.03% from 255 or 3.77% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #C611EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C611EC is #39EE13. Grayscale: #5F5F5F. Windows color (decimal): -3796500 or 15471046. OLE color: 15471046.
HSL color Cylindrical-coordinate representation of color #C611EC: hue angle of 289.59º 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 #C611EC is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 17 | 236 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.07 |
| HSL | 289.59º | 0.87% | 0.5% | - |
| HSV(B) | 289.59º | 0.93% | 0.93% | - |
| XYZ | 38.63 | 18.46 | 80.88 | - |
| YUV | 96.09 | 206.97 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 236 | 0.16 | 0.93 | 0 | 0.07 | 289.59 | 0.87 | 0.5 |
| Hex | C6 | 11 | EC | 10 | 5D | 0 | 7 | 122 | 57 | 32 |
| Octal | 306 | 21 | 354 | 20 | 135 | 0 | 7 | 442 | 127 | 62 |
| Binary | 11000110 | 10001 | 11101100 | 10000 | 1011101 | 0 | 111 | 100100010 | 1010111 | 110010 |
Color Harmonies of #C611EC
Complementary color
Monochromatic Colors of #C611EC
Black with #C611EC
Text Example
Text Example
White with #C611EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C611EC; }
p { color: rgb(198,17,236); }
H1.HeaderClassName
{
color: #C611EC;
}
.AnyTagClassName
{
color: #C611EC;
}
</style>
background-color css
<style>
a { background-color: #C611EC; }
a { background-color: rgb(198,17,236); }
div.DivClassName
{
background-color: #C611EC;
}
.BgClassName
{
background-color: #C611EC;
}
</style>
border-color css
<style>
span { border-color: #C611EC; }
span { border-color: rgb(198,17,236); }
td.TdClassName
{
border-color: #C611EC;
}
.TagClassName
{
border-color: #C611EC;
}
</style>