Shades of Electric Purple #C204EC
Tints of Electric Purple #C204EC
RGB
CMYK
RGB Variations
Color information
#C204EC (or 0xC204EC) is known color: Electric Purple. HEX triplet: C2, 04 and EC. RGB value is (194,4,236). Sum of RGB (Red+Green+Blue) = 194+4+236=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 4 (1.95% from 255 or 0.92% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #C204EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C204EC is #3DFB13. Grayscale: #565656. Windows color (decimal): -4061972 or 15467714. OLE color: 15467714.
HSL color Cylindrical-coordinate representation of color #C204EC: hue angle of 289.14º 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 #C204EC is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 4 | 236 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.07 |
| HSL | 289.14º | 0.97% | 0.47% | - |
| HSV(B) | 289.14º | 0.98% | 0.93% | - |
| XYZ | 37.43 | 17.61 | 80.78 | - |
| YUV | 87.26 | 211.95 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 236 | 0.18 | 0.98 | 0 | 0.07 | 289.14 | 0.97 | 0.47 |
| Hex | C2 | 4 | EC | 12 | 62 | 0 | 7 | 121 | 61 | 2F |
| Octal | 302 | 4 | 354 | 22 | 142 | 0 | 7 | 441 | 141 | 57 |
| Binary | 11000010 | 100 | 11101100 | 10010 | 1100010 | 0 | 111 | 100100001 | 1100001 | 101111 |
Color Harmonies of #C204EC
Complementary color
Monochromatic Colors of #C204EC
Black with #C204EC
Text Example
Text Example
White with #C204EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C204EC; }
p { color: rgb(194,4,236); }
H1.HeaderClassName
{
color: #C204EC;
}
.AnyTagClassName
{
color: #C204EC;
}
</style>
background-color css
<style>
a { background-color: #C204EC; }
a { background-color: rgb(194,4,236); }
div.DivClassName
{
background-color: #C204EC;
}
.BgClassName
{
background-color: #C204EC;
}
</style>
border-color css
<style>
span { border-color: #C204EC; }
span { border-color: rgb(194,4,236); }
td.TdClassName
{
border-color: #C204EC;
}
.TagClassName
{
border-color: #C204EC;
}
</style>