Shades of Electric Purple #C12FFD
Tints of Electric Purple #C12FFD
RGB
CMYK
RGB Variations
Color information
#C12FFD (or 0xC12FFD) is known color: Electric Purple. HEX triplet: C1, 2F and FD. RGB value is (193,47,253). Sum of RGB (Red+Green+Blue) = 193+47+253=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 47 (18.75% from 255 or 9.53% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #C12FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12FFD is #3ED002. Grayscale: #717171. Windows color (decimal): -4116483 or 16592833. OLE color: 16592833.
HSL color Cylindrical-coordinate representation of color #C12FFD: hue angle of 282.52º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12FFD is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 47 | 253 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.01 |
| HSL | 282.52º | 0.98% | 0.59% | - |
| HSV(B) | 282.52º | 0.81% | 0.99% | - |
| XYZ | 40.74 | 20.46 | 94.73 | - |
| YUV | 114.14 | 206.37 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 253 | 0.24 | 0.81 | 0 | 0.01 | 282.52 | 0.98 | 0.59 |
| Hex | C1 | 2F | FD | 18 | 51 | 0 | 1 | 11B | 62 | 3B |
| Octal | 301 | 57 | 375 | 30 | 121 | 0 | 1 | 433 | 142 | 73 |
| Binary | 11000001 | 101111 | 11111101 | 11000 | 1010001 | 0 | 1 | 100011011 | 1100010 | 111011 |
Color Harmonies of #C12FFD
Complementary color
Monochromatic Colors of #C12FFD
Black with #C12FFD
Text Example
Text Example
White with #C12FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FFD; }
p { color: rgb(193,47,253); }
H1.HeaderClassName
{
color: #C12FFD;
}
.AnyTagClassName
{
color: #C12FFD;
}
</style>
background-color css
<style>
a { background-color: #C12FFD; }
a { background-color: rgb(193,47,253); }
div.DivClassName
{
background-color: #C12FFD;
}
.BgClassName
{
background-color: #C12FFD;
}
</style>
border-color css
<style>
span { border-color: #C12FFD; }
span { border-color: rgb(193,47,253); }
td.TdClassName
{
border-color: #C12FFD;
}
.TagClassName
{
border-color: #C12FFD;
}
</style>