Shades of Electric Purple #C124ED
Tints of Electric Purple #C124ED
RGB
CMYK
RGB Variations
Color information
#C124ED (or 0xC124ED) is known color: Electric Purple. HEX triplet: C1, 24 and ED. RGB value is (193,36,237). Sum of RGB (Red+Green+Blue) = 193+36+237=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 36 (14.45% from 255 or 7.73% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #C124ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C124ED is #3EDB12. Grayscale: #696969. Windows color (decimal): -4119315 or 15541441. OLE color: 15541441.
HSL color Cylindrical-coordinate representation of color #C124ED: hue angle of 286.87º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C124ED is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 36 | 237 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.07 |
| HSL | 286.87º | 0.85% | 0.54% | - |
| HSV(B) | 286.87º | 0.85% | 0.93% | - |
| XYZ | 37.91 | 18.71 | 81.73 | - |
| YUV | 105.86 | 202.01 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 237 | 0.19 | 0.85 | 0 | 0.07 | 286.87 | 0.85 | 0.54 |
| Hex | C1 | 24 | ED | 13 | 55 | 0 | 7 | 11F | 55 | 36 |
| Octal | 301 | 44 | 355 | 23 | 125 | 0 | 7 | 437 | 125 | 66 |
| Binary | 11000001 | 100100 | 11101101 | 10011 | 1010101 | 0 | 111 | 100011111 | 1010101 | 110110 |
Color Harmonies of #C124ED
Complementary color
Monochromatic Colors of #C124ED
Black with #C124ED
Text Example
Text Example
White with #C124ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C124ED; }
p { color: rgb(193,36,237); }
H1.HeaderClassName
{
color: #C124ED;
}
.AnyTagClassName
{
color: #C124ED;
}
</style>
background-color css
<style>
a { background-color: #C124ED; }
a { background-color: rgb(193,36,237); }
div.DivClassName
{
background-color: #C124ED;
}
.BgClassName
{
background-color: #C124ED;
}
</style>
border-color css
<style>
span { border-color: #C124ED; }
span { border-color: rgb(193,36,237); }
td.TdClassName
{
border-color: #C124ED;
}
.TagClassName
{
border-color: #C124ED;
}
</style>