Shades of Electric Purple #C208F0
Tints of Electric Purple #C208F0
RGB
CMYK
RGB Variations
Color information
#C208F0 (or 0xC208F0) is known color: Electric Purple. HEX triplet: C2, 08 and F0. RGB value is (194,8,240). Sum of RGB (Red+Green+Blue) = 194+8+240=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 8 (3.52% from 255 or 1.81% from 442); Blue value is 240 (94.14% from 255 or 54.30% from 442); Max value from RGB is 240 - color contains mainly: blue. Hex color #C208F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C208F0 is #3DF70F. Grayscale: #595959. Windows color (decimal): -4060944 or 15730882. OLE color: 15730882.
HSL color Cylindrical-coordinate representation of color #C208F0: hue angle of 288.1º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C208F0 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 8 | 240 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.06 |
| HSL | 288.1º | 0.94% | 0.49% | - |
| HSV(B) | 288.1º | 0.97% | 0.94% | - |
| XYZ | 38.06 | 17.93 | 83.89 | - |
| YUV | 90.06 | 212.62 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 240 | 0.19 | 0.97 | 0 | 0.06 | 288.1 | 0.94 | 0.49 |
| Hex | C2 | 8 | F0 | 13 | 61 | 0 | 6 | 120 | 5E | 31 |
| Octal | 302 | 10 | 360 | 23 | 141 | 0 | 6 | 440 | 136 | 61 |
| Binary | 11000010 | 1000 | 11110000 | 10011 | 1100001 | 0 | 110 | 100100000 | 1011110 | 110001 |
Color Harmonies of #C208F0
Complementary color
Monochromatic Colors of #C208F0
Black with #C208F0
Text Example
Text Example
White with #C208F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C208F0; }
p { color: rgb(194,8,240); }
H1.HeaderClassName
{
color: #C208F0;
}
.AnyTagClassName
{
color: #C208F0;
}
</style>
background-color css
<style>
a { background-color: #C208F0; }
a { background-color: rgb(194,8,240); }
div.DivClassName
{
background-color: #C208F0;
}
.BgClassName
{
background-color: #C208F0;
}
</style>
border-color css
<style>
span { border-color: #C208F0; }
span { border-color: rgb(194,8,240); }
td.TdClassName
{
border-color: #C208F0;
}
.TagClassName
{
border-color: #C208F0;
}
</style>