Shades of Fuchsia #C056B9
Tints of Fuchsia #C056B9
RGB
CMYK
RGB Variations
Color information
#C056B9 (or 0xC056B9) is known color: Fuchsia. HEX triplet: C0, 56 and B9. RGB value is (192,86,185). Sum of RGB (Red+Green+Blue) = 192+86+185=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C056B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056B9 is #3FA946. Grayscale: #808080. Windows color (decimal): -4172103 or 12146368. OLE color: 12146368.
HSL color Cylindrical-coordinate representation of color #C056B9: hue angle of 303.96º 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 #C056B9 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 185 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.25 |
| HSL | 303.96º | 0.46% | 0.55% | - |
| HSV(B) | 303.96º | 0.55% | 0.75% | - |
| XYZ | 33.82 | 21.36 | 48.24 | - |
| YUV | 128.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 185 | 0 | 0.55 | 0.04 | 0.25 | 303.96 | 0.46 | 0.55 |
| Hex | C0 | 56 | B9 | 0 | 37 | 4 | 19 | 130 | 2E | 37 |
| Octal | 300 | 126 | 271 | 0 | 67 | 4 | 31 | 460 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10111001 | 0 | 110111 | 100 | 11001 | 100110000 | 101110 | 110111 |
Color Harmonies of #C056B9
Complementary color
Monochromatic Colors of #C056B9
Black with #C056B9
Text Example
Text Example
White with #C056B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056B9; }
p { color: rgb(192,86,185); }
H1.HeaderClassName
{
color: #C056B9;
}
.AnyTagClassName
{
color: #C056B9;
}
</style>
background-color css
<style>
a { background-color: #C056B9; }
a { background-color: rgb(192,86,185); }
div.DivClassName
{
background-color: #C056B9;
}
.BgClassName
{
background-color: #C056B9;
}
</style>
border-color css
<style>
span { border-color: #C056B9; }
span { border-color: rgb(192,86,185); }
td.TdClassName
{
border-color: #C056B9;
}
.TagClassName
{
border-color: #C056B9;
}
</style>