Shades of Electric Purple #C12BF3
Tints of Electric Purple #C12BF3
RGB
CMYK
RGB Variations
Color information
#C12BF3 (or 0xC12BF3) is known color: Electric Purple. HEX triplet: C1, 2B and F3. RGB value is (193,43,243). Sum of RGB (Red+Green+Blue) = 193+43+243=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 43 (17.19% from 255 or 8.98% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #C12BF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12BF3 is #3ED40C. Grayscale: #6E6E6E. Windows color (decimal): -4117517 or 15936449. OLE color: 15936449.
HSL color Cylindrical-coordinate representation of color #C12BF3: hue angle of 285º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12BF3 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 43 | 243 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.05 |
| HSL | 285º | 0.89% | 0.56% | - |
| HSV(B) | 285º | 0.82% | 0.95% | - |
| XYZ | 39.03 | 19.54 | 86.51 | - |
| YUV | 110.65 | 202.7 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 243 | 0.21 | 0.82 | 0 | 0.05 | 285 | 0.89 | 0.56 |
| Hex | C1 | 2B | F3 | 15 | 52 | 0 | 5 | 11D | 59 | 38 |
| Octal | 301 | 53 | 363 | 25 | 122 | 0 | 5 | 435 | 131 | 70 |
| Binary | 11000001 | 101011 | 11110011 | 10101 | 1010010 | 0 | 101 | 100011101 | 1011001 | 111000 |
Color Harmonies of #C12BF3
Complementary color
Monochromatic Colors of #C12BF3
Black with #C12BF3
Text Example
Text Example
White with #C12BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BF3; }
p { color: rgb(193,43,243); }
H1.HeaderClassName
{
color: #C12BF3;
}
.AnyTagClassName
{
color: #C12BF3;
}
</style>
background-color css
<style>
a { background-color: #C12BF3; }
a { background-color: rgb(193,43,243); }
div.DivClassName
{
background-color: #C12BF3;
}
.BgClassName
{
background-color: #C12BF3;
}
</style>
border-color css
<style>
span { border-color: #C12BF3; }
span { border-color: rgb(193,43,243); }
td.TdClassName
{
border-color: #C12BF3;
}
.TagClassName
{
border-color: #C12BF3;
}
</style>