Shades of Electric Purple #C12EF2
Tints of Electric Purple #C12EF2
RGB
CMYK
RGB Variations
Color information
#C12EF2 (or 0xC12EF2) is known color: Electric Purple. HEX triplet: C1, 2E and F2. RGB value is (193,46,242). Sum of RGB (Red+Green+Blue) = 193+46+242=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 46 (18.36% from 255 or 9.56% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #C12EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12EF2 is #3ED10D. Grayscale: #6F6F6F. Windows color (decimal): -4116750 or 15871681. OLE color: 15871681.
HSL color Cylindrical-coordinate representation of color #C12EF2: hue angle of 285º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12EF2 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 46 | 242 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.05 |
| HSL | 285º | 0.88% | 0.56% | - |
| HSV(B) | 285º | 0.81% | 0.95% | - |
| XYZ | 39 | 19.7 | 85.75 | - |
| YUV | 112.3 | 201.2 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 46 | 242 | 0.20 | 0.81 | 0 | 0.05 | 285 | 0.88 | 0.56 |
| Hex | C1 | 2E | F2 | 14 | 51 | 0 | 5 | 11D | 58 | 38 |
| Octal | 301 | 56 | 362 | 24 | 121 | 0 | 5 | 435 | 130 | 70 |
| Binary | 11000001 | 101110 | 11110010 | 10100 | 1010001 | 0 | 101 | 100011101 | 1011000 | 111000 |
Color Harmonies of #C12EF2
Complementary color
Monochromatic Colors of #C12EF2
Black with #C12EF2
Text Example
Text Example
White with #C12EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12EF2; }
p { color: rgb(193,46,242); }
H1.HeaderClassName
{
color: #C12EF2;
}
.AnyTagClassName
{
color: #C12EF2;
}
</style>
background-color css
<style>
a { background-color: #C12EF2; }
a { background-color: rgb(193,46,242); }
div.DivClassName
{
background-color: #C12EF2;
}
.BgClassName
{
background-color: #C12EF2;
}
</style>
border-color css
<style>
span { border-color: #C12EF2; }
span { border-color: rgb(193,46,242); }
td.TdClassName
{
border-color: #C12EF2;
}
.TagClassName
{
border-color: #C12EF2;
}
</style>