Shades of Electric Purple #C60CEF
Tints of Electric Purple #C60CEF
RGB
CMYK
RGB Variations
Color information
#C60CEF (or 0xC60CEF) is known color: Electric Purple. HEX triplet: C6, 0C and EF. RGB value is (198,12,239). Sum of RGB (Red+Green+Blue) = 198+12+239=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #C60CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60CEF is #39F310. Grayscale: #5C5C5C. Windows color (decimal): -3797777 or 15666374. OLE color: 15666374.
HSL color Cylindrical-coordinate representation of color #C60CEF: hue angle of 289.16º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60CEF is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 12 | 239 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.06 |
| HSL | 289.16º | 0.9% | 0.49% | - |
| HSV(B) | 289.16º | 0.95% | 0.94% | - |
| XYZ | 39 | 18.5 | 83.18 | - |
| YUV | 93.49 | 210.12 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 12 | 239 | 0.17 | 0.95 | 0 | 0.06 | 289.16 | 0.9 | 0.49 |
| Hex | C6 | C | EF | 11 | 5F | 0 | 6 | 121 | 5A | 31 |
| Octal | 306 | 14 | 357 | 21 | 137 | 0 | 6 | 441 | 132 | 61 |
| Binary | 11000110 | 1100 | 11101111 | 10001 | 1011111 | 0 | 110 | 100100001 | 1011010 | 110001 |
Color Harmonies of #C60CEF
Complementary color
Monochromatic Colors of #C60CEF
Black with #C60CEF
Text Example
Text Example
White with #C60CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60CEF; }
p { color: rgb(198,12,239); }
H1.HeaderClassName
{
color: #C60CEF;
}
.AnyTagClassName
{
color: #C60CEF;
}
</style>
background-color css
<style>
a { background-color: #C60CEF; }
a { background-color: rgb(198,12,239); }
div.DivClassName
{
background-color: #C60CEF;
}
.BgClassName
{
background-color: #C60CEF;
}
</style>
border-color css
<style>
span { border-color: #C60CEF; }
span { border-color: rgb(198,12,239); }
td.TdClassName
{
border-color: #C60CEF;
}
.TagClassName
{
border-color: #C60CEF;
}
</style>