Shades of Electric Purple #C604EF
Tints of Electric Purple #C604EF
RGB
CMYK
RGB Variations
Color information
#C604EF (or 0xC604EF) is known color: Electric Purple. HEX triplet: C6, 04 and EF. RGB value is (198,4,239). Sum of RGB (Red+Green+Blue) = 198+4+239=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 4 (1.95% from 255 or 0.91% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #C604EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C604EF is #39FB10. Grayscale: #585858. Windows color (decimal): -3799825 or 15664326. OLE color: 15664326.
HSL color Cylindrical-coordinate representation of color #C604EF: hue angle of 289.53º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C604EF is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 4 | 239 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.06 |
| HSL | 289.53º | 0.97% | 0.48% | - |
| HSV(B) | 289.53º | 0.98% | 0.94% | - |
| XYZ | 38.91 | 18.32 | 83.15 | - |
| YUV | 88.8 | 212.77 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 239 | 0.17 | 0.98 | 0 | 0.06 | 289.53 | 0.97 | 0.48 |
| Hex | C6 | 4 | EF | 11 | 62 | 0 | 6 | 122 | 61 | 30 |
| Octal | 306 | 4 | 357 | 21 | 142 | 0 | 6 | 442 | 141 | 60 |
| Binary | 11000110 | 100 | 11101111 | 10001 | 1100010 | 0 | 110 | 100100010 | 1100001 | 110000 |
Color Harmonies of #C604EF
Complementary color
Monochromatic Colors of #C604EF
Black with #C604EF
Text Example
Text Example
White with #C604EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C604EF; }
p { color: rgb(198,4,239); }
H1.HeaderClassName
{
color: #C604EF;
}
.AnyTagClassName
{
color: #C604EF;
}
</style>
background-color css
<style>
a { background-color: #C604EF; }
a { background-color: rgb(198,4,239); }
div.DivClassName
{
background-color: #C604EF;
}
.BgClassName
{
background-color: #C604EF;
}
</style>
border-color css
<style>
span { border-color: #C604EF; }
span { border-color: rgb(198,4,239); }
td.TdClassName
{
border-color: #C604EF;
}
.TagClassName
{
border-color: #C604EF;
}
</style>