Shades of Electric Purple #C124EC
Tints of Electric Purple #C124EC
RGB
CMYK
RGB Variations
Color information
#C124EC (or 0xC124EC) is known color: Electric Purple. HEX triplet: C1, 24 and EC. RGB value is (193,36,236). Sum of RGB (Red+Green+Blue) = 193+36+236=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #C124EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C124EC is #3EDB13. Grayscale: #696969. Windows color (decimal): -4119316 or 15475905. OLE color: 15475905.
HSL color Cylindrical-coordinate representation of color #C124EC: hue angle of 287.1º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C124EC is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 36 | 236 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.07 |
| HSL | 287.1º | 0.84% | 0.53% | - |
| HSV(B) | 287.1º | 0.85% | 0.93% | - |
| XYZ | 37.76 | 18.66 | 80.97 | - |
| YUV | 105.74 | 201.51 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 236 | 0.18 | 0.85 | 0 | 0.07 | 287.1 | 0.84 | 0.53 |
| Hex | C1 | 24 | EC | 12 | 55 | 0 | 7 | 11F | 54 | 35 |
| Octal | 301 | 44 | 354 | 22 | 125 | 0 | 7 | 437 | 124 | 65 |
| Binary | 11000001 | 100100 | 11101100 | 10010 | 1010101 | 0 | 111 | 100011111 | 1010100 | 110101 |
Color Harmonies of #C124EC
Complementary color
Monochromatic Colors of #C124EC
Black with #C124EC
Text Example
Text Example
White with #C124EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C124EC; }
p { color: rgb(193,36,236); }
H1.HeaderClassName
{
color: #C124EC;
}
.AnyTagClassName
{
color: #C124EC;
}
</style>
background-color css
<style>
a { background-color: #C124EC; }
a { background-color: rgb(193,36,236); }
div.DivClassName
{
background-color: #C124EC;
}
.BgClassName
{
background-color: #C124EC;
}
</style>
border-color css
<style>
span { border-color: #C124EC; }
span { border-color: rgb(193,36,236); }
td.TdClassName
{
border-color: #C124EC;
}
.TagClassName
{
border-color: #C124EC;
}
</style>