Shades of Electric Purple #C014FD
Tints of Electric Purple #C014FD
RGB
CMYK
RGB Variations
Color information
#C014FD (or 0xC014FD) is known color: Electric Purple. HEX triplet: C0, 14 and FD. RGB value is (192,20,253). Sum of RGB (Red+Green+Blue) = 192+20+253=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 20 (8.20% from 255 or 4.30% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #C014FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C014FD is #3FEB02. Grayscale: #616161. Windows color (decimal): -4188931 or 16585920. OLE color: 16585920.
HSL color Cylindrical-coordinate representation of color #C014FD: hue angle of 284.29º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C014FD is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 20 | 253 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.01 |
| HSL | 284.29º | 0.98% | 0.54% | - |
| HSV(B) | 284.29º | 0.92% | 0.99% | - |
| XYZ | 39.72 | 18.8 | 94.46 | - |
| YUV | 97.99 | 215.48 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 253 | 0.24 | 0.92 | 0 | 0.01 | 284.29 | 0.98 | 0.54 |
| Hex | C0 | 14 | FD | 18 | 5C | 0 | 1 | 11C | 62 | 36 |
| Octal | 300 | 24 | 375 | 30 | 134 | 0 | 1 | 434 | 142 | 66 |
| Binary | 11000000 | 10100 | 11111101 | 11000 | 1011100 | 0 | 1 | 100011100 | 1100010 | 110110 |
Color Harmonies of #C014FD
Complementary color
Monochromatic Colors of #C014FD
Black with #C014FD
Text Example
Text Example
White with #C014FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C014FD; }
p { color: rgb(192,20,253); }
H1.HeaderClassName
{
color: #C014FD;
}
.AnyTagClassName
{
color: #C014FD;
}
</style>
background-color css
<style>
a { background-color: #C014FD; }
a { background-color: rgb(192,20,253); }
div.DivClassName
{
background-color: #C014FD;
}
.BgClassName
{
background-color: #C014FD;
}
</style>
border-color css
<style>
span { border-color: #C014FD; }
span { border-color: rgb(192,20,253); }
td.TdClassName
{
border-color: #C014FD;
}
.TagClassName
{
border-color: #C014FD;
}
</style>