Shades of Electric Purple #C12AFA
Tints of Electric Purple #C12AFA
RGB
CMYK
RGB Variations
Color information
#C12AFA (or 0xC12AFA) is known color: Electric Purple. HEX triplet: C1, 2A and FA. RGB value is (193,42,250). Sum of RGB (Red+Green+Blue) = 193+42+250=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 42 (16.80% from 255 or 8.66% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #C12AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12AFA is #3ED505. Grayscale: #6E6E6E. Windows color (decimal): -4117766 or 16394945. OLE color: 16394945.
HSL color Cylindrical-coordinate representation of color #C12AFA: hue angle of 283.56º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12AFA is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 42 | 250 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.02 |
| HSL | 283.56º | 0.95% | 0.57% | - |
| HSV(B) | 283.56º | 0.83% | 0.98% | - |
| XYZ | 40.08 | 19.9 | 92.17 | - |
| YUV | 110.86 | 206.53 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 250 | 0.23 | 0.83 | 0 | 0.02 | 283.56 | 0.95 | 0.57 |
| Hex | C1 | 2A | FA | 17 | 53 | 0 | 2 | 11C | 5F | 39 |
| Octal | 301 | 52 | 372 | 27 | 123 | 0 | 2 | 434 | 137 | 71 |
| Binary | 11000001 | 101010 | 11111010 | 10111 | 1010011 | 0 | 10 | 100011100 | 1011111 | 111001 |
Color Harmonies of #C12AFA
Complementary color
Monochromatic Colors of #C12AFA
Black with #C12AFA
Text Example
Text Example
White with #C12AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12AFA; }
p { color: rgb(193,42,250); }
H1.HeaderClassName
{
color: #C12AFA;
}
.AnyTagClassName
{
color: #C12AFA;
}
</style>
background-color css
<style>
a { background-color: #C12AFA; }
a { background-color: rgb(193,42,250); }
div.DivClassName
{
background-color: #C12AFA;
}
.BgClassName
{
background-color: #C12AFA;
}
</style>
border-color css
<style>
span { border-color: #C12AFA; }
span { border-color: rgb(193,42,250); }
td.TdClassName
{
border-color: #C12AFA;
}
.TagClassName
{
border-color: #C12AFA;
}
</style>