Shades of Electric Purple #C005FE
Tints of Electric Purple #C005FE
RGB
CMYK
RGB Variations
Color information
#C005FE (or 0xC005FE) is known color: Electric Purple. HEX triplet: C0, 05 and FE. RGB value is (192,5,254). Sum of RGB (Red+Green+Blue) = 192+5+254=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 5 (2.34% from 255 or 1.11% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #C005FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C005FE is #3FFA01. Grayscale: #585858. Windows color (decimal): -4192770 or 16647616. OLE color: 16647616.
HSL color Cylindrical-coordinate representation of color #C005FE: hue angle of 285.06º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C005FE is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 5 | 254 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.00 |
| HSL | 285.06º | 0.99% | 0.51% | - |
| HSV(B) | 285.06º | 0.98% | 1% | - |
| XYZ | 39.68 | 18.47 | 95.24 | - |
| YUV | 89.3 | 220.95 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 254 | 0.24 | 0.98 | 0 | 0.00 | 285.06 | 0.99 | 0.51 |
| Hex | C0 | 5 | FE | 18 | 62 | 0 | 0 | 11D | 63 | 33 |
| Octal | 300 | 5 | 376 | 30 | 142 | 0 | 0 | 435 | 143 | 63 |
| Binary | 11000000 | 101 | 11111110 | 11000 | 1100010 | 0 | 0 | 100011101 | 1100011 | 110011 |
Color Harmonies of #C005FE
Complementary color
Monochromatic Colors of #C005FE
Black with #C005FE
Text Example
Text Example
White with #C005FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005FE; }
p { color: rgb(192,5,254); }
H1.HeaderClassName
{
color: #C005FE;
}
.AnyTagClassName
{
color: #C005FE;
}
</style>
background-color css
<style>
a { background-color: #C005FE; }
a { background-color: rgb(192,5,254); }
div.DivClassName
{
background-color: #C005FE;
}
.BgClassName
{
background-color: #C005FE;
}
</style>
border-color css
<style>
span { border-color: #C005FE; }
span { border-color: rgb(192,5,254); }
td.TdClassName
{
border-color: #C005FE;
}
.TagClassName
{
border-color: #C005FE;
}
</style>