Shades of Electric Purple #C209FB
Tints of Electric Purple #C209FB
RGB
CMYK
RGB Variations
Color information
#C209FB (or 0xC209FB) is known color: Electric Purple. HEX triplet: C2, 09 and FB. RGB value is (194,9,251). Sum of RGB (Red+Green+Blue) = 194+9+251=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 9 (3.91% from 255 or 1.98% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #C209FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C209FB is #3DF604. Grayscale: #5B5B5B. Windows color (decimal): -4060677 or 16452034. OLE color: 16452034.
HSL color Cylindrical-coordinate representation of color #C209FB: hue angle of 285.87º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C209FB is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 9 | 251 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.02 |
| HSL | 285.87º | 0.97% | 0.51% | - |
| HSV(B) | 285.87º | 0.96% | 0.98% | - |
| XYZ | 39.76 | 18.63 | 92.77 | - |
| YUV | 91.9 | 217.79 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 251 | 0.23 | 0.96 | 0 | 0.02 | 285.87 | 0.97 | 0.51 |
| Hex | C2 | 9 | FB | 17 | 60 | 0 | 2 | 11E | 61 | 33 |
| Octal | 302 | 11 | 373 | 27 | 140 | 0 | 2 | 436 | 141 | 63 |
| Binary | 11000010 | 1001 | 11111011 | 10111 | 1100000 | 0 | 10 | 100011110 | 1100001 | 110011 |
Color Harmonies of #C209FB
Complementary color
Monochromatic Colors of #C209FB
Black with #C209FB
Text Example
Text Example
White with #C209FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C209FB; }
p { color: rgb(194,9,251); }
H1.HeaderClassName
{
color: #C209FB;
}
.AnyTagClassName
{
color: #C209FB;
}
</style>
background-color css
<style>
a { background-color: #C209FB; }
a { background-color: rgb(194,9,251); }
div.DivClassName
{
background-color: #C209FB;
}
.BgClassName
{
background-color: #C209FB;
}
</style>
border-color css
<style>
span { border-color: #C209FB; }
span { border-color: rgb(194,9,251); }
td.TdClassName
{
border-color: #C209FB;
}
.TagClassName
{
border-color: #C209FB;
}
</style>