Shades of Electric Purple #C000FA
Tints of Electric Purple #C000FA
RGB
CMYK
RGB Variations
Color information
#C000FA (or 0xC000FA) is known color: Electric Purple. HEX triplet: C0, 00 and FA. RGB value is (192,0,250). Sum of RGB (Red+Green+Blue) = 192+0+250=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 0 (0.39% from 255 or 0% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #C000FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C000FA is #3FFF05. Grayscale: #555555. Windows color (decimal): -4194054 or 16384192. OLE color: 16384192.
HSL color Cylindrical-coordinate representation of color #C000FA: hue angle of 286.08º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000FA is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 0 | 250 | - |
| CMYK | 0.23 | 1 | 0 | 0.02 |
| HSL | 286.08º | 1% | 0.49% | - |
| HSV(B) | 286.08º | 1% | 0.98% | - |
| XYZ | 38.99 | 18.11 | 91.88 | - |
| YUV | 85.91 | 220.61 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 250 | 0.23 | 1 | 0 | 0.02 | 286.08 | 1 | 0.49 |
| Hex | C0 | 0 | FA | 17 | 64 | 0 | 2 | 11E | 64 | 31 |
| Octal | 300 | 0 | 372 | 27 | 144 | 0 | 2 | 436 | 144 | 61 |
| Binary | 11000000 | 0 | 11111010 | 10111 | 1100100 | 0 | 10 | 100011110 | 1100100 | 110001 |
Color Harmonies of #C000FA
Complementary color
Monochromatic Colors of #C000FA
Black with #C000FA
Text Example
Text Example
White with #C000FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C000FA; }
p { color: rgb(192,0,250); }
H1.HeaderClassName
{
color: #C000FA;
}
.AnyTagClassName
{
color: #C000FA;
}
</style>
background-color css
<style>
a { background-color: #C000FA; }
a { background-color: rgb(192,0,250); }
div.DivClassName
{
background-color: #C000FA;
}
.BgClassName
{
background-color: #C000FA;
}
</style>
border-color css
<style>
span { border-color: #C000FA; }
span { border-color: rgb(192,0,250); }
td.TdClassName
{
border-color: #C000FA;
}
.TagClassName
{
border-color: #C000FA;
}
</style>