Shades of Electric Purple #C12DF0
Tints of Electric Purple #C12DF0
RGB
CMYK
RGB Variations
Color information
#C12DF0 (or 0xC12DF0) is known color: Electric Purple. HEX triplet: C1, 2D and F0. RGB value is (193,45,240). Sum of RGB (Red+Green+Blue) = 193+45+240=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 45 (17.97% from 255 or 9.41% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #C12DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12DF0 is #3ED20F. Grayscale: #6E6E6E. Windows color (decimal): -4117008 or 15740353. OLE color: 15740353.
HSL color Cylindrical-coordinate representation of color #C12DF0: hue angle of 285.54º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12DF0 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 45 | 240 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.06 |
| HSL | 285.54º | 0.87% | 0.56% | - |
| HSV(B) | 285.54º | 0.81% | 0.94% | - |
| XYZ | 38.66 | 19.51 | 84.17 | - |
| YUV | 111.48 | 200.53 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 45 | 240 | 0.20 | 0.81 | 0 | 0.06 | 285.54 | 0.87 | 0.56 |
| Hex | C1 | 2D | F0 | 14 | 51 | 0 | 6 | 11E | 57 | 38 |
| Octal | 301 | 55 | 360 | 24 | 121 | 0 | 6 | 436 | 127 | 70 |
| Binary | 11000001 | 101101 | 11110000 | 10100 | 1010001 | 0 | 110 | 100011110 | 1010111 | 111000 |
Color Harmonies of #C12DF0
Complementary color
Monochromatic Colors of #C12DF0
Black with #C12DF0
Text Example
Text Example
White with #C12DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12DF0; }
p { color: rgb(193,45,240); }
H1.HeaderClassName
{
color: #C12DF0;
}
.AnyTagClassName
{
color: #C12DF0;
}
</style>
background-color css
<style>
a { background-color: #C12DF0; }
a { background-color: rgb(193,45,240); }
div.DivClassName
{
background-color: #C12DF0;
}
.BgClassName
{
background-color: #C12DF0;
}
</style>
border-color css
<style>
span { border-color: #C12DF0; }
span { border-color: rgb(193,45,240); }
td.TdClassName
{
border-color: #C12DF0;
}
.TagClassName
{
border-color: #C12DF0;
}
</style>