Shades of Electric Purple #C12AEE
Tints of Electric Purple #C12AEE
RGB
CMYK
RGB Variations
Color information
#C12AEE (or 0xC12AEE) is known color: Electric Purple. HEX triplet: C1, 2A and EE. RGB value is (193,42,238). Sum of RGB (Red+Green+Blue) = 193+42+238=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #C12AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12AEE is #3ED511. Grayscale: #6C6C6C. Windows color (decimal): -4117778 or 15608513. OLE color: 15608513.
HSL color Cylindrical-coordinate representation of color #C12AEE: hue angle of 286.22º degrees, saturation: 0.85, 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 #C12AEE is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 42 | 238 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.07 |
| HSL | 286.22º | 0.85% | 0.55% | - |
| HSV(B) | 286.22º | 0.82% | 0.93% | - |
| XYZ | 38.25 | 19.17 | 82.57 | - |
| YUV | 109.49 | 200.53 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 238 | 0.19 | 0.82 | 0 | 0.07 | 286.22 | 0.85 | 0.55 |
| Hex | C1 | 2A | EE | 13 | 52 | 0 | 7 | 11E | 55 | 37 |
| Octal | 301 | 52 | 356 | 23 | 122 | 0 | 7 | 436 | 125 | 67 |
| Binary | 11000001 | 101010 | 11101110 | 10011 | 1010010 | 0 | 111 | 100011110 | 1010101 | 110111 |
Color Harmonies of #C12AEE
Complementary color
Monochromatic Colors of #C12AEE
Black with #C12AEE
Text Example
Text Example
White with #C12AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12AEE; }
p { color: rgb(193,42,238); }
H1.HeaderClassName
{
color: #C12AEE;
}
.AnyTagClassName
{
color: #C12AEE;
}
</style>
background-color css
<style>
a { background-color: #C12AEE; }
a { background-color: rgb(193,42,238); }
div.DivClassName
{
background-color: #C12AEE;
}
.BgClassName
{
background-color: #C12AEE;
}
</style>
border-color css
<style>
span { border-color: #C12AEE; }
span { border-color: rgb(193,42,238); }
td.TdClassName
{
border-color: #C12AEE;
}
.TagClassName
{
border-color: #C12AEE;
}
</style>