Shades of Electric Purple #C12DF5
Tints of Electric Purple #C12DF5
RGB
CMYK
RGB Variations
Color information
#C12DF5 (or 0xC12DF5) is known color: Electric Purple. HEX triplet: C1, 2D and F5. RGB value is (193,45,245). Sum of RGB (Red+Green+Blue) = 193+45+245=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 45 (17.97% from 255 or 9.32% from 483); Blue value is 245 (96.09% from 255 or 50.72% from 483); Max value from RGB is 245 - color contains mainly: blue. Hex color #C12DF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12DF5 is #3ED20A. Grayscale: #6F6F6F. Windows color (decimal): -4117003 or 16068033. OLE color: 16068033.
HSL color Cylindrical-coordinate representation of color #C12DF5: hue angle of 284.4º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12DF5 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 45 | 245 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.04 |
| HSL | 284.4º | 0.91% | 0.57% | - |
| HSV(B) | 284.4º | 0.82% | 0.96% | - |
| XYZ | 39.41 | 19.81 | 88.13 | - |
| YUV | 112.05 | 203.03 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 45 | 245 | 0.21 | 0.82 | 0 | 0.04 | 284.4 | 0.91 | 0.57 |
| Hex | C1 | 2D | F5 | 15 | 52 | 0 | 4 | 11C | 5B | 39 |
| Octal | 301 | 55 | 365 | 25 | 122 | 0 | 4 | 434 | 133 | 71 |
| Binary | 11000001 | 101101 | 11110101 | 10101 | 1010010 | 0 | 100 | 100011100 | 1011011 | 111001 |
Color Harmonies of #C12DF5
Complementary color
Monochromatic Colors of #C12DF5
Black with #C12DF5
Text Example
Text Example
White with #C12DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12DF5; }
p { color: rgb(193,45,245); }
H1.HeaderClassName
{
color: #C12DF5;
}
.AnyTagClassName
{
color: #C12DF5;
}
</style>
background-color css
<style>
a { background-color: #C12DF5; }
a { background-color: rgb(193,45,245); }
div.DivClassName
{
background-color: #C12DF5;
}
.BgClassName
{
background-color: #C12DF5;
}
</style>
border-color css
<style>
span { border-color: #C12DF5; }
span { border-color: rgb(193,45,245); }
td.TdClassName
{
border-color: #C12DF5;
}
.TagClassName
{
border-color: #C12DF5;
}
</style>