Shades of Electric Purple #C412EA
Tints of Electric Purple #C412EA
RGB
CMYK
RGB Variations
Color information
#C412EA (or 0xC412EA) is known color: Electric Purple. HEX triplet: C4, 12 and EA. RGB value is (196,18,234). Sum of RGB (Red+Green+Blue) = 196+18+234=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #C412EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C412EA is #3BED15. Grayscale: #5F5F5F. Windows color (decimal): -3927318 or 15340228. OLE color: 15340228.
HSL color Cylindrical-coordinate representation of color #C412EA: hue angle of 289.44º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C412EA is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 18 | 234 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.08 |
| HSL | 289.44º | 0.86% | 0.49% | - |
| HSV(B) | 289.44º | 0.92% | 0.92% | - |
| XYZ | 37.83 | 18.11 | 79.34 | - |
| YUV | 95.85 | 205.97 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 234 | 0.16 | 0.92 | 0 | 0.08 | 289.44 | 0.86 | 0.49 |
| Hex | C4 | 12 | EA | 10 | 5C | 0 | 8 | 121 | 56 | 31 |
| Octal | 304 | 22 | 352 | 20 | 134 | 0 | 10 | 441 | 126 | 61 |
| Binary | 11000100 | 10010 | 11101010 | 10000 | 1011100 | 0 | 1000 | 100100001 | 1010110 | 110001 |
Color Harmonies of #C412EA
Complementary color
Monochromatic Colors of #C412EA
Black with #C412EA
Text Example
Text Example
White with #C412EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C412EA; }
p { color: rgb(196,18,234); }
H1.HeaderClassName
{
color: #C412EA;
}
.AnyTagClassName
{
color: #C412EA;
}
</style>
background-color css
<style>
a { background-color: #C412EA; }
a { background-color: rgb(196,18,234); }
div.DivClassName
{
background-color: #C412EA;
}
.BgClassName
{
background-color: #C412EA;
}
</style>
border-color css
<style>
span { border-color: #C412EA; }
span { border-color: rgb(196,18,234); }
td.TdClassName
{
border-color: #C412EA;
}
.TagClassName
{
border-color: #C412EA;
}
</style>