Shades of Electric Purple #C013FE
Tints of Electric Purple #C013FE
RGB
CMYK
RGB Variations
Color information
#C013FE (or 0xC013FE) is known color: Electric Purple. HEX triplet: C0, 13 and FE. RGB value is (192,19,254). Sum of RGB (Red+Green+Blue) = 192+19+254=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 19 (7.81% from 255 or 4.09% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #C013FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C013FE is #3FEC01. Grayscale: #606060. Windows color (decimal): -4189186 or 16651200. OLE color: 16651200.
HSL color Cylindrical-coordinate representation of color #C013FE: hue angle of 284.17º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C013FE is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 19 | 254 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.00 |
| HSL | 284.17º | 0.99% | 0.54% | - |
| HSV(B) | 284.17º | 0.93% | 1% | - |
| XYZ | 39.86 | 18.83 | 95.3 | - |
| YUV | 97.52 | 216.31 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 254 | 0.24 | 0.93 | 0 | 0.00 | 284.17 | 0.99 | 0.54 |
| Hex | C0 | 13 | FE | 18 | 5D | 0 | 0 | 11C | 63 | 36 |
| Octal | 300 | 23 | 376 | 30 | 135 | 0 | 0 | 434 | 143 | 66 |
| Binary | 11000000 | 10011 | 11111110 | 11000 | 1011101 | 0 | 0 | 100011100 | 1100011 | 110110 |
Color Harmonies of #C013FE
Complementary color
Monochromatic Colors of #C013FE
Black with #C013FE
Text Example
Text Example
White with #C013FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C013FE; }
p { color: rgb(192,19,254); }
H1.HeaderClassName
{
color: #C013FE;
}
.AnyTagClassName
{
color: #C013FE;
}
</style>
background-color css
<style>
a { background-color: #C013FE; }
a { background-color: rgb(192,19,254); }
div.DivClassName
{
background-color: #C013FE;
}
.BgClassName
{
background-color: #C013FE;
}
</style>
border-color css
<style>
span { border-color: #C013FE; }
span { border-color: rgb(192,19,254); }
td.TdClassName
{
border-color: #C013FE;
}
.TagClassName
{
border-color: #C013FE;
}
</style>