Shades of Electric Purple #C204E6
Tints of Electric Purple #C204E6
RGB
CMYK
RGB Variations
Color information
#C204E6 (or 0xC204E6) is known color: Electric Purple. HEX triplet: C2, 04 and E6. RGB value is (194,4,230). Sum of RGB (Red+Green+Blue) = 194+4+230=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 4 (1.95% from 255 or 0.93% from 428); Blue value is 230 (90.23% from 255 or 53.74% from 428); Max value from RGB is 230 - color contains mainly: blue. Hex color #C204E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C204E6 is #3DFB19. Grayscale: #555555. Windows color (decimal): -4061978 or 15074498. OLE color: 15074498.
HSL color Cylindrical-coordinate representation of color #C204E6: hue angle of 290.44º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C204E6 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 4 | 230 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.10 |
| HSL | 290.44º | 0.97% | 0.46% | - |
| HSV(B) | 290.44º | 0.98% | 0.9% | - |
| XYZ | 36.57 | 17.27 | 76.27 | - |
| YUV | 86.57 | 208.95 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 230 | 0.16 | 0.98 | 0 | 0.10 | 290.44 | 0.97 | 0.46 |
| Hex | C2 | 4 | E6 | 10 | 62 | 0 | A | 122 | 61 | 2E |
| Octal | 302 | 4 | 346 | 20 | 142 | 0 | 12 | 442 | 141 | 56 |
| Binary | 11000010 | 100 | 11100110 | 10000 | 1100010 | 0 | 1010 | 100100010 | 1100001 | 101110 |
Color Harmonies of #C204E6
Complementary color
Monochromatic Colors of #C204E6
Black with #C204E6
Text Example
Text Example
White with #C204E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C204E6; }
p { color: rgb(194,4,230); }
H1.HeaderClassName
{
color: #C204E6;
}
.AnyTagClassName
{
color: #C204E6;
}
</style>
background-color css
<style>
a { background-color: #C204E6; }
a { background-color: rgb(194,4,230); }
div.DivClassName
{
background-color: #C204E6;
}
.BgClassName
{
background-color: #C204E6;
}
</style>
border-color css
<style>
span { border-color: #C204E6; }
span { border-color: rgb(194,4,230); }
td.TdClassName
{
border-color: #C204E6;
}
.TagClassName
{
border-color: #C204E6;
}
</style>