Shades of Electric Purple #C008FA
Tints of Electric Purple #C008FA
RGB
CMYK
RGB Variations
Color information
#C008FA (or 0xC008FA) is known color: Electric Purple. HEX triplet: C0, 08 and FA. RGB value is (192,8,250). Sum of RGB (Red+Green+Blue) = 192+8+250=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 8 (3.52% from 255 or 1.78% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #C008FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C008FA is #3FF705. Grayscale: #595959. Windows color (decimal): -4192006 or 16386240. OLE color: 16386240.
HSL color Cylindrical-coordinate representation of color #C008FA: hue angle of 285.62º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C008FA is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 8 | 250 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.02 |
| HSL | 285.62º | 0.96% | 0.51% | - |
| HSV(B) | 285.62º | 0.97% | 0.98% | - |
| XYZ | 39.08 | 18.28 | 91.91 | - |
| YUV | 90.6 | 217.96 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 250 | 0.23 | 0.97 | 0 | 0.02 | 285.62 | 0.96 | 0.51 |
| Hex | C0 | 8 | FA | 17 | 61 | 0 | 2 | 11E | 60 | 33 |
| Octal | 300 | 10 | 372 | 27 | 141 | 0 | 2 | 436 | 140 | 63 |
| Binary | 11000000 | 1000 | 11111010 | 10111 | 1100001 | 0 | 10 | 100011110 | 1100000 | 110011 |
Color Harmonies of #C008FA
Complementary color
Monochromatic Colors of #C008FA
Black with #C008FA
Text Example
Text Example
White with #C008FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C008FA; }
p { color: rgb(192,8,250); }
H1.HeaderClassName
{
color: #C008FA;
}
.AnyTagClassName
{
color: #C008FA;
}
</style>
background-color css
<style>
a { background-color: #C008FA; }
a { background-color: rgb(192,8,250); }
div.DivClassName
{
background-color: #C008FA;
}
.BgClassName
{
background-color: #C008FA;
}
</style>
border-color css
<style>
span { border-color: #C008FA; }
span { border-color: rgb(192,8,250); }
td.TdClassName
{
border-color: #C008FA;
}
.TagClassName
{
border-color: #C008FA;
}
</style>