Shades of Electric Purple #C009FC
Tints of Electric Purple #C009FC
RGB
CMYK
RGB Variations
Color information
#C009FC (or 0xC009FC) is known color: Electric Purple. HEX triplet: C0, 09 and FC. RGB value is (192,9,252). Sum of RGB (Red+Green+Blue) = 192+9+252=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 9 (3.91% from 255 or 1.99% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #C009FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C009FC is #3FF603. Grayscale: #5A5A5A. Windows color (decimal): -4191748 or 16517568. OLE color: 16517568.
HSL color Cylindrical-coordinate representation of color #C009FC: hue angle of 285.19º 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 #C009FC is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 9 | 252 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.01 |
| HSL | 285.19º | 0.98% | 0.51% | - |
| HSV(B) | 285.19º | 0.96% | 0.99% | - |
| XYZ | 39.41 | 18.43 | 93.58 | - |
| YUV | 91.42 | 218.63 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 252 | 0.24 | 0.96 | 0 | 0.01 | 285.19 | 0.98 | 0.51 |
| Hex | C0 | 9 | FC | 18 | 60 | 0 | 1 | 11D | 62 | 33 |
| Octal | 300 | 11 | 374 | 30 | 140 | 0 | 1 | 435 | 142 | 63 |
| Binary | 11000000 | 1001 | 11111100 | 11000 | 1100000 | 0 | 1 | 100011101 | 1100010 | 110011 |
Color Harmonies of #C009FC
Complementary color
Monochromatic Colors of #C009FC
Black with #C009FC
Text Example
Text Example
White with #C009FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C009FC; }
p { color: rgb(192,9,252); }
H1.HeaderClassName
{
color: #C009FC;
}
.AnyTagClassName
{
color: #C009FC;
}
</style>
background-color css
<style>
a { background-color: #C009FC; }
a { background-color: rgb(192,9,252); }
div.DivClassName
{
background-color: #C009FC;
}
.BgClassName
{
background-color: #C009FC;
}
</style>
border-color css
<style>
span { border-color: #C009FC; }
span { border-color: rgb(192,9,252); }
td.TdClassName
{
border-color: #C009FC;
}
.TagClassName
{
border-color: #C009FC;
}
</style>