Shades of Electric Purple #C12BEB
Tints of Electric Purple #C12BEB
RGB
CMYK
RGB Variations
Color information
#C12BEB (or 0xC12BEB) is known color: Electric Purple. HEX triplet: C1, 2B and EB. RGB value is (193,43,235). Sum of RGB (Red+Green+Blue) = 193+43+235=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 43 (17.19% from 255 or 9.13% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #C12BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12BEB is #3ED414. Grayscale: #6D6D6D. Windows color (decimal): -4117525 or 15412161. OLE color: 15412161.
HSL color Cylindrical-coordinate representation of color #C12BEB: hue angle of 286.88º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12BEB is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 43 | 235 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.08 |
| HSL | 286.88º | 0.83% | 0.55% | - |
| HSV(B) | 286.88º | 0.82% | 0.92% | - |
| XYZ | 37.85 | 19.06 | 80.28 | - |
| YUV | 109.74 | 198.7 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 235 | 0.18 | 0.82 | 0 | 0.08 | 286.88 | 0.83 | 0.55 |
| Hex | C1 | 2B | EB | 12 | 52 | 0 | 8 | 11F | 53 | 37 |
| Octal | 301 | 53 | 353 | 22 | 122 | 0 | 10 | 437 | 123 | 67 |
| Binary | 11000001 | 101011 | 11101011 | 10010 | 1010010 | 0 | 1000 | 100011111 | 1010011 | 110111 |
Color Harmonies of #C12BEB
Complementary color
Monochromatic Colors of #C12BEB
Black with #C12BEB
Text Example
Text Example
White with #C12BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BEB; }
p { color: rgb(193,43,235); }
H1.HeaderClassName
{
color: #C12BEB;
}
.AnyTagClassName
{
color: #C12BEB;
}
</style>
background-color css
<style>
a { background-color: #C12BEB; }
a { background-color: rgb(193,43,235); }
div.DivClassName
{
background-color: #C12BEB;
}
.BgClassName
{
background-color: #C12BEB;
}
</style>
border-color css
<style>
span { border-color: #C12BEB; }
span { border-color: rgb(193,43,235); }
td.TdClassName
{
border-color: #C12BEB;
}
.TagClassName
{
border-color: #C12BEB;
}
</style>