Shades of Electric Purple #C124FB
Tints of Electric Purple #C124FB
RGB
CMYK
RGB Variations
Color information
#C124FB (or 0xC124FB) is known color: Electric Purple. HEX triplet: C1, 24 and FB. RGB value is (193,36,251). Sum of RGB (Red+Green+Blue) = 193+36+251=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 36 (14.45% from 255 or 7.5% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #C124FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C124FB is #3EDB04. Grayscale: #6A6A6A. Windows color (decimal): -4119301 or 16458945. OLE color: 16458945.
HSL color Cylindrical-coordinate representation of color #C124FB: hue angle of 283.81º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C124FB is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 36 | 251 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.02 |
| HSL | 283.81º | 0.96% | 0.56% | - |
| HSV(B) | 283.81º | 0.86% | 0.98% | - |
| XYZ | 40.04 | 19.56 | 92.93 | - |
| YUV | 107.45 | 209.01 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 251 | 0.23 | 0.86 | 0 | 0.02 | 283.81 | 0.96 | 0.56 |
| Hex | C1 | 24 | FB | 17 | 56 | 0 | 2 | 11C | 60 | 38 |
| Octal | 301 | 44 | 373 | 27 | 126 | 0 | 2 | 434 | 140 | 70 |
| Binary | 11000001 | 100100 | 11111011 | 10111 | 1010110 | 0 | 10 | 100011100 | 1100000 | 111000 |
Color Harmonies of #C124FB
Complementary color
Monochromatic Colors of #C124FB
Black with #C124FB
Text Example
Text Example
White with #C124FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C124FB; }
p { color: rgb(193,36,251); }
H1.HeaderClassName
{
color: #C124FB;
}
.AnyTagClassName
{
color: #C124FB;
}
</style>
background-color css
<style>
a { background-color: #C124FB; }
a { background-color: rgb(193,36,251); }
div.DivClassName
{
background-color: #C124FB;
}
.BgClassName
{
background-color: #C124FB;
}
</style>
border-color css
<style>
span { border-color: #C124FB; }
span { border-color: rgb(193,36,251); }
td.TdClassName
{
border-color: #C124FB;
}
.TagClassName
{
border-color: #C124FB;
}
</style>