Shades of Electric Purple #C12BEE
Tints of Electric Purple #C12BEE
RGB
CMYK
RGB Variations
Color information
#C12BEE (or 0xC12BEE) is known color: Electric Purple. HEX triplet: C1, 2B and EE. RGB value is (193,43,238). Sum of RGB (Red+Green+Blue) = 193+43+238=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 43 (17.19% from 255 or 9.07% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #C12BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12BEE is #3ED411. Grayscale: #6D6D6D. Windows color (decimal): -4117522 or 15608769. OLE color: 15608769.
HSL color Cylindrical-coordinate representation of color #C12BEE: hue angle of 286.15º 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 #C12BEE is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 43 | 238 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.07 |
| HSL | 286.15º | 0.85% | 0.55% | - |
| HSV(B) | 286.15º | 0.82% | 0.93% | - |
| XYZ | 38.29 | 19.24 | 82.58 | - |
| YUV | 110.08 | 200.2 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 238 | 0.19 | 0.82 | 0 | 0.07 | 286.15 | 0.85 | 0.55 |
| Hex | C1 | 2B | EE | 13 | 52 | 0 | 7 | 11E | 55 | 37 |
| Octal | 301 | 53 | 356 | 23 | 122 | 0 | 7 | 436 | 125 | 67 |
| Binary | 11000001 | 101011 | 11101110 | 10011 | 1010010 | 0 | 111 | 100011110 | 1010101 | 110111 |
Color Harmonies of #C12BEE
Complementary color
Monochromatic Colors of #C12BEE
Black with #C12BEE
Text Example
Text Example
White with #C12BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BEE; }
p { color: rgb(193,43,238); }
H1.HeaderClassName
{
color: #C12BEE;
}
.AnyTagClassName
{
color: #C12BEE;
}
</style>
background-color css
<style>
a { background-color: #C12BEE; }
a { background-color: rgb(193,43,238); }
div.DivClassName
{
background-color: #C12BEE;
}
.BgClassName
{
background-color: #C12BEE;
}
</style>
border-color css
<style>
span { border-color: #C12BEE; }
span { border-color: rgb(193,43,238); }
td.TdClassName
{
border-color: #C12BEE;
}
.TagClassName
{
border-color: #C12BEE;
}
</style>