Shades of Electric Purple #C12AEC
Tints of Electric Purple #C12AEC
RGB
CMYK
RGB Variations
Color information
#C12AEC (or 0xC12AEC) is known color: Electric Purple. HEX triplet: C1, 2A and EC. RGB value is (193,42,236). Sum of RGB (Red+Green+Blue) = 193+42+236=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 42 (16.80% from 255 or 8.92% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #C12AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12AEC is #3ED513. Grayscale: #6C6C6C. Windows color (decimal): -4117780 or 15477441. OLE color: 15477441.
HSL color Cylindrical-coordinate representation of color #C12AEC: hue angle of 286.7º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12AEC is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 42 | 236 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.07 |
| HSL | 286.7º | 0.84% | 0.55% | - |
| HSV(B) | 286.7º | 0.82% | 0.93% | - |
| XYZ | 37.96 | 19.05 | 81.03 | - |
| YUV | 109.27 | 199.53 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 236 | 0.18 | 0.82 | 0 | 0.07 | 286.7 | 0.84 | 0.55 |
| Hex | C1 | 2A | EC | 12 | 52 | 0 | 7 | 11F | 54 | 37 |
| Octal | 301 | 52 | 354 | 22 | 122 | 0 | 7 | 437 | 124 | 67 |
| Binary | 11000001 | 101010 | 11101100 | 10010 | 1010010 | 0 | 111 | 100011111 | 1010100 | 110111 |
Color Harmonies of #C12AEC
Complementary color
Monochromatic Colors of #C12AEC
Black with #C12AEC
Text Example
Text Example
White with #C12AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12AEC; }
p { color: rgb(193,42,236); }
H1.HeaderClassName
{
color: #C12AEC;
}
.AnyTagClassName
{
color: #C12AEC;
}
</style>
background-color css
<style>
a { background-color: #C12AEC; }
a { background-color: rgb(193,42,236); }
div.DivClassName
{
background-color: #C12AEC;
}
.BgClassName
{
background-color: #C12AEC;
}
</style>
border-color css
<style>
span { border-color: #C12AEC; }
span { border-color: rgb(193,42,236); }
td.TdClassName
{
border-color: #C12AEC;
}
.TagClassName
{
border-color: #C12AEC;
}
</style>