Shades of Fuchsia #C04EBC
Tints of Fuchsia #C04EBC
RGB
CMYK
RGB Variations
Color information
#C04EBC (or 0xC04EBC) is known color: Fuchsia. HEX triplet: C0, 4E and BC. RGB value is (192,78,188). Sum of RGB (Red+Green+Blue) = 192+78+188=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C04EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04EBC is #3FB143. Grayscale: #7C7C7C. Windows color (decimal): -4174148 or 12340928. OLE color: 12340928.
HSL color Cylindrical-coordinate representation of color #C04EBC: hue angle of 302.11º 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 #C04EBC is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 188 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.25 |
| HSL | 302.11º | 0.48% | 0.53% | - |
| HSV(B) | 302.11º | 0.59% | 0.75% | - |
| XYZ | 33.54 | 20.29 | 49.72 | - |
| YUV | 124.63 | 163.77 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 188 | 0 | 0.59 | 0.02 | 0.25 | 302.11 | 0.48 | 0.53 |
| Hex | C0 | 4E | BC | 0 | 3B | 2 | 19 | 12E | 30 | 35 |
| Octal | 300 | 116 | 274 | 0 | 73 | 2 | 31 | 456 | 60 | 65 |
| Binary | 11000000 | 1001110 | 10111100 | 0 | 111011 | 10 | 11001 | 100101110 | 110000 | 110101 |
Color Harmonies of #C04EBC
Complementary color
Monochromatic Colors of #C04EBC
Black with #C04EBC
Text Example
Text Example
White with #C04EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EBC; }
p { color: rgb(192,78,188); }
H1.HeaderClassName
{
color: #C04EBC;
}
.AnyTagClassName
{
color: #C04EBC;
}
</style>
background-color css
<style>
a { background-color: #C04EBC; }
a { background-color: rgb(192,78,188); }
div.DivClassName
{
background-color: #C04EBC;
}
.BgClassName
{
background-color: #C04EBC;
}
</style>
border-color css
<style>
span { border-color: #C04EBC; }
span { border-color: rgb(192,78,188); }
td.TdClassName
{
border-color: #C04EBC;
}
.TagClassName
{
border-color: #C04EBC;
}
</style>