Shades of Electric Purple #C009E5
Tints of Electric Purple #C009E5
RGB
CMYK
RGB Variations
Color information
#C009E5 (or 0xC009E5) is known color: Electric Purple. HEX triplet: C0, 09 and E5. RGB value is (192,9,229). Sum of RGB (Red+Green+Blue) = 192+9+229=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 9 (3.91% from 255 or 2.09% from 430); Blue value is 229 (89.84% from 255 or 53.26% from 430); Max value from RGB is 229 - color contains mainly: blue. Hex color #C009E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C009E5 is #3FF61A. Grayscale: #585858. Windows color (decimal): -4191771 or 15010240. OLE color: 15010240.
HSL color Cylindrical-coordinate representation of color #C009E5: hue angle of 289.91º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C009E5 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 9 | 229 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.10 |
| HSL | 289.91º | 0.92% | 0.47% | - |
| HSV(B) | 289.91º | 0.96% | 0.9% | - |
| XYZ | 35.98 | 17.06 | 75.53 | - |
| YUV | 88.8 | 207.13 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 229 | 0.16 | 0.96 | 0 | 0.10 | 289.91 | 0.92 | 0.47 |
| Hex | C0 | 9 | E5 | 10 | 60 | 0 | A | 122 | 5C | 2F |
| Octal | 300 | 11 | 345 | 20 | 140 | 0 | 12 | 442 | 134 | 57 |
| Binary | 11000000 | 1001 | 11100101 | 10000 | 1100000 | 0 | 1010 | 100100010 | 1011100 | 101111 |
Color Harmonies of #C009E5
Complementary color
Monochromatic Colors of #C009E5
Black with #C009E5
Text Example
Text Example
White with #C009E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C009E5; }
p { color: rgb(192,9,229); }
H1.HeaderClassName
{
color: #C009E5;
}
.AnyTagClassName
{
color: #C009E5;
}
</style>
background-color css
<style>
a { background-color: #C009E5; }
a { background-color: rgb(192,9,229); }
div.DivClassName
{
background-color: #C009E5;
}
.BgClassName
{
background-color: #C009E5;
}
</style>
border-color css
<style>
span { border-color: #C009E5; }
span { border-color: rgb(192,9,229); }
td.TdClassName
{
border-color: #C009E5;
}
.TagClassName
{
border-color: #C009E5;
}
</style>