Shades of Electric Purple #C12CFB
Tints of Electric Purple #C12CFB
RGB
CMYK
RGB Variations
Color information
#C12CFB (or 0xC12CFB) is known color: Electric Purple. HEX triplet: C1, 2C and FB. RGB value is (193,44,251). Sum of RGB (Red+Green+Blue) = 193+44+251=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 44 (17.58% from 255 or 9.02% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #C12CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12CFB is #3ED304. Grayscale: #6F6F6F. Windows color (decimal): -4117253 or 16460993. OLE color: 16460993.
HSL color Cylindrical-coordinate representation of color #C12CFB: hue angle of 283.19º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12CFB is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 44 | 251 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.02 |
| HSL | 283.19º | 0.96% | 0.58% | - |
| HSV(B) | 283.19º | 0.82% | 0.98% | - |
| XYZ | 40.31 | 20.1 | 93.02 | - |
| YUV | 112.15 | 206.36 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 251 | 0.23 | 0.82 | 0 | 0.02 | 283.19 | 0.96 | 0.58 |
| Hex | C1 | 2C | FB | 17 | 52 | 0 | 2 | 11B | 60 | 3A |
| Octal | 301 | 54 | 373 | 27 | 122 | 0 | 2 | 433 | 140 | 72 |
| Binary | 11000001 | 101100 | 11111011 | 10111 | 1010010 | 0 | 10 | 100011011 | 1100000 | 111010 |
Color Harmonies of #C12CFB
Complementary color
Monochromatic Colors of #C12CFB
Black with #C12CFB
Text Example
Text Example
White with #C12CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12CFB; }
p { color: rgb(193,44,251); }
H1.HeaderClassName
{
color: #C12CFB;
}
.AnyTagClassName
{
color: #C12CFB;
}
</style>
background-color css
<style>
a { background-color: #C12CFB; }
a { background-color: rgb(193,44,251); }
div.DivClassName
{
background-color: #C12CFB;
}
.BgClassName
{
background-color: #C12CFB;
}
</style>
border-color css
<style>
span { border-color: #C12CFB; }
span { border-color: rgb(193,44,251); }
td.TdClassName
{
border-color: #C12CFB;
}
.TagClassName
{
border-color: #C12CFB;
}
</style>