Shades of Electric Purple #C124F0
Tints of Electric Purple #C124F0
RGB
CMYK
RGB Variations
Color information
#C124F0 (or 0xC124F0) is known color: Electric Purple. HEX triplet: C1, 24 and F0. RGB value is (193,36,240). Sum of RGB (Red+Green+Blue) = 193+36+240=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 36 (14.45% from 255 or 7.68% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #C124F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C124F0 is #3EDB0F. Grayscale: #696969. Windows color (decimal): -4119312 or 15738049. OLE color: 15738049.
HSL color Cylindrical-coordinate representation of color #C124F0: hue angle of 286.18º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C124F0 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 36 | 240 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.06 |
| HSL | 286.18º | 0.87% | 0.54% | - |
| HSV(B) | 286.18º | 0.85% | 0.94% | - |
| XYZ | 38.35 | 18.89 | 84.06 | - |
| YUV | 106.2 | 203.51 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 240 | 0.20 | 0.85 | 0 | 0.06 | 286.18 | 0.87 | 0.54 |
| Hex | C1 | 24 | F0 | 14 | 55 | 0 | 6 | 11E | 57 | 36 |
| Octal | 301 | 44 | 360 | 24 | 125 | 0 | 6 | 436 | 127 | 66 |
| Binary | 11000001 | 100100 | 11110000 | 10100 | 1010101 | 0 | 110 | 100011110 | 1010111 | 110110 |
Color Harmonies of #C124F0
Complementary color
Monochromatic Colors of #C124F0
Black with #C124F0
Text Example
Text Example
White with #C124F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C124F0; }
p { color: rgb(193,36,240); }
H1.HeaderClassName
{
color: #C124F0;
}
.AnyTagClassName
{
color: #C124F0;
}
</style>
background-color css
<style>
a { background-color: #C124F0; }
a { background-color: rgb(193,36,240); }
div.DivClassName
{
background-color: #C124F0;
}
.BgClassName
{
background-color: #C124F0;
}
</style>
border-color css
<style>
span { border-color: #C124F0; }
span { border-color: rgb(193,36,240); }
td.TdClassName
{
border-color: #C124F0;
}
.TagClassName
{
border-color: #C124F0;
}
</style>