Shades of Fuchsia #C04EAC
Tints of Fuchsia #C04EAC
RGB
CMYK
RGB Variations
Color information
#C04EAC (or 0xC04EAC) is known color: Fuchsia. HEX triplet: C0, 4E and AC. RGB value is (192,78,172). Sum of RGB (Red+Green+Blue) = 192+78+172=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C04EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04EAC is #3FB153. Grayscale: #7A7A7A. Windows color (decimal): -4174164 or 11292352. OLE color: 11292352.
HSL color Cylindrical-coordinate representation of color #C04EAC: hue angle of 310.53º 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 #C04EAC is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 172 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.25 |
| HSL | 310.53º | 0.48% | 0.53% | - |
| HSV(B) | 310.53º | 0.59% | 0.75% | - |
| XYZ | 31.91 | 19.63 | 41.14 | - |
| YUV | 122.8 | 155.77 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 172 | 0 | 0.59 | 0.10 | 0.25 | 310.53 | 0.48 | 0.53 |
| Hex | C0 | 4E | AC | 0 | 3B | A | 19 | 137 | 30 | 35 |
| Octal | 300 | 116 | 254 | 0 | 73 | 12 | 31 | 467 | 60 | 65 |
| Binary | 11000000 | 1001110 | 10101100 | 0 | 111011 | 1010 | 11001 | 100110111 | 110000 | 110101 |
Color Harmonies of #C04EAC
Complementary color
Monochromatic Colors of #C04EAC
Black with #C04EAC
Text Example
Text Example
White with #C04EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EAC; }
p { color: rgb(192,78,172); }
H1.HeaderClassName
{
color: #C04EAC;
}
.AnyTagClassName
{
color: #C04EAC;
}
</style>
background-color css
<style>
a { background-color: #C04EAC; }
a { background-color: rgb(192,78,172); }
div.DivClassName
{
background-color: #C04EAC;
}
.BgClassName
{
background-color: #C04EAC;
}
</style>
border-color css
<style>
span { border-color: #C04EAC; }
span { border-color: rgb(192,78,172); }
td.TdClassName
{
border-color: #C04EAC;
}
.TagClassName
{
border-color: #C04EAC;
}
</style>