Shades of Electric Purple #C12AEF
Tints of Electric Purple #C12AEF
RGB
CMYK
RGB Variations
Color information
#C12AEF (or 0xC12AEF) is known color: Electric Purple. HEX triplet: C1, 2A and EF. RGB value is (193,42,239). Sum of RGB (Red+Green+Blue) = 193+42+239=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 42 (16.80% from 255 or 8.86% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #C12AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12AEF is #3ED510. Grayscale: #6C6C6C. Windows color (decimal): -4117777 or 15674049. OLE color: 15674049.
HSL color Cylindrical-coordinate representation of color #C12AEF: hue angle of 285.99º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12AEF is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 42 | 239 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.06 |
| HSL | 285.99º | 0.86% | 0.55% | - |
| HSV(B) | 285.99º | 0.82% | 0.94% | - |
| XYZ | 38.4 | 19.23 | 83.35 | - |
| YUV | 109.61 | 201.03 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 239 | 0.19 | 0.82 | 0 | 0.06 | 285.99 | 0.86 | 0.55 |
| Hex | C1 | 2A | EF | 13 | 52 | 0 | 6 | 11E | 56 | 37 |
| Octal | 301 | 52 | 357 | 23 | 122 | 0 | 6 | 436 | 126 | 67 |
| Binary | 11000001 | 101010 | 11101111 | 10011 | 1010010 | 0 | 110 | 100011110 | 1010110 | 110111 |
Color Harmonies of #C12AEF
Complementary color
Monochromatic Colors of #C12AEF
Black with #C12AEF
Text Example
Text Example
White with #C12AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12AEF; }
p { color: rgb(193,42,239); }
H1.HeaderClassName
{
color: #C12AEF;
}
.AnyTagClassName
{
color: #C12AEF;
}
</style>
background-color css
<style>
a { background-color: #C12AEF; }
a { background-color: rgb(193,42,239); }
div.DivClassName
{
background-color: #C12AEF;
}
.BgClassName
{
background-color: #C12AEF;
}
</style>
border-color css
<style>
span { border-color: #C12AEF; }
span { border-color: rgb(193,42,239); }
td.TdClassName
{
border-color: #C12AEF;
}
.TagClassName
{
border-color: #C12AEF;
}
</style>