Shades of Electric Purple #C423EF
Tints of Electric Purple #C423EF
RGB
CMYK
RGB Variations
Color information
#C423EF (or 0xC423EF) is known color: Electric Purple. HEX triplet: C4, 23 and EF. RGB value is (196,35,239). Sum of RGB (Red+Green+Blue) = 196+35+239=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 35 (14.06% from 255 or 7.45% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #C423EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C423EF is #3BDC10. Grayscale: #696969. Windows color (decimal): -3922961 or 15672260. OLE color: 15672260.
HSL color Cylindrical-coordinate representation of color #C423EF: hue angle of 287.35º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C423EF is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 35 | 239 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.06 |
| HSL | 287.35º | 0.86% | 0.54% | - |
| HSV(B) | 287.35º | 0.85% | 0.94% | - |
| XYZ | 38.95 | 19.17 | 83.31 | - |
| YUV | 106.4 | 202.84 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 239 | 0.18 | 0.85 | 0 | 0.06 | 287.35 | 0.86 | 0.54 |
| Hex | C4 | 23 | EF | 12 | 55 | 0 | 6 | 11F | 56 | 36 |
| Octal | 304 | 43 | 357 | 22 | 125 | 0 | 6 | 437 | 126 | 66 |
| Binary | 11000100 | 100011 | 11101111 | 10010 | 1010101 | 0 | 110 | 100011111 | 1010110 | 110110 |
Color Harmonies of #C423EF
Complementary color
Monochromatic Colors of #C423EF
Black with #C423EF
Text Example
Text Example
White with #C423EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C423EF; }
p { color: rgb(196,35,239); }
H1.HeaderClassName
{
color: #C423EF;
}
.AnyTagClassName
{
color: #C423EF;
}
</style>
background-color css
<style>
a { background-color: #C423EF; }
a { background-color: rgb(196,35,239); }
div.DivClassName
{
background-color: #C423EF;
}
.BgClassName
{
background-color: #C423EF;
}
</style>
border-color css
<style>
span { border-color: #C423EF; }
span { border-color: rgb(196,35,239); }
td.TdClassName
{
border-color: #C423EF;
}
.TagClassName
{
border-color: #C423EF;
}
</style>