Shades of Electric Purple #C204FC
Tints of Electric Purple #C204FC
RGB
CMYK
RGB Variations
Color information
#C204FC (or 0xC204FC) is known color: Electric Purple. HEX triplet: C2, 04 and FC. RGB value is (194,4,252). Sum of RGB (Red+Green+Blue) = 194+4+252=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 4 (1.95% from 255 or 0.89% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #C204FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C204FC is #3DFB03. Grayscale: #585858. Windows color (decimal): -4061956 or 16516290. OLE color: 16516290.
HSL color Cylindrical-coordinate representation of color #C204FC: hue angle of 285.97º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C204FC is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 4 | 252 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.01 |
| HSL | 285.97º | 0.98% | 0.5% | - |
| HSV(B) | 285.97º | 0.98% | 0.99% | - |
| XYZ | 39.86 | 18.58 | 93.58 | - |
| YUV | 89.08 | 219.95 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 252 | 0.23 | 0.98 | 0 | 0.01 | 285.97 | 0.98 | 0.5 |
| Hex | C2 | 4 | FC | 17 | 62 | 0 | 1 | 11E | 62 | 32 |
| Octal | 302 | 4 | 374 | 27 | 142 | 0 | 1 | 436 | 142 | 62 |
| Binary | 11000010 | 100 | 11111100 | 10111 | 1100010 | 0 | 1 | 100011110 | 1100010 | 110010 |
Color Harmonies of #C204FC
Complementary color
Monochromatic Colors of #C204FC
Black with #C204FC
Text Example
Text Example
White with #C204FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C204FC; }
p { color: rgb(194,4,252); }
H1.HeaderClassName
{
color: #C204FC;
}
.AnyTagClassName
{
color: #C204FC;
}
</style>
background-color css
<style>
a { background-color: #C204FC; }
a { background-color: rgb(194,4,252); }
div.DivClassName
{
background-color: #C204FC;
}
.BgClassName
{
background-color: #C204FC;
}
</style>
border-color css
<style>
span { border-color: #C204FC; }
span { border-color: rgb(194,4,252); }
td.TdClassName
{
border-color: #C204FC;
}
.TagClassName
{
border-color: #C204FC;
}
</style>