Shades of Fuchsia #C056A9
Tints of Fuchsia #C056A9
RGB
CMYK
RGB Variations
Color information
#C056A9 (or 0xC056A9) is known color: Fuchsia. HEX triplet: C0, 56 and A9. RGB value is (192,86,169). Sum of RGB (Red+Green+Blue) = 192+86+169=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C056A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C056A9 is #3FA956. Grayscale: #7E7E7E. Windows color (decimal): -4172119 or 11097792. OLE color: 11097792.
HSL color Cylindrical-coordinate representation of color #C056A9: hue angle of 313.02º 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 #C056A9 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 169 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.25 |
| HSL | 313.02º | 0.46% | 0.55% | - |
| HSV(B) | 313.02º | 0.55% | 0.75% | - |
| XYZ | 32.23 | 20.73 | 39.84 | - |
| YUV | 127.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 169 | 0 | 0.55 | 0.12 | 0.25 | 313.02 | 0.46 | 0.55 |
| Hex | C0 | 56 | A9 | 0 | 37 | C | 19 | 139 | 2E | 37 |
| Octal | 300 | 126 | 251 | 0 | 67 | 14 | 31 | 471 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10101001 | 0 | 110111 | 1100 | 11001 | 100111001 | 101110 | 110111 |
Color Harmonies of #C056A9
Complementary color
Monochromatic Colors of #C056A9
Black with #C056A9
Text Example
Text Example
White with #C056A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056A9; }
p { color: rgb(192,86,169); }
H1.HeaderClassName
{
color: #C056A9;
}
.AnyTagClassName
{
color: #C056A9;
}
</style>
background-color css
<style>
a { background-color: #C056A9; }
a { background-color: rgb(192,86,169); }
div.DivClassName
{
background-color: #C056A9;
}
.BgClassName
{
background-color: #C056A9;
}
</style>
border-color css
<style>
span { border-color: #C056A9; }
span { border-color: rgb(192,86,169); }
td.TdClassName
{
border-color: #C056A9;
}
.TagClassName
{
border-color: #C056A9;
}
</style>