Shades of Electric Purple #C006E9
Tints of Electric Purple #C006E9
RGB
CMYK
RGB Variations
Color information
#C006E9 (or 0xC006E9) is known color: Electric Purple. HEX triplet: C0, 06 and E9. RGB value is (192,6,233). Sum of RGB (Red+Green+Blue) = 192+6+233=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 6 (2.73% from 255 or 1.39% from 431); Blue value is 233 (91.41% from 255 or 54.06% from 431); Max value from RGB is 233 - color contains mainly: blue. Hex color #C006E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C006E9 is #3FF916. Grayscale: #565656. Windows color (decimal): -4192535 or 15271616. OLE color: 15271616.
HSL color Cylindrical-coordinate representation of color #C006E9: hue angle of 289.16º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C006E9 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 6 | 233 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.09 |
| HSL | 289.16º | 0.95% | 0.47% | - |
| HSV(B) | 289.16º | 0.97% | 0.91% | - |
| XYZ | 36.51 | 17.22 | 78.49 | - |
| YUV | 87.49 | 210.12 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 233 | 0.18 | 0.97 | 0 | 0.09 | 289.16 | 0.95 | 0.47 |
| Hex | C0 | 6 | E9 | 12 | 61 | 0 | 9 | 121 | 5F | 2F |
| Octal | 300 | 6 | 351 | 22 | 141 | 0 | 11 | 441 | 137 | 57 |
| Binary | 11000000 | 110 | 11101001 | 10010 | 1100001 | 0 | 1001 | 100100001 | 1011111 | 101111 |
Color Harmonies of #C006E9
Complementary color
Monochromatic Colors of #C006E9
Black with #C006E9
Text Example
Text Example
White with #C006E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C006E9; }
p { color: rgb(192,6,233); }
H1.HeaderClassName
{
color: #C006E9;
}
.AnyTagClassName
{
color: #C006E9;
}
</style>
background-color css
<style>
a { background-color: #C006E9; }
a { background-color: rgb(192,6,233); }
div.DivClassName
{
background-color: #C006E9;
}
.BgClassName
{
background-color: #C006E9;
}
</style>
border-color css
<style>
span { border-color: #C006E9; }
span { border-color: rgb(192,6,233); }
td.TdClassName
{
border-color: #C006E9;
}
.TagClassName
{
border-color: #C006E9;
}
</style>