Shades of Fuchsia #C04EAD
Tints of Fuchsia #C04EAD
RGB
CMYK
RGB Variations
Color information
#C04EAD (or 0xC04EAD) is known color: Fuchsia. HEX triplet: C0, 4E and AD. RGB value is (192,78,173). Sum of RGB (Red+Green+Blue) = 192+78+173=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C04EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04EAD is #3FB152. Grayscale: #7A7A7A. Windows color (decimal): -4174163 or 11357888. OLE color: 11357888.
HSL color Cylindrical-coordinate representation of color #C04EAD: hue angle of 310º 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 #C04EAD is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 173 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.25 |
| HSL | 310º | 0.48% | 0.53% | - |
| HSV(B) | 310º | 0.59% | 0.75% | - |
| XYZ | 32.01 | 19.67 | 41.65 | - |
| YUV | 122.92 | 156.27 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 173 | 0 | 0.59 | 0.10 | 0.25 | 310 | 0.48 | 0.53 |
| Hex | C0 | 4E | AD | 0 | 3B | A | 19 | 136 | 30 | 35 |
| Octal | 300 | 116 | 255 | 0 | 73 | 12 | 31 | 466 | 60 | 65 |
| Binary | 11000000 | 1001110 | 10101101 | 0 | 111011 | 1010 | 11001 | 100110110 | 110000 | 110101 |
Color Harmonies of #C04EAD
Complementary color
Monochromatic Colors of #C04EAD
Black with #C04EAD
Text Example
Text Example
White with #C04EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EAD; }
p { color: rgb(192,78,173); }
H1.HeaderClassName
{
color: #C04EAD;
}
.AnyTagClassName
{
color: #C04EAD;
}
</style>
background-color css
<style>
a { background-color: #C04EAD; }
a { background-color: rgb(192,78,173); }
div.DivClassName
{
background-color: #C04EAD;
}
.BgClassName
{
background-color: #C04EAD;
}
</style>
border-color css
<style>
span { border-color: #C04EAD; }
span { border-color: rgb(192,78,173); }
td.TdClassName
{
border-color: #C04EAD;
}
.TagClassName
{
border-color: #C04EAD;
}
</style>