Shades of Electric Purple #C209FC
Tints of Electric Purple #C209FC
RGB
CMYK
RGB Variations
Color information
#C209FC (or 0xC209FC) is known color: Electric Purple. HEX triplet: C2, 09 and FC. RGB value is (194,9,252). Sum of RGB (Red+Green+Blue) = 194+9+252=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 9 (3.91% from 255 or 1.98% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #C209FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C209FC is #3DF603. Grayscale: #5B5B5B. Windows color (decimal): -4060676 or 16517570. OLE color: 16517570.
HSL color Cylindrical-coordinate representation of color #C209FC: hue angle of 285.68º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C209FC is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 9 | 252 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.01 |
| HSL | 285.68º | 0.98% | 0.51% | - |
| HSV(B) | 285.68º | 0.96% | 0.99% | - |
| XYZ | 39.92 | 18.69 | 93.6 | - |
| YUV | 92.02 | 218.29 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 252 | 0.23 | 0.96 | 0 | 0.01 | 285.68 | 0.98 | 0.51 |
| Hex | C2 | 9 | FC | 17 | 60 | 0 | 1 | 11E | 62 | 33 |
| Octal | 302 | 11 | 374 | 27 | 140 | 0 | 1 | 436 | 142 | 63 |
| Binary | 11000010 | 1001 | 11111100 | 10111 | 1100000 | 0 | 1 | 100011110 | 1100010 | 110011 |
Color Harmonies of #C209FC
Complementary color
Monochromatic Colors of #C209FC
Black with #C209FC
Text Example
Text Example
White with #C209FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C209FC; }
p { color: rgb(194,9,252); }
H1.HeaderClassName
{
color: #C209FC;
}
.AnyTagClassName
{
color: #C209FC;
}
</style>
background-color css
<style>
a { background-color: #C209FC; }
a { background-color: rgb(194,9,252); }
div.DivClassName
{
background-color: #C209FC;
}
.BgClassName
{
background-color: #C209FC;
}
</style>
border-color css
<style>
span { border-color: #C209FC; }
span { border-color: rgb(194,9,252); }
td.TdClassName
{
border-color: #C209FC;
}
.TagClassName
{
border-color: #C209FC;
}
</style>