Shades of Fuchsia #C056B6
Tints of Fuchsia #C056B6
RGB
CMYK
RGB Variations
Color information
#C056B6 (or 0xC056B6) is known color: Fuchsia. HEX triplet: C0, 56 and B6. RGB value is (192,86,182). Sum of RGB (Red+Green+Blue) = 192+86+182=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C056B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056B6 is #3FA949. Grayscale: #808080. Windows color (decimal): -4172106 or 11949760. OLE color: 11949760.
HSL color Cylindrical-coordinate representation of color #C056B6: hue angle of 305.66º 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 #C056B6 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 182 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.25 |
| HSL | 305.66º | 0.46% | 0.55% | - |
| HSV(B) | 305.66º | 0.55% | 0.75% | - |
| XYZ | 33.51 | 21.24 | 46.59 | - |
| YUV | 128.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 182 | 0 | 0.55 | 0.05 | 0.25 | 305.66 | 0.46 | 0.55 |
| Hex | C0 | 56 | B6 | 0 | 37 | 5 | 19 | 132 | 2E | 37 |
| Octal | 300 | 126 | 266 | 0 | 67 | 5 | 31 | 462 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10110110 | 0 | 110111 | 101 | 11001 | 100110010 | 101110 | 110111 |
Color Harmonies of #C056B6
Complementary color
Monochromatic Colors of #C056B6
Black with #C056B6
Text Example
Text Example
White with #C056B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056B6; }
p { color: rgb(192,86,182); }
H1.HeaderClassName
{
color: #C056B6;
}
.AnyTagClassName
{
color: #C056B6;
}
</style>
background-color css
<style>
a { background-color: #C056B6; }
a { background-color: rgb(192,86,182); }
div.DivClassName
{
background-color: #C056B6;
}
.BgClassName
{
background-color: #C056B6;
}
</style>
border-color css
<style>
span { border-color: #C056B6; }
span { border-color: rgb(192,86,182); }
td.TdClassName
{
border-color: #C056B6;
}
.TagClassName
{
border-color: #C056B6;
}
</style>