Shades of Electric Purple #C000FC
Tints of Electric Purple #C000FC
RGB
CMYK
RGB Variations
Color information
#C000FC (or 0xC000FC) is known color: Electric Purple. HEX triplet: C0, 00 and FC. RGB value is (192,0,252). Sum of RGB (Red+Green+Blue) = 192+0+252=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #C000FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C000FC is #3FFF03. Grayscale: #555555. Windows color (decimal): -4194052 or 16515264. OLE color: 16515264.
HSL color Cylindrical-coordinate representation of color #C000FC: hue angle of 285.71º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000FC is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 0 | 252 | - |
| CMYK | 0.24 | 1 | 0 | 0.01 |
| HSL | 285.71º | 1% | 0.49% | - |
| HSV(B) | 285.71º | 1% | 0.99% | - |
| XYZ | 39.31 | 18.23 | 93.54 | - |
| YUV | 86.14 | 221.61 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 252 | 0.24 | 1 | 0 | 0.01 | 285.71 | 1 | 0.49 |
| Hex | C0 | 0 | FC | 18 | 64 | 0 | 1 | 11E | 64 | 31 |
| Octal | 300 | 0 | 374 | 30 | 144 | 0 | 1 | 436 | 144 | 61 |
| Binary | 11000000 | 0 | 11111100 | 11000 | 1100100 | 0 | 1 | 100011110 | 1100100 | 110001 |
Color Harmonies of #C000FC
Complementary color
Monochromatic Colors of #C000FC
Black with #C000FC
Text Example
Text Example
White with #C000FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C000FC; }
p { color: rgb(192,0,252); }
H1.HeaderClassName
{
color: #C000FC;
}
.AnyTagClassName
{
color: #C000FC;
}
</style>
background-color css
<style>
a { background-color: #C000FC; }
a { background-color: rgb(192,0,252); }
div.DivClassName
{
background-color: #C000FC;
}
.BgClassName
{
background-color: #C000FC;
}
</style>
border-color css
<style>
span { border-color: #C000FC; }
span { border-color: rgb(192,0,252); }
td.TdClassName
{
border-color: #C000FC;
}
.TagClassName
{
border-color: #C000FC;
}
</style>