Shades of Electric Purple #C208F2
Tints of Electric Purple #C208F2
RGB
CMYK
RGB Variations
Color information
#C208F2 (or 0xC208F2) is known color: Electric Purple. HEX triplet: C2, 08 and F2. RGB value is (194,8,242). Sum of RGB (Red+Green+Blue) = 194+8+242=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 8 (3.52% from 255 or 1.80% from 444); Blue value is 242 (94.92% from 255 or 54.50% from 444); Max value from RGB is 242 - color contains mainly: blue. Hex color #C208F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C208F2 is #3DF70D. Grayscale: #595959. Windows color (decimal): -4060942 or 15861954. OLE color: 15861954.
HSL color Cylindrical-coordinate representation of color #C208F2: hue angle of 287.69º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C208F2 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 8 | 242 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.05 |
| HSL | 287.69º | 0.94% | 0.49% | - |
| HSV(B) | 287.69º | 0.97% | 0.95% | - |
| XYZ | 38.36 | 18.05 | 85.47 | - |
| YUV | 90.29 | 213.62 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 242 | 0.20 | 0.97 | 0 | 0.05 | 287.69 | 0.94 | 0.49 |
| Hex | C2 | 8 | F2 | 14 | 61 | 0 | 5 | 120 | 5E | 31 |
| Octal | 302 | 10 | 362 | 24 | 141 | 0 | 5 | 440 | 136 | 61 |
| Binary | 11000010 | 1000 | 11110010 | 10100 | 1100001 | 0 | 101 | 100100000 | 1011110 | 110001 |
Color Harmonies of #C208F2
Complementary color
Monochromatic Colors of #C208F2
Black with #C208F2
Text Example
Text Example
White with #C208F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C208F2; }
p { color: rgb(194,8,242); }
H1.HeaderClassName
{
color: #C208F2;
}
.AnyTagClassName
{
color: #C208F2;
}
</style>
background-color css
<style>
a { background-color: #C208F2; }
a { background-color: rgb(194,8,242); }
div.DivClassName
{
background-color: #C208F2;
}
.BgClassName
{
background-color: #C208F2;
}
</style>
border-color css
<style>
span { border-color: #C208F2; }
span { border-color: rgb(194,8,242); }
td.TdClassName
{
border-color: #C208F2;
}
.TagClassName
{
border-color: #C208F2;
}
</style>