Shades of Electric Purple #C209F8
Tints of Electric Purple #C209F8
RGB
CMYK
RGB Variations
Color information
#C209F8 (or 0xC209F8) is known color: Electric Purple. HEX triplet: C2, 09 and F8. RGB value is (194,9,248). Sum of RGB (Red+Green+Blue) = 194+9+248=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 9 (3.91% from 255 or 2.00% from 451); Blue value is 248 (97.27% from 255 or 54.99% from 451); Max value from RGB is 248 - color contains mainly: blue. Hex color #C209F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C209F8 is #3DF607. Grayscale: #5A5A5A. Windows color (decimal): -4060680 or 16255426. OLE color: 16255426.
HSL color Cylindrical-coordinate representation of color #C209F8: hue angle of 286.44º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C209F8 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 9 | 248 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.03 |
| HSL | 286.44º | 0.94% | 0.5% | - |
| HSV(B) | 286.44º | 0.96% | 0.97% | - |
| XYZ | 39.29 | 18.44 | 90.3 | - |
| YUV | 91.56 | 216.29 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 248 | 0.22 | 0.96 | 0 | 0.03 | 286.44 | 0.94 | 0.5 |
| Hex | C2 | 9 | F8 | 16 | 60 | 0 | 3 | 11E | 5E | 32 |
| Octal | 302 | 11 | 370 | 26 | 140 | 0 | 3 | 436 | 136 | 62 |
| Binary | 11000010 | 1001 | 11111000 | 10110 | 1100000 | 0 | 11 | 100011110 | 1011110 | 110010 |
Color Harmonies of #C209F8
Complementary color
Monochromatic Colors of #C209F8
Black with #C209F8
Text Example
Text Example
White with #C209F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C209F8; }
p { color: rgb(194,9,248); }
H1.HeaderClassName
{
color: #C209F8;
}
.AnyTagClassName
{
color: #C209F8;
}
</style>
background-color css
<style>
a { background-color: #C209F8; }
a { background-color: rgb(194,9,248); }
div.DivClassName
{
background-color: #C209F8;
}
.BgClassName
{
background-color: #C209F8;
}
</style>
border-color css
<style>
span { border-color: #C209F8; }
span { border-color: rgb(194,9,248); }
td.TdClassName
{
border-color: #C209F8;
}
.TagClassName
{
border-color: #C209F8;
}
</style>