Shades of Electric Purple #C60EF1
Tints of Electric Purple #C60EF1
RGB
CMYK
RGB Variations
Color information
#C60EF1 (or 0xC60EF1) is known color: Electric Purple. HEX triplet: C6, 0E and F1. RGB value is (198,14,241). Sum of RGB (Red+Green+Blue) = 198+14+241=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 14 (5.86% from 255 or 3.09% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #C60EF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60EF1 is #39F10E. Grayscale: #5E5E5E. Windows color (decimal): -3797263 or 15797958. OLE color: 15797958.
HSL color Cylindrical-coordinate representation of color #C60EF1: hue angle of 288.63º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60EF1 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 14 | 241 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.05 |
| HSL | 288.63º | 0.89% | 0.5% | - |
| HSV(B) | 288.63º | 0.94% | 0.95% | - |
| XYZ | 39.32 | 18.67 | 84.75 | - |
| YUV | 94.89 | 210.46 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 14 | 241 | 0.18 | 0.94 | 0 | 0.05 | 288.63 | 0.89 | 0.5 |
| Hex | C6 | E | F1 | 12 | 5E | 0 | 5 | 121 | 59 | 32 |
| Octal | 306 | 16 | 361 | 22 | 136 | 0 | 5 | 441 | 131 | 62 |
| Binary | 11000110 | 1110 | 11110001 | 10010 | 1011110 | 0 | 101 | 100100001 | 1011001 | 110010 |
Color Harmonies of #C60EF1
Complementary color
Monochromatic Colors of #C60EF1
Black with #C60EF1
Text Example
Text Example
White with #C60EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60EF1; }
p { color: rgb(198,14,241); }
H1.HeaderClassName
{
color: #C60EF1;
}
.AnyTagClassName
{
color: #C60EF1;
}
</style>
background-color css
<style>
a { background-color: #C60EF1; }
a { background-color: rgb(198,14,241); }
div.DivClassName
{
background-color: #C60EF1;
}
.BgClassName
{
background-color: #C60EF1;
}
</style>
border-color css
<style>
span { border-color: #C60EF1; }
span { border-color: rgb(198,14,241); }
td.TdClassName
{
border-color: #C60EF1;
}
.TagClassName
{
border-color: #C60EF1;
}
</style>