Shades of Fuchsia #C056B0
Tints of Fuchsia #C056B0
RGB
CMYK
RGB Variations
Color information
#C056B0 (or 0xC056B0) is known color: Fuchsia. HEX triplet: C0, 56 and B0. RGB value is (192,86,176). Sum of RGB (Red+Green+Blue) = 192+86+176=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C056B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C056B0 is #3FA94F. Grayscale: #7F7F7F. Windows color (decimal): -4172112 or 11556544. OLE color: 11556544.
HSL color Cylindrical-coordinate representation of color #C056B0: hue angle of 309.06º 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 #C056B0 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 176 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.25 |
| HSL | 309.06º | 0.46% | 0.55% | - |
| HSV(B) | 309.06º | 0.55% | 0.75% | - |
| XYZ | 32.9 | 21 | 43.39 | - |
| YUV | 127.95 | 155.12 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 176 | 0 | 0.55 | 0.08 | 0.25 | 309.06 | 0.46 | 0.55 |
| Hex | C0 | 56 | B0 | 0 | 37 | 8 | 19 | 135 | 2E | 37 |
| Octal | 300 | 126 | 260 | 0 | 67 | 10 | 31 | 465 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10110000 | 0 | 110111 | 1000 | 11001 | 100110101 | 101110 | 110111 |
Color Harmonies of #C056B0
Complementary color
Monochromatic Colors of #C056B0
Black with #C056B0
Text Example
Text Example
White with #C056B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056B0; }
p { color: rgb(192,86,176); }
H1.HeaderClassName
{
color: #C056B0;
}
.AnyTagClassName
{
color: #C056B0;
}
</style>
background-color css
<style>
a { background-color: #C056B0; }
a { background-color: rgb(192,86,176); }
div.DivClassName
{
background-color: #C056B0;
}
.BgClassName
{
background-color: #C056B0;
}
</style>
border-color css
<style>
span { border-color: #C056B0; }
span { border-color: rgb(192,86,176); }
td.TdClassName
{
border-color: #C056B0;
}
.TagClassName
{
border-color: #C056B0;
}
</style>