Shades of Electric Purple #C12DFD
Tints of Electric Purple #C12DFD
RGB
CMYK
RGB Variations
Color information
#C12DFD (or 0xC12DFD) is known color: Electric Purple. HEX triplet: C1, 2D and FD. RGB value is (193,45,253). Sum of RGB (Red+Green+Blue) = 193+45+253=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 45 (17.97% from 255 or 9.16% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #C12DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12DFD is #3ED202. Grayscale: #707070. Windows color (decimal): -4116995 or 16592321. OLE color: 16592321.
HSL color Cylindrical-coordinate representation of color #C12DFD: hue angle of 282.69º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12DFD is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 45 | 253 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.01 |
| HSL | 282.69º | 0.98% | 0.58% | - |
| HSV(B) | 282.69º | 0.82% | 0.99% | - |
| XYZ | 40.66 | 20.31 | 94.7 | - |
| YUV | 112.96 | 207.03 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 45 | 253 | 0.24 | 0.82 | 0 | 0.01 | 282.69 | 0.98 | 0.58 |
| Hex | C1 | 2D | FD | 18 | 52 | 0 | 1 | 11B | 62 | 3A |
| Octal | 301 | 55 | 375 | 30 | 122 | 0 | 1 | 433 | 142 | 72 |
| Binary | 11000001 | 101101 | 11111101 | 11000 | 1010010 | 0 | 1 | 100011011 | 1100010 | 111010 |
Color Harmonies of #C12DFD
Complementary color
Monochromatic Colors of #C12DFD
Black with #C12DFD
Text Example
Text Example
White with #C12DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12DFD; }
p { color: rgb(193,45,253); }
H1.HeaderClassName
{
color: #C12DFD;
}
.AnyTagClassName
{
color: #C12DFD;
}
</style>
background-color css
<style>
a { background-color: #C12DFD; }
a { background-color: rgb(193,45,253); }
div.DivClassName
{
background-color: #C12DFD;
}
.BgClassName
{
background-color: #C12DFD;
}
</style>
border-color css
<style>
span { border-color: #C12DFD; }
span { border-color: rgb(193,45,253); }
td.TdClassName
{
border-color: #C12DFD;
}
.TagClassName
{
border-color: #C12DFD;
}
</style>