Shades of Electric Purple #C12BEA
Tints of Electric Purple #C12BEA
RGB
CMYK
RGB Variations
Color information
#C12BEA (or 0xC12BEA) is known color: Electric Purple. HEX triplet: C1, 2B and EA. RGB value is (193,43,234). Sum of RGB (Red+Green+Blue) = 193+43+234=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 43 (17.19% from 255 or 9.15% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #C12BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12BEA is #3ED415. Grayscale: #6D6D6D. Windows color (decimal): -4117526 or 15346625. OLE color: 15346625.
HSL color Cylindrical-coordinate representation of color #C12BEA: hue angle of 287.12º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12BEA is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 43 | 234 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.08 |
| HSL | 287.12º | 0.82% | 0.54% | - |
| HSV(B) | 287.12º | 0.82% | 0.92% | - |
| XYZ | 37.71 | 19.01 | 79.52 | - |
| YUV | 109.62 | 198.2 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 234 | 0.18 | 0.82 | 0 | 0.08 | 287.12 | 0.82 | 0.54 |
| Hex | C1 | 2B | EA | 12 | 52 | 0 | 8 | 11F | 52 | 36 |
| Octal | 301 | 53 | 352 | 22 | 122 | 0 | 10 | 437 | 122 | 66 |
| Binary | 11000001 | 101011 | 11101010 | 10010 | 1010010 | 0 | 1000 | 100011111 | 1010010 | 110110 |
Color Harmonies of #C12BEA
Complementary color
Monochromatic Colors of #C12BEA
Black with #C12BEA
Text Example
Text Example
White with #C12BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BEA; }
p { color: rgb(193,43,234); }
H1.HeaderClassName
{
color: #C12BEA;
}
.AnyTagClassName
{
color: #C12BEA;
}
</style>
background-color css
<style>
a { background-color: #C12BEA; }
a { background-color: rgb(193,43,234); }
div.DivClassName
{
background-color: #C12BEA;
}
.BgClassName
{
background-color: #C12BEA;
}
</style>
border-color css
<style>
span { border-color: #C12BEA; }
span { border-color: rgb(193,43,234); }
td.TdClassName
{
border-color: #C12BEA;
}
.TagClassName
{
border-color: #C12BEA;
}
</style>