Shades of Electric Purple #C60EEF
Tints of Electric Purple #C60EEF
RGB
CMYK
RGB Variations
Color information
#C60EEF (or 0xC60EEF) is known color: Electric Purple. HEX triplet: C6, 0E and EF. RGB value is (198,14,239). Sum of RGB (Red+Green+Blue) = 198+14+239=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #C60EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60EEF is #39F110. Grayscale: #5D5D5D. Windows color (decimal): -3797265 or 15666886. OLE color: 15666886.
HSL color Cylindrical-coordinate representation of color #C60EEF: hue angle of 289.07º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60EEF is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 14 | 239 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.06 |
| HSL | 289.07º | 0.89% | 0.5% | - |
| HSV(B) | 289.07º | 0.94% | 0.94% | - |
| XYZ | 39.03 | 18.55 | 83.19 | - |
| YUV | 94.67 | 209.46 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 14 | 239 | 0.17 | 0.94 | 0 | 0.06 | 289.07 | 0.89 | 0.5 |
| Hex | C6 | E | EF | 11 | 5E | 0 | 6 | 121 | 59 | 32 |
| Octal | 306 | 16 | 357 | 21 | 136 | 0 | 6 | 441 | 131 | 62 |
| Binary | 11000110 | 1110 | 11101111 | 10001 | 1011110 | 0 | 110 | 100100001 | 1011001 | 110010 |
Color Harmonies of #C60EEF
Complementary color
Monochromatic Colors of #C60EEF
Black with #C60EEF
Text Example
Text Example
White with #C60EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60EEF; }
p { color: rgb(198,14,239); }
H1.HeaderClassName
{
color: #C60EEF;
}
.AnyTagClassName
{
color: #C60EEF;
}
</style>
background-color css
<style>
a { background-color: #C60EEF; }
a { background-color: rgb(198,14,239); }
div.DivClassName
{
background-color: #C60EEF;
}
.BgClassName
{
background-color: #C60EEF;
}
</style>
border-color css
<style>
span { border-color: #C60EEF; }
span { border-color: rgb(198,14,239); }
td.TdClassName
{
border-color: #C60EEF;
}
.TagClassName
{
border-color: #C60EEF;
}
</style>