Shades of Electric Purple #C009F1
Tints of Electric Purple #C009F1
RGB
CMYK
RGB Variations
Color information
#C009F1 (or 0xC009F1) is known color: Electric Purple. HEX triplet: C0, 09 and F1. RGB value is (192,9,241). Sum of RGB (Red+Green+Blue) = 192+9+241=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 9 (3.91% from 255 or 2.04% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #C009F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C009F1 is #3FF60E. Grayscale: #595959. Windows color (decimal): -4191759 or 15796672. OLE color: 15796672.
HSL color Cylindrical-coordinate representation of color #C009F1: hue angle of 287.33º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C009F1 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 9 | 241 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.05 |
| HSL | 287.33º | 0.93% | 0.49% | - |
| HSV(B) | 287.33º | 0.96% | 0.95% | - |
| XYZ | 37.71 | 17.75 | 84.66 | - |
| YUV | 90.17 | 213.13 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 241 | 0.20 | 0.96 | 0 | 0.05 | 287.33 | 0.93 | 0.49 |
| Hex | C0 | 9 | F1 | 14 | 60 | 0 | 5 | 11F | 5D | 31 |
| Octal | 300 | 11 | 361 | 24 | 140 | 0 | 5 | 437 | 135 | 61 |
| Binary | 11000000 | 1001 | 11110001 | 10100 | 1100000 | 0 | 101 | 100011111 | 1011101 | 110001 |
Color Harmonies of #C009F1
Complementary color
Monochromatic Colors of #C009F1
Black with #C009F1
Text Example
Text Example
White with #C009F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C009F1; }
p { color: rgb(192,9,241); }
H1.HeaderClassName
{
color: #C009F1;
}
.AnyTagClassName
{
color: #C009F1;
}
</style>
background-color css
<style>
a { background-color: #C009F1; }
a { background-color: rgb(192,9,241); }
div.DivClassName
{
background-color: #C009F1;
}
.BgClassName
{
background-color: #C009F1;
}
</style>
border-color css
<style>
span { border-color: #C009F1; }
span { border-color: rgb(192,9,241); }
td.TdClassName
{
border-color: #C009F1;
}
.TagClassName
{
border-color: #C009F1;
}
</style>