Shades of Electric Purple #C005FC
Tints of Electric Purple #C005FC
RGB
CMYK
RGB Variations
Color information
#C005FC (or 0xC005FC) is known color: Electric Purple. HEX triplet: C0, 05 and FC. RGB value is (192,5,252). Sum of RGB (Red+Green+Blue) = 192+5+252=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 5 (2.34% from 255 or 1.11% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #C005FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C005FC is #3FFA03. Grayscale: #585858. Windows color (decimal): -4192772 or 16516544. OLE color: 16516544.
HSL color Cylindrical-coordinate representation of color #C005FC: hue angle of 285.43º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C005FC is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 5 | 252 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.01 |
| HSL | 285.43º | 0.98% | 0.5% | - |
| HSV(B) | 285.43º | 0.98% | 0.99% | - |
| XYZ | 39.36 | 18.34 | 93.56 | - |
| YUV | 89.07 | 219.95 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 252 | 0.24 | 0.98 | 0 | 0.01 | 285.43 | 0.98 | 0.5 |
| Hex | C0 | 5 | FC | 18 | 62 | 0 | 1 | 11D | 62 | 32 |
| Octal | 300 | 5 | 374 | 30 | 142 | 0 | 1 | 435 | 142 | 62 |
| Binary | 11000000 | 101 | 11111100 | 11000 | 1100010 | 0 | 1 | 100011101 | 1100010 | 110010 |
Color Harmonies of #C005FC
Complementary color
Monochromatic Colors of #C005FC
Black with #C005FC
Text Example
Text Example
White with #C005FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005FC; }
p { color: rgb(192,5,252); }
H1.HeaderClassName
{
color: #C005FC;
}
.AnyTagClassName
{
color: #C005FC;
}
</style>
background-color css
<style>
a { background-color: #C005FC; }
a { background-color: rgb(192,5,252); }
div.DivClassName
{
background-color: #C005FC;
}
.BgClassName
{
background-color: #C005FC;
}
</style>
border-color css
<style>
span { border-color: #C005FC; }
span { border-color: rgb(192,5,252); }
td.TdClassName
{
border-color: #C005FC;
}
.TagClassName
{
border-color: #C005FC;
}
</style>