Shades of Electric Purple #C204E5
Tints of Electric Purple #C204E5
RGB
CMYK
RGB Variations
Color information
#C204E5 (or 0xC204E5) is known color: Electric Purple. HEX triplet: C2, 04 and E5. RGB value is (194,4,229). Sum of RGB (Red+Green+Blue) = 194+4+229=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 4 (1.95% from 255 or 0.94% from 427); Blue value is 229 (89.84% from 255 or 53.63% from 427); Max value from RGB is 229 - color contains mainly: blue. Hex color #C204E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C204E5 is #3DFB1A. Grayscale: #555555. Windows color (decimal): -4061979 or 15008962. OLE color: 15008962.
HSL color Cylindrical-coordinate representation of color #C204E5: hue angle of 290.67º 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 #C204E5 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 4 | 229 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.10 |
| HSL | 290.67º | 0.97% | 0.46% | - |
| HSV(B) | 290.67º | 0.98% | 0.9% | - |
| XYZ | 36.43 | 17.21 | 75.53 | - |
| YUV | 86.46 | 208.45 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 229 | 0.15 | 0.98 | 0 | 0.10 | 290.67 | 0.97 | 0.46 |
| Hex | C2 | 4 | E5 | F | 62 | 0 | A | 123 | 61 | 2E |
| Octal | 302 | 4 | 345 | 17 | 142 | 0 | 12 | 443 | 141 | 56 |
| Binary | 11000010 | 100 | 11100101 | 1111 | 1100010 | 0 | 1010 | 100100011 | 1100001 | 101110 |
Color Harmonies of #C204E5
Complementary color
Monochromatic Colors of #C204E5
Black with #C204E5
Text Example
Text Example
White with #C204E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C204E5; }
p { color: rgb(194,4,229); }
H1.HeaderClassName
{
color: #C204E5;
}
.AnyTagClassName
{
color: #C204E5;
}
</style>
background-color css
<style>
a { background-color: #C204E5; }
a { background-color: rgb(194,4,229); }
div.DivClassName
{
background-color: #C204E5;
}
.BgClassName
{
background-color: #C204E5;
}
</style>
border-color css
<style>
span { border-color: #C204E5; }
span { border-color: rgb(194,4,229); }
td.TdClassName
{
border-color: #C204E5;
}
.TagClassName
{
border-color: #C204E5;
}
</style>