Shades of Fuchsia #C04EC0
Tints of Fuchsia #C04EC0
RGB
CMYK
RGB Variations
Color information
#C04EC0 (or 0xC04EC0) is known color: Fuchsia. HEX triplet: C0, 4E and C0. RGB value is (192,78,192). Sum of RGB (Red+Green+Blue) = 192+78+192=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C04EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04EC0 is #3FB13F. Grayscale: #7C7C7C. Windows color (decimal): -4174144 or 12603072. OLE color: 12603072.
HSL color Cylindrical-coordinate representation of color #C04EC0: hue angle of 300º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04EC0 is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 192 | - |
| CMYK | 0 | 0.59 | 0 | 0.25 |
| HSL | 300º | 0.48% | 0.53% | - |
| HSV(B) | 300º | 0.59% | 0.75% | - |
| XYZ | 33.98 | 20.46 | 52.03 | - |
| YUV | 125.08 | 165.77 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 192 | 0 | 0.59 | 0 | 0.25 | 300 | 0.48 | 0.53 |
| Hex | C0 | 4E | C0 | 0 | 3B | 0 | 19 | 12C | 30 | 35 |
| Octal | 300 | 116 | 300 | 0 | 73 | 0 | 31 | 454 | 60 | 65 |
| Binary | 11000000 | 1001110 | 11000000 | 0 | 111011 | 0 | 11001 | 100101100 | 110000 | 110101 |
Color Harmonies of #C04EC0
Complementary color
Monochromatic Colors of #C04EC0
Black with #C04EC0
Text Example
Text Example
White with #C04EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EC0; }
p { color: rgb(192,78,192); }
H1.HeaderClassName
{
color: #C04EC0;
}
.AnyTagClassName
{
color: #C04EC0;
}
</style>
background-color css
<style>
a { background-color: #C04EC0; }
a { background-color: rgb(192,78,192); }
div.DivClassName
{
background-color: #C04EC0;
}
.BgClassName
{
background-color: #C04EC0;
}
</style>
border-color css
<style>
span { border-color: #C04EC0; }
span { border-color: rgb(192,78,192); }
td.TdClassName
{
border-color: #C04EC0;
}
.TagClassName
{
border-color: #C04EC0;
}
</style>