Shades of Electric Purple #C208EF
Tints of Electric Purple #C208EF
RGB
CMYK
RGB Variations
Color information
#C208EF (or 0xC208EF) is known color: Electric Purple. HEX triplet: C2, 08 and EF. RGB value is (194,8,239). Sum of RGB (Red+Green+Blue) = 194+8+239=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 8 (3.52% from 255 or 1.81% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #C208EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C208EF is #3DF710. Grayscale: #595959. Windows color (decimal): -4060945 or 15665346. OLE color: 15665346.
HSL color Cylindrical-coordinate representation of color #C208EF: hue angle of 288.31º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C208EF is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 8 | 239 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.06 |
| HSL | 288.31º | 0.94% | 0.48% | - |
| HSV(B) | 288.31º | 0.97% | 0.94% | - |
| XYZ | 37.91 | 17.87 | 83.11 | - |
| YUV | 89.95 | 212.12 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 239 | 0.19 | 0.97 | 0 | 0.06 | 288.31 | 0.94 | 0.48 |
| Hex | C2 | 8 | EF | 13 | 61 | 0 | 6 | 120 | 5E | 30 |
| Octal | 302 | 10 | 357 | 23 | 141 | 0 | 6 | 440 | 136 | 60 |
| Binary | 11000010 | 1000 | 11101111 | 10011 | 1100001 | 0 | 110 | 100100000 | 1011110 | 110000 |
Color Harmonies of #C208EF
Complementary color
Monochromatic Colors of #C208EF
Black with #C208EF
Text Example
Text Example
White with #C208EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C208EF; }
p { color: rgb(194,8,239); }
H1.HeaderClassName
{
color: #C208EF;
}
.AnyTagClassName
{
color: #C208EF;
}
</style>
background-color css
<style>
a { background-color: #C208EF; }
a { background-color: rgb(194,8,239); }
div.DivClassName
{
background-color: #C208EF;
}
.BgClassName
{
background-color: #C208EF;
}
</style>
border-color css
<style>
span { border-color: #C208EF; }
span { border-color: rgb(194,8,239); }
td.TdClassName
{
border-color: #C208EF;
}
.TagClassName
{
border-color: #C208EF;
}
</style>