Shades of Fuchsia #C056AC
Tints of Fuchsia #C056AC
RGB
CMYK
RGB Variations
Color information
#C056AC (or 0xC056AC) is known color: Fuchsia. HEX triplet: C0, 56 and AC. RGB value is (192,86,172). Sum of RGB (Red+Green+Blue) = 192+86+172=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C056AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C056AC is #3FA953. Grayscale: #7F7F7F. Windows color (decimal): -4172116 or 11294400. OLE color: 11294400.
HSL color Cylindrical-coordinate representation of color #C056AC: hue angle of 311.32º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C056AC is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 172 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.25 |
| HSL | 311.32º | 0.46% | 0.55% | - |
| HSV(B) | 311.32º | 0.55% | 0.75% | - |
| XYZ | 32.51 | 20.84 | 41.34 | - |
| YUV | 127.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 172 | 0 | 0.55 | 0.10 | 0.25 | 311.32 | 0.46 | 0.55 |
| Hex | C0 | 56 | AC | 0 | 37 | A | 19 | 137 | 2E | 37 |
| Octal | 300 | 126 | 254 | 0 | 67 | 12 | 31 | 467 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10101100 | 0 | 110111 | 1010 | 11001 | 100110111 | 101110 | 110111 |
Color Harmonies of #C056AC
Complementary color
Monochromatic Colors of #C056AC
Black with #C056AC
Text Example
Text Example
White with #C056AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056AC; }
p { color: rgb(192,86,172); }
H1.HeaderClassName
{
color: #C056AC;
}
.AnyTagClassName
{
color: #C056AC;
}
</style>
background-color css
<style>
a { background-color: #C056AC; }
a { background-color: rgb(192,86,172); }
div.DivClassName
{
background-color: #C056AC;
}
.BgClassName
{
background-color: #C056AC;
}
</style>
border-color css
<style>
span { border-color: #C056AC; }
span { border-color: rgb(192,86,172); }
td.TdClassName
{
border-color: #C056AC;
}
.TagClassName
{
border-color: #C056AC;
}
</style>