Shades of Fuchsia #C04EAB
Tints of Fuchsia #C04EAB
RGB
CMYK
RGB Variations
Color information
#C04EAB (or 0xC04EAB) is known color: Fuchsia. HEX triplet: C0, 4E and AB. RGB value is (192,78,171). Sum of RGB (Red+Green+Blue) = 192+78+171=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C04EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04EAB is #3FB154. Grayscale: #7A7A7A. Windows color (decimal): -4174165 or 11226816. OLE color: 11226816.
HSL color Cylindrical-coordinate representation of color #C04EAB: hue angle of 311.05º 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 #C04EAB is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 171 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.25 |
| HSL | 311.05º | 0.48% | 0.53% | - |
| HSV(B) | 311.05º | 0.59% | 0.75% | - |
| XYZ | 31.81 | 19.6 | 40.63 | - |
| YUV | 122.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 171 | 0 | 0.59 | 0.11 | 0.25 | 311.05 | 0.48 | 0.53 |
| Hex | C0 | 4E | AB | 0 | 3B | B | 19 | 137 | 30 | 35 |
| Octal | 300 | 116 | 253 | 0 | 73 | 13 | 31 | 467 | 60 | 65 |
| Binary | 11000000 | 1001110 | 10101011 | 0 | 111011 | 1011 | 11001 | 100110111 | 110000 | 110101 |
Color Harmonies of #C04EAB
Complementary color
Monochromatic Colors of #C04EAB
Black with #C04EAB
Text Example
Text Example
White with #C04EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EAB; }
p { color: rgb(192,78,171); }
H1.HeaderClassName
{
color: #C04EAB;
}
.AnyTagClassName
{
color: #C04EAB;
}
</style>
background-color css
<style>
a { background-color: #C04EAB; }
a { background-color: rgb(192,78,171); }
div.DivClassName
{
background-color: #C04EAB;
}
.BgClassName
{
background-color: #C04EAB;
}
</style>
border-color css
<style>
span { border-color: #C04EAB; }
span { border-color: rgb(192,78,171); }
td.TdClassName
{
border-color: #C04EAB;
}
.TagClassName
{
border-color: #C04EAB;
}
</style>