Shades of Electric Purple #C123ED
Tints of Electric Purple #C123ED
RGB
CMYK
RGB Variations
Color information
#C123ED (or 0xC123ED) is known color: Electric Purple. HEX triplet: C1, 23 and ED. RGB value is (193,35,237). Sum of RGB (Red+Green+Blue) = 193+35+237=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 35 (14.06% from 255 or 7.53% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #C123ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C123ED is #3EDC12. Grayscale: #686868. Windows color (decimal): -4119571 or 15541185. OLE color: 15541185.
HSL color Cylindrical-coordinate representation of color #C123ED: hue angle of 286.93º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C123ED is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 35 | 237 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.07 |
| HSL | 286.93º | 0.85% | 0.53% | - |
| HSV(B) | 286.93º | 0.85% | 0.93% | - |
| XYZ | 37.88 | 18.65 | 81.72 | - |
| YUV | 105.27 | 202.35 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 237 | 0.19 | 0.85 | 0 | 0.07 | 286.93 | 0.85 | 0.53 |
| Hex | C1 | 23 | ED | 13 | 55 | 0 | 7 | 11F | 55 | 35 |
| Octal | 301 | 43 | 355 | 23 | 125 | 0 | 7 | 437 | 125 | 65 |
| Binary | 11000001 | 100011 | 11101101 | 10011 | 1010101 | 0 | 111 | 100011111 | 1010101 | 110101 |
Color Harmonies of #C123ED
Complementary color
Monochromatic Colors of #C123ED
Black with #C123ED
Text Example
Text Example
White with #C123ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C123ED; }
p { color: rgb(193,35,237); }
H1.HeaderClassName
{
color: #C123ED;
}
.AnyTagClassName
{
color: #C123ED;
}
</style>
background-color css
<style>
a { background-color: #C123ED; }
a { background-color: rgb(193,35,237); }
div.DivClassName
{
background-color: #C123ED;
}
.BgClassName
{
background-color: #C123ED;
}
</style>
border-color css
<style>
span { border-color: #C123ED; }
span { border-color: rgb(193,35,237); }
td.TdClassName
{
border-color: #C123ED;
}
.TagClassName
{
border-color: #C123ED;
}
</style>