Shades of Electric Purple #C124EB
Tints of Electric Purple #C124EB
RGB
CMYK
RGB Variations
Color information
#C124EB (or 0xC124EB) is known color: Electric Purple. HEX triplet: C1, 24 and EB. RGB value is (193,36,235). Sum of RGB (Red+Green+Blue) = 193+36+235=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #C124EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C124EB is #3EDB14. Grayscale: #686868. Windows color (decimal): -4119317 or 15410369. OLE color: 15410369.
HSL color Cylindrical-coordinate representation of color #C124EB: hue angle of 287.34º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C124EB is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 36 | 235 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.08 |
| HSL | 287.34º | 0.83% | 0.53% | - |
| HSV(B) | 287.34º | 0.85% | 0.92% | - |
| XYZ | 37.62 | 18.6 | 80.2 | - |
| YUV | 105.63 | 201.01 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 235 | 0.18 | 0.85 | 0 | 0.08 | 287.34 | 0.83 | 0.53 |
| Hex | C1 | 24 | EB | 12 | 55 | 0 | 8 | 11F | 53 | 35 |
| Octal | 301 | 44 | 353 | 22 | 125 | 0 | 10 | 437 | 123 | 65 |
| Binary | 11000001 | 100100 | 11101011 | 10010 | 1010101 | 0 | 1000 | 100011111 | 1010011 | 110101 |
Color Harmonies of #C124EB
Complementary color
Monochromatic Colors of #C124EB
Black with #C124EB
Text Example
Text Example
White with #C124EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C124EB; }
p { color: rgb(193,36,235); }
H1.HeaderClassName
{
color: #C124EB;
}
.AnyTagClassName
{
color: #C124EB;
}
</style>
background-color css
<style>
a { background-color: #C124EB; }
a { background-color: rgb(193,36,235); }
div.DivClassName
{
background-color: #C124EB;
}
.BgClassName
{
background-color: #C124EB;
}
</style>
border-color css
<style>
span { border-color: #C124EB; }
span { border-color: rgb(193,36,235); }
td.TdClassName
{
border-color: #C124EB;
}
.TagClassName
{
border-color: #C124EB;
}
</style>