Shades of Fuchsia #C056A6
Tints of Fuchsia #C056A6
RGB
CMYK
RGB Variations
Color information
#C056A6 (or 0xC056A6) is known color: Fuchsia. HEX triplet: C0, 56 and A6. RGB value is (192,86,166). Sum of RGB (Red+Green+Blue) = 192+86+166=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C056A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C056A6 is #3FA959. Grayscale: #7E7E7E. Windows color (decimal): -4172122 or 10901184. OLE color: 10901184.
HSL color Cylindrical-coordinate representation of color #C056A6: hue angle of 314.72º 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 #C056A6 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 166 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.25 |
| HSL | 314.72º | 0.46% | 0.55% | - |
| HSV(B) | 314.72º | 0.55% | 0.75% | - |
| XYZ | 31.95 | 20.62 | 38.37 | - |
| YUV | 126.81 | 150.12 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 166 | 0 | 0.55 | 0.14 | 0.25 | 314.72 | 0.46 | 0.55 |
| Hex | C0 | 56 | A6 | 0 | 37 | E | 19 | 13B | 2E | 37 |
| Octal | 300 | 126 | 246 | 0 | 67 | 16 | 31 | 473 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10100110 | 0 | 110111 | 1110 | 11001 | 100111011 | 101110 | 110111 |
Color Harmonies of #C056A6
Complementary color
Monochromatic Colors of #C056A6
Black with #C056A6
Text Example
Text Example
White with #C056A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056A6; }
p { color: rgb(192,86,166); }
H1.HeaderClassName
{
color: #C056A6;
}
.AnyTagClassName
{
color: #C056A6;
}
</style>
background-color css
<style>
a { background-color: #C056A6; }
a { background-color: rgb(192,86,166); }
div.DivClassName
{
background-color: #C056A6;
}
.BgClassName
{
background-color: #C056A6;
}
</style>
border-color css
<style>
span { border-color: #C056A6; }
span { border-color: rgb(192,86,166); }
td.TdClassName
{
border-color: #C056A6;
}
.TagClassName
{
border-color: #C056A6;
}
</style>