Shades of Electric Purple #C604EC
Tints of Electric Purple #C604EC
RGB
CMYK
RGB Variations
Color information
#C604EC (or 0xC604EC) is known color: Electric Purple. HEX triplet: C6, 04 and EC. RGB value is (198,4,236). Sum of RGB (Red+Green+Blue) = 198+4+236=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 4 (1.95% from 255 or 0.91% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #C604EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C604EC is #39FB13. Grayscale: #575757. Windows color (decimal): -3799828 or 15467718. OLE color: 15467718.
HSL color Cylindrical-coordinate representation of color #C604EC: hue angle of 290.17º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C604EC is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 4 | 236 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.07 |
| HSL | 290.17º | 0.97% | 0.47% | - |
| HSV(B) | 290.17º | 0.98% | 0.93% | - |
| XYZ | 38.47 | 18.15 | 80.83 | - |
| YUV | 88.45 | 211.27 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 236 | 0.16 | 0.98 | 0 | 0.07 | 290.17 | 0.97 | 0.47 |
| Hex | C6 | 4 | EC | 10 | 62 | 0 | 7 | 122 | 61 | 2F |
| Octal | 306 | 4 | 354 | 20 | 142 | 0 | 7 | 442 | 141 | 57 |
| Binary | 11000110 | 100 | 11101100 | 10000 | 1100010 | 0 | 111 | 100100010 | 1100001 | 101111 |
Color Harmonies of #C604EC
Complementary color
Monochromatic Colors of #C604EC
Black with #C604EC
Text Example
Text Example
White with #C604EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C604EC; }
p { color: rgb(198,4,236); }
H1.HeaderClassName
{
color: #C604EC;
}
.AnyTagClassName
{
color: #C604EC;
}
</style>
background-color css
<style>
a { background-color: #C604EC; }
a { background-color: rgb(198,4,236); }
div.DivClassName
{
background-color: #C604EC;
}
.BgClassName
{
background-color: #C604EC;
}
</style>
border-color css
<style>
span { border-color: #C604EC; }
span { border-color: rgb(198,4,236); }
td.TdClassName
{
border-color: #C604EC;
}
.TagClassName
{
border-color: #C604EC;
}
</style>