Shades of Electric Purple #C12BFD
Tints of Electric Purple #C12BFD
RGB
CMYK
RGB Variations
Color information
#C12BFD (or 0xC12BFD) is known color: Electric Purple. HEX triplet: C1, 2B and FD. RGB value is (193,43,253). Sum of RGB (Red+Green+Blue) = 193+43+253=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 43 (17.19% from 255 or 8.79% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #C12BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12BFD is #3ED402. Grayscale: #6F6F6F. Windows color (decimal): -4117507 or 16591809. OLE color: 16591809.
HSL color Cylindrical-coordinate representation of color #C12BFD: hue angle of 282.86º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12BFD is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 43 | 253 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.01 |
| HSL | 282.86º | 0.98% | 0.58% | - |
| HSV(B) | 282.86º | 0.83% | 0.99% | - |
| XYZ | 40.59 | 20.16 | 94.68 | - |
| YUV | 111.79 | 207.7 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 253 | 0.24 | 0.83 | 0 | 0.01 | 282.86 | 0.98 | 0.58 |
| Hex | C1 | 2B | FD | 18 | 53 | 0 | 1 | 11B | 62 | 3A |
| Octal | 301 | 53 | 375 | 30 | 123 | 0 | 1 | 433 | 142 | 72 |
| Binary | 11000001 | 101011 | 11111101 | 11000 | 1010011 | 0 | 1 | 100011011 | 1100010 | 111010 |
Color Harmonies of #C12BFD
Complementary color
Monochromatic Colors of #C12BFD
Black with #C12BFD
Text Example
Text Example
White with #C12BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BFD; }
p { color: rgb(193,43,253); }
H1.HeaderClassName
{
color: #C12BFD;
}
.AnyTagClassName
{
color: #C12BFD;
}
</style>
background-color css
<style>
a { background-color: #C12BFD; }
a { background-color: rgb(193,43,253); }
div.DivClassName
{
background-color: #C12BFD;
}
.BgClassName
{
background-color: #C12BFD;
}
</style>
border-color css
<style>
span { border-color: #C12BFD; }
span { border-color: rgb(193,43,253); }
td.TdClassName
{
border-color: #C12BFD;
}
.TagClassName
{
border-color: #C12BFD;
}
</style>