Shades of Electric Purple #C013FD
Tints of Electric Purple #C013FD
RGB
CMYK
RGB Variations
Color information
#C013FD (or 0xC013FD) is known color: Electric Purple. HEX triplet: C0, 13 and FD. RGB value is (192,19,253). Sum of RGB (Red+Green+Blue) = 192+19+253=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 19 (7.81% from 255 or 4.09% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #C013FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C013FD is #3FEC02. Grayscale: #606060. Windows color (decimal): -4189187 or 16585664. OLE color: 16585664.
HSL color Cylindrical-coordinate representation of color #C013FD: hue angle of 284.36º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C013FD is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 19 | 253 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.01 |
| HSL | 284.36º | 0.98% | 0.53% | - |
| HSV(B) | 284.36º | 0.92% | 0.99% | - |
| XYZ | 39.7 | 18.76 | 94.46 | - |
| YUV | 97.4 | 215.81 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 253 | 0.24 | 0.92 | 0 | 0.01 | 284.36 | 0.98 | 0.53 |
| Hex | C0 | 13 | FD | 18 | 5C | 0 | 1 | 11C | 62 | 35 |
| Octal | 300 | 23 | 375 | 30 | 134 | 0 | 1 | 434 | 142 | 65 |
| Binary | 11000000 | 10011 | 11111101 | 11000 | 1011100 | 0 | 1 | 100011100 | 1100010 | 110101 |
Color Harmonies of #C013FD
Complementary color
Monochromatic Colors of #C013FD
Black with #C013FD
Text Example
Text Example
White with #C013FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C013FD; }
p { color: rgb(192,19,253); }
H1.HeaderClassName
{
color: #C013FD;
}
.AnyTagClassName
{
color: #C013FD;
}
</style>
background-color css
<style>
a { background-color: #C013FD; }
a { background-color: rgb(192,19,253); }
div.DivClassName
{
background-color: #C013FD;
}
.BgClassName
{
background-color: #C013FD;
}
</style>
border-color css
<style>
span { border-color: #C013FD; }
span { border-color: rgb(192,19,253); }
td.TdClassName
{
border-color: #C013FD;
}
.TagClassName
{
border-color: #C013FD;
}
</style>