Shades of Electric Purple #C123EB
Tints of Electric Purple #C123EB
RGB
CMYK
RGB Variations
Color information
#C123EB (or 0xC123EB) is known color: Electric Purple. HEX triplet: C1, 23 and EB. RGB value is (193,35,235). Sum of RGB (Red+Green+Blue) = 193+35+235=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 35 (14.06% from 255 or 7.56% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #C123EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C123EB is #3EDC14. Grayscale: #686868. Windows color (decimal): -4119573 or 15410113. OLE color: 15410113.
HSL color Cylindrical-coordinate representation of color #C123EB: hue angle of 287.4º 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 #C123EB is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 35 | 235 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.08 |
| HSL | 287.4º | 0.83% | 0.53% | - |
| HSV(B) | 287.4º | 0.85% | 0.92% | - |
| XYZ | 37.59 | 18.54 | 80.19 | - |
| YUV | 105.04 | 201.35 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 235 | 0.18 | 0.85 | 0 | 0.08 | 287.4 | 0.83 | 0.53 |
| Hex | C1 | 23 | EB | 12 | 55 | 0 | 8 | 11F | 53 | 35 |
| Octal | 301 | 43 | 353 | 22 | 125 | 0 | 10 | 437 | 123 | 65 |
| Binary | 11000001 | 100011 | 11101011 | 10010 | 1010101 | 0 | 1000 | 100011111 | 1010011 | 110101 |
Color Harmonies of #C123EB
Complementary color
Monochromatic Colors of #C123EB
Black with #C123EB
Text Example
Text Example
White with #C123EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C123EB; }
p { color: rgb(193,35,235); }
H1.HeaderClassName
{
color: #C123EB;
}
.AnyTagClassName
{
color: #C123EB;
}
</style>
background-color css
<style>
a { background-color: #C123EB; }
a { background-color: rgb(193,35,235); }
div.DivClassName
{
background-color: #C123EB;
}
.BgClassName
{
background-color: #C123EB;
}
</style>
border-color css
<style>
span { border-color: #C123EB; }
span { border-color: rgb(193,35,235); }
td.TdClassName
{
border-color: #C123EB;
}
.TagClassName
{
border-color: #C123EB;
}
</style>