Shades of Electric Purple #C12DEF
Tints of Electric Purple #C12DEF
RGB
CMYK
RGB Variations
Color information
#C12DEF (or 0xC12DEF) is known color: Electric Purple. HEX triplet: C1, 2D and EF. RGB value is (193,45,239). Sum of RGB (Red+Green+Blue) = 193+45+239=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #C12DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12DEF is #3ED210. Grayscale: #6E6E6E. Windows color (decimal): -4117009 or 15674817. OLE color: 15674817.
HSL color Cylindrical-coordinate representation of color #C12DEF: hue angle of 285.77º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12DEF is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 45 | 239 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.06 |
| HSL | 285.77º | 0.86% | 0.56% | - |
| HSV(B) | 285.77º | 0.81% | 0.94% | - |
| XYZ | 38.51 | 19.45 | 83.39 | - |
| YUV | 111.37 | 200.03 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 45 | 239 | 0.19 | 0.81 | 0 | 0.06 | 285.77 | 0.86 | 0.56 |
| Hex | C1 | 2D | EF | 13 | 51 | 0 | 6 | 11E | 56 | 38 |
| Octal | 301 | 55 | 357 | 23 | 121 | 0 | 6 | 436 | 126 | 70 |
| Binary | 11000001 | 101101 | 11101111 | 10011 | 1010001 | 0 | 110 | 100011110 | 1010110 | 111000 |
Color Harmonies of #C12DEF
Complementary color
Monochromatic Colors of #C12DEF
Black with #C12DEF
Text Example
Text Example
White with #C12DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12DEF; }
p { color: rgb(193,45,239); }
H1.HeaderClassName
{
color: #C12DEF;
}
.AnyTagClassName
{
color: #C12DEF;
}
</style>
background-color css
<style>
a { background-color: #C12DEF; }
a { background-color: rgb(193,45,239); }
div.DivClassName
{
background-color: #C12DEF;
}
.BgClassName
{
background-color: #C12DEF;
}
</style>
border-color css
<style>
span { border-color: #C12DEF; }
span { border-color: rgb(193,45,239); }
td.TdClassName
{
border-color: #C12DEF;
}
.TagClassName
{
border-color: #C12DEF;
}
</style>