Shades of Electric Purple #C12CEF
Tints of Electric Purple #C12CEF
RGB
CMYK
RGB Variations
Color information
#C12CEF (or 0xC12CEF) is known color: Electric Purple. HEX triplet: C1, 2C and EF. RGB value is (193,44,239). Sum of RGB (Red+Green+Blue) = 193+44+239=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #C12CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12CEF is #3ED310. Grayscale: #6E6E6E. Windows color (decimal): -4117265 or 15674561. OLE color: 15674561.
HSL color Cylindrical-coordinate representation of color #C12CEF: hue angle of 285.85º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12CEF is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 44 | 239 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.06 |
| HSL | 285.85º | 0.86% | 0.55% | - |
| HSV(B) | 285.85º | 0.82% | 0.94% | - |
| XYZ | 38.47 | 19.37 | 83.37 | - |
| YUV | 110.78 | 200.36 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 239 | 0.19 | 0.82 | 0 | 0.06 | 285.85 | 0.86 | 0.55 |
| Hex | C1 | 2C | EF | 13 | 52 | 0 | 6 | 11E | 56 | 37 |
| Octal | 301 | 54 | 357 | 23 | 122 | 0 | 6 | 436 | 126 | 67 |
| Binary | 11000001 | 101100 | 11101111 | 10011 | 1010010 | 0 | 110 | 100011110 | 1010110 | 110111 |
Color Harmonies of #C12CEF
Complementary color
Monochromatic Colors of #C12CEF
Black with #C12CEF
Text Example
Text Example
White with #C12CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12CEF; }
p { color: rgb(193,44,239); }
H1.HeaderClassName
{
color: #C12CEF;
}
.AnyTagClassName
{
color: #C12CEF;
}
</style>
background-color css
<style>
a { background-color: #C12CEF; }
a { background-color: rgb(193,44,239); }
div.DivClassName
{
background-color: #C12CEF;
}
.BgClassName
{
background-color: #C12CEF;
}
</style>
border-color css
<style>
span { border-color: #C12CEF; }
span { border-color: rgb(193,44,239); }
td.TdClassName
{
border-color: #C12CEF;
}
.TagClassName
{
border-color: #C12CEF;
}
</style>