Shades of Electric Purple #C124FD
Tints of Electric Purple #C124FD
RGB
CMYK
RGB Variations
Color information
#C124FD (or 0xC124FD) is known color: Electric Purple. HEX triplet: C1, 24 and FD. RGB value is (193,36,253). Sum of RGB (Red+Green+Blue) = 193+36+253=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 36 (14.45% from 255 or 7.47% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #C124FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C124FD is #3EDB02. Grayscale: #6A6A6A. Windows color (decimal): -4119299 or 16590017. OLE color: 16590017.
HSL color Cylindrical-coordinate representation of color #C124FD: hue angle of 283.41º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C124FD is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 36 | 253 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.01 |
| HSL | 283.41º | 0.98% | 0.57% | - |
| HSV(B) | 283.41º | 0.86% | 0.99% | - |
| XYZ | 40.35 | 19.69 | 94.6 | - |
| YUV | 107.68 | 210.01 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 253 | 0.24 | 0.86 | 0 | 0.01 | 283.41 | 0.98 | 0.57 |
| Hex | C1 | 24 | FD | 18 | 56 | 0 | 1 | 11B | 62 | 39 |
| Octal | 301 | 44 | 375 | 30 | 126 | 0 | 1 | 433 | 142 | 71 |
| Binary | 11000001 | 100100 | 11111101 | 11000 | 1010110 | 0 | 1 | 100011011 | 1100010 | 111001 |
Color Harmonies of #C124FD
Complementary color
Monochromatic Colors of #C124FD
Black with #C124FD
Text Example
Text Example
White with #C124FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C124FD; }
p { color: rgb(193,36,253); }
H1.HeaderClassName
{
color: #C124FD;
}
.AnyTagClassName
{
color: #C124FD;
}
</style>
background-color css
<style>
a { background-color: #C124FD; }
a { background-color: rgb(193,36,253); }
div.DivClassName
{
background-color: #C124FD;
}
.BgClassName
{
background-color: #C124FD;
}
</style>
border-color css
<style>
span { border-color: #C124FD; }
span { border-color: rgb(193,36,253); }
td.TdClassName
{
border-color: #C124FD;
}
.TagClassName
{
border-color: #C124FD;
}
</style>