Shades of Electric Purple #C123EE
Tints of Electric Purple #C123EE
RGB
CMYK
RGB Variations
Color information
#C123EE (or 0xC123EE) is known color: Electric Purple. HEX triplet: C1, 23 and EE. RGB value is (193,35,238). Sum of RGB (Red+Green+Blue) = 193+35+238=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 35 (14.06% from 255 or 7.51% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #C123EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C123EE is #3EDC11. Grayscale: #686868. Windows color (decimal): -4119570 or 15606721. OLE color: 15606721.
HSL color Cylindrical-coordinate representation of color #C123EE: hue angle of 286.7º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C123EE is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 35 | 238 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.07 |
| HSL | 286.7º | 0.86% | 0.54% | - |
| HSV(B) | 286.7º | 0.85% | 0.93% | - |
| XYZ | 38.03 | 18.71 | 82.5 | - |
| YUV | 105.38 | 202.85 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 238 | 0.19 | 0.85 | 0 | 0.07 | 286.7 | 0.86 | 0.54 |
| Hex | C1 | 23 | EE | 13 | 55 | 0 | 7 | 11F | 56 | 36 |
| Octal | 301 | 43 | 356 | 23 | 125 | 0 | 7 | 437 | 126 | 66 |
| Binary | 11000001 | 100011 | 11101110 | 10011 | 1010101 | 0 | 111 | 100011111 | 1010110 | 110110 |
Color Harmonies of #C123EE
Complementary color
Monochromatic Colors of #C123EE
Black with #C123EE
Text Example
Text Example
White with #C123EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C123EE; }
p { color: rgb(193,35,238); }
H1.HeaderClassName
{
color: #C123EE;
}
.AnyTagClassName
{
color: #C123EE;
}
</style>
background-color css
<style>
a { background-color: #C123EE; }
a { background-color: rgb(193,35,238); }
div.DivClassName
{
background-color: #C123EE;
}
.BgClassName
{
background-color: #C123EE;
}
</style>
border-color css
<style>
span { border-color: #C123EE; }
span { border-color: rgb(193,35,238); }
td.TdClassName
{
border-color: #C123EE;
}
.TagClassName
{
border-color: #C123EE;
}
</style>