Shades of Electric Purple #C008F5
Tints of Electric Purple #C008F5
RGB
CMYK
RGB Variations
Color information
#C008F5 (or 0xC008F5) is known color: Electric Purple. HEX triplet: C0, 08 and F5. RGB value is (192,8,245). Sum of RGB (Red+Green+Blue) = 192+8+245=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 8 (3.52% from 255 or 1.80% from 445); Blue value is 245 (96.09% from 255 or 55.06% from 445); Max value from RGB is 245 - color contains mainly: blue. Hex color #C008F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C008F5 is #3FF70A. Grayscale: #595959. Windows color (decimal): -4192011 or 16058560. OLE color: 16058560.
HSL color Cylindrical-coordinate representation of color #C008F5: hue angle of 286.58º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C008F5 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 8 | 245 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.04 |
| HSL | 286.58º | 0.94% | 0.5% | - |
| HSV(B) | 286.58º | 0.97% | 0.96% | - |
| XYZ | 38.31 | 17.97 | 87.84 | - |
| YUV | 90.03 | 215.46 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 245 | 0.22 | 0.97 | 0 | 0.04 | 286.58 | 0.94 | 0.5 |
| Hex | C0 | 8 | F5 | 16 | 61 | 0 | 4 | 11F | 5E | 32 |
| Octal | 300 | 10 | 365 | 26 | 141 | 0 | 4 | 437 | 136 | 62 |
| Binary | 11000000 | 1000 | 11110101 | 10110 | 1100001 | 0 | 100 | 100011111 | 1011110 | 110010 |
Color Harmonies of #C008F5
Complementary color
Monochromatic Colors of #C008F5
Black with #C008F5
Text Example
Text Example
White with #C008F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C008F5; }
p { color: rgb(192,8,245); }
H1.HeaderClassName
{
color: #C008F5;
}
.AnyTagClassName
{
color: #C008F5;
}
</style>
background-color css
<style>
a { background-color: #C008F5; }
a { background-color: rgb(192,8,245); }
div.DivClassName
{
background-color: #C008F5;
}
.BgClassName
{
background-color: #C008F5;
}
</style>
border-color css
<style>
span { border-color: #C008F5; }
span { border-color: rgb(192,8,245); }
td.TdClassName
{
border-color: #C008F5;
}
.TagClassName
{
border-color: #C008F5;
}
</style>