Shades of Electric Purple #C012FD
Tints of Electric Purple #C012FD
RGB
CMYK
RGB Variations
Color information
#C012FD (or 0xC012FD) is known color: Electric Purple. HEX triplet: C0, 12 and FD. RGB value is (192,18,253). Sum of RGB (Red+Green+Blue) = 192+18+253=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 18 (7.42% from 255 or 3.89% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #C012FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C012FD is #3FED02. Grayscale: #606060. Windows color (decimal): -4189443 or 16585408. OLE color: 16585408.
HSL color Cylindrical-coordinate representation of color #C012FD: hue angle of 284.43º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C012FD is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 18 | 253 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.01 |
| HSL | 284.43º | 0.98% | 0.53% | - |
| HSV(B) | 284.43º | 0.93% | 0.99% | - |
| XYZ | 39.68 | 18.73 | 94.45 | - |
| YUV | 96.82 | 216.15 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 253 | 0.24 | 0.93 | 0 | 0.01 | 284.43 | 0.98 | 0.53 |
| Hex | C0 | 12 | FD | 18 | 5D | 0 | 1 | 11C | 62 | 35 |
| Octal | 300 | 22 | 375 | 30 | 135 | 0 | 1 | 434 | 142 | 65 |
| Binary | 11000000 | 10010 | 11111101 | 11000 | 1011101 | 0 | 1 | 100011100 | 1100010 | 110101 |
Color Harmonies of #C012FD
Complementary color
Monochromatic Colors of #C012FD
Black with #C012FD
Text Example
Text Example
White with #C012FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C012FD; }
p { color: rgb(192,18,253); }
H1.HeaderClassName
{
color: #C012FD;
}
.AnyTagClassName
{
color: #C012FD;
}
</style>
background-color css
<style>
a { background-color: #C012FD; }
a { background-color: rgb(192,18,253); }
div.DivClassName
{
background-color: #C012FD;
}
.BgClassName
{
background-color: #C012FD;
}
</style>
border-color css
<style>
span { border-color: #C012FD; }
span { border-color: rgb(192,18,253); }
td.TdClassName
{
border-color: #C012FD;
}
.TagClassName
{
border-color: #C012FD;
}
</style>