Shades of Fuchsia #C056BA
Tints of Fuchsia #C056BA
RGB
CMYK
RGB Variations
Color information
#C056BA (or 0xC056BA) is known color: Fuchsia. HEX triplet: C0, 56 and BA. RGB value is (192,86,186). Sum of RGB (Red+Green+Blue) = 192+86+186=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C056BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056BA is #3FA945. Grayscale: #808080. Windows color (decimal): -4172102 or 12211904. OLE color: 12211904.
HSL color Cylindrical-coordinate representation of color #C056BA: hue angle of 303.4º 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 #C056BA is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 186 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.25 |
| HSL | 303.4º | 0.46% | 0.55% | - |
| HSV(B) | 303.4º | 0.55% | 0.75% | - |
| XYZ | 33.93 | 21.41 | 48.8 | - |
| YUV | 129.09 | 160.12 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 186 | 0 | 0.55 | 0.03 | 0.25 | 303.4 | 0.46 | 0.55 |
| Hex | C0 | 56 | BA | 0 | 37 | 3 | 19 | 12F | 2E | 37 |
| Octal | 300 | 126 | 272 | 0 | 67 | 3 | 31 | 457 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10111010 | 0 | 110111 | 11 | 11001 | 100101111 | 101110 | 110111 |
Color Harmonies of #C056BA
Complementary color
Monochromatic Colors of #C056BA
Black with #C056BA
Text Example
Text Example
White with #C056BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056BA; }
p { color: rgb(192,86,186); }
H1.HeaderClassName
{
color: #C056BA;
}
.AnyTagClassName
{
color: #C056BA;
}
</style>
background-color css
<style>
a { background-color: #C056BA; }
a { background-color: rgb(192,86,186); }
div.DivClassName
{
background-color: #C056BA;
}
.BgClassName
{
background-color: #C056BA;
}
</style>
border-color css
<style>
span { border-color: #C056BA; }
span { border-color: rgb(192,86,186); }
td.TdClassName
{
border-color: #C056BA;
}
.TagClassName
{
border-color: #C056BA;
}
</style>