Shades of Electric Purple #C12BEF
Tints of Electric Purple #C12BEF
RGB
CMYK
RGB Variations
Color information
#C12BEF (or 0xC12BEF) is known color: Electric Purple. HEX triplet: C1, 2B and EF. RGB value is (193,43,239). Sum of RGB (Red+Green+Blue) = 193+43+239=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 43 (17.19% from 255 or 9.05% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #C12BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12BEF is #3ED410. Grayscale: #6D6D6D. Windows color (decimal): -4117521 or 15674305. OLE color: 15674305.
HSL color Cylindrical-coordinate representation of color #C12BEF: hue angle of 285.92º 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 #C12BEF is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 43 | 239 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.06 |
| HSL | 285.92º | 0.86% | 0.55% | - |
| HSV(B) | 285.92º | 0.82% | 0.94% | - |
| XYZ | 38.44 | 19.3 | 83.36 | - |
| YUV | 110.19 | 200.7 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 239 | 0.19 | 0.82 | 0 | 0.06 | 285.92 | 0.86 | 0.55 |
| Hex | C1 | 2B | EF | 13 | 52 | 0 | 6 | 11E | 56 | 37 |
| Octal | 301 | 53 | 357 | 23 | 122 | 0 | 6 | 436 | 126 | 67 |
| Binary | 11000001 | 101011 | 11101111 | 10011 | 1010010 | 0 | 110 | 100011110 | 1010110 | 110111 |
Color Harmonies of #C12BEF
Complementary color
Monochromatic Colors of #C12BEF
Black with #C12BEF
Text Example
Text Example
White with #C12BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BEF; }
p { color: rgb(193,43,239); }
H1.HeaderClassName
{
color: #C12BEF;
}
.AnyTagClassName
{
color: #C12BEF;
}
</style>
background-color css
<style>
a { background-color: #C12BEF; }
a { background-color: rgb(193,43,239); }
div.DivClassName
{
background-color: #C12BEF;
}
.BgClassName
{
background-color: #C12BEF;
}
</style>
border-color css
<style>
span { border-color: #C12BEF; }
span { border-color: rgb(193,43,239); }
td.TdClassName
{
border-color: #C12BEF;
}
.TagClassName
{
border-color: #C12BEF;
}
</style>