Shades of Electric Purple #C12EFC
Tints of Electric Purple #C12EFC
RGB
CMYK
RGB Variations
Color information
#C12EFC (or 0xC12EFC) is known color: Electric Purple. HEX triplet: C1, 2E and FC. RGB value is (193,46,252). Sum of RGB (Red+Green+Blue) = 193+46+252=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 46 (18.36% from 255 or 9.37% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #C12EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12EFC is #3ED103. Grayscale: #707070. Windows color (decimal): -4116740 or 16527041. OLE color: 16527041.
HSL color Cylindrical-coordinate representation of color #C12EFC: hue angle of 282.82º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12EFC is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 46 | 252 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.01 |
| HSL | 282.82º | 0.97% | 0.58% | - |
| HSV(B) | 282.82º | 0.82% | 0.99% | - |
| XYZ | 40.54 | 20.32 | 93.88 | - |
| YUV | 113.44 | 206.2 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 46 | 252 | 0.23 | 0.82 | 0 | 0.01 | 282.82 | 0.97 | 0.58 |
| Hex | C1 | 2E | FC | 17 | 52 | 0 | 1 | 11B | 61 | 3A |
| Octal | 301 | 56 | 374 | 27 | 122 | 0 | 1 | 433 | 141 | 72 |
| Binary | 11000001 | 101110 | 11111100 | 10111 | 1010010 | 0 | 1 | 100011011 | 1100001 | 111010 |
Color Harmonies of #C12EFC
Complementary color
Monochromatic Colors of #C12EFC
Black with #C12EFC
Text Example
Text Example
White with #C12EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12EFC; }
p { color: rgb(193,46,252); }
H1.HeaderClassName
{
color: #C12EFC;
}
.AnyTagClassName
{
color: #C12EFC;
}
</style>
background-color css
<style>
a { background-color: #C12EFC; }
a { background-color: rgb(193,46,252); }
div.DivClassName
{
background-color: #C12EFC;
}
.BgClassName
{
background-color: #C12EFC;
}
</style>
border-color css
<style>
span { border-color: #C12EFC; }
span { border-color: rgb(193,46,252); }
td.TdClassName
{
border-color: #C12EFC;
}
.TagClassName
{
border-color: #C12EFC;
}
</style>