Shades of Electric Purple #C209FF
Tints of Electric Purple #C209FF
RGB
CMYK
RGB Variations
Color information
#C209FF (or 0xC209FF) is known color: Electric Purple. HEX triplet: C2, 09 and FF. RGB value is (194,9,255). Sum of RGB (Red+Green+Blue) = 194+9+255=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 9 (3.91% from 255 or 1.97% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #C209FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C209FF is #3DF600. Grayscale: #5B5B5B. Windows color (decimal): -4060673 or 16714178. OLE color: 16714178.
HSL color Cylindrical-coordinate representation of color #C209FF: hue angle of 285.12º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C209FF is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 9 | 255 | - |
| CMYK | 0.24 | 0.96 | 0 | 0 |
| HSL | 285.12º | 1% | 0.52% | - |
| HSV(B) | 285.12º | 0.96% | 1% | - |
| XYZ | 40.4 | 18.88 | 96.12 | - |
| YUV | 92.36 | 219.79 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 255 | 0.24 | 0.96 | 0 | 0 | 285.12 | 1 | 0.52 |
| Hex | C2 | 9 | FF | 18 | 60 | 0 | 0 | 11D | 64 | 34 |
| Octal | 302 | 11 | 377 | 30 | 140 | 0 | 0 | 435 | 144 | 64 |
| Binary | 11000010 | 1001 | 11111111 | 11000 | 1100000 | 0 | 0 | 100011101 | 1100100 | 110100 |
Color Harmonies of #C209FF
Complementary color
Monochromatic Colors of #C209FF
Black with #C209FF
Text Example
Text Example
White with #C209FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C209FF; }
p { color: rgb(194,9,255); }
H1.HeaderClassName
{
color: #C209FF;
}
.AnyTagClassName
{
color: #C209FF;
}
</style>
background-color css
<style>
a { background-color: #C209FF; }
a { background-color: rgb(194,9,255); }
div.DivClassName
{
background-color: #C209FF;
}
.BgClassName
{
background-color: #C209FF;
}
</style>
border-color css
<style>
span { border-color: #C209FF; }
span { border-color: rgb(194,9,255); }
td.TdClassName
{
border-color: #C209FF;
}
.TagClassName
{
border-color: #C209FF;
}
</style>