Shades of Electric Purple #C423EC
Tints of Electric Purple #C423EC
RGB
CMYK
RGB Variations
Color information
#C423EC (or 0xC423EC) is known color: Electric Purple. HEX triplet: C4, 23 and EC. RGB value is (196,35,236). Sum of RGB (Red+Green+Blue) = 196+35+236=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 35 (14.06% from 255 or 7.49% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #C423EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C423EC is #3BDC13. Grayscale: #696969. Windows color (decimal): -3922964 or 15475652. OLE color: 15475652.
HSL color Cylindrical-coordinate representation of color #C423EC: hue angle of 288.06º degrees, saturation: 0.84, 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 #C423EC is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 35 | 236 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.07 |
| HSL | 288.06º | 0.84% | 0.53% | - |
| HSV(B) | 288.06º | 0.85% | 0.93% | - |
| XYZ | 38.51 | 18.99 | 80.99 | - |
| YUV | 106.05 | 201.34 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 236 | 0.17 | 0.85 | 0 | 0.07 | 288.06 | 0.84 | 0.53 |
| Hex | C4 | 23 | EC | 11 | 55 | 0 | 7 | 120 | 54 | 35 |
| Octal | 304 | 43 | 354 | 21 | 125 | 0 | 7 | 440 | 124 | 65 |
| Binary | 11000100 | 100011 | 11101100 | 10001 | 1010101 | 0 | 111 | 100100000 | 1010100 | 110101 |
Color Harmonies of #C423EC
Complementary color
Monochromatic Colors of #C423EC
Black with #C423EC
Text Example
Text Example
White with #C423EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C423EC; }
p { color: rgb(196,35,236); }
H1.HeaderClassName
{
color: #C423EC;
}
.AnyTagClassName
{
color: #C423EC;
}
</style>
background-color css
<style>
a { background-color: #C423EC; }
a { background-color: rgb(196,35,236); }
div.DivClassName
{
background-color: #C423EC;
}
.BgClassName
{
background-color: #C423EC;
}
</style>
border-color css
<style>
span { border-color: #C423EC; }
span { border-color: rgb(196,35,236); }
td.TdClassName
{
border-color: #C423EC;
}
.TagClassName
{
border-color: #C423EC;
}
</style>