Shades of Fuchsia #C056B2
Tints of Fuchsia #C056B2
RGB
CMYK
RGB Variations
Color information
#C056B2 (or 0xC056B2) is known color: Fuchsia. HEX triplet: C0, 56 and B2. RGB value is (192,86,178). Sum of RGB (Red+Green+Blue) = 192+86+178=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C056B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C056B2 is #3FA94D. Grayscale: #7F7F7F. Windows color (decimal): -4172110 or 11687616. OLE color: 11687616.
HSL color Cylindrical-coordinate representation of color #C056B2: hue angle of 307.92º 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 #C056B2 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 178 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.25 |
| HSL | 307.92º | 0.46% | 0.55% | - |
| HSV(B) | 307.92º | 0.55% | 0.75% | - |
| XYZ | 33.1 | 21.08 | 44.44 | - |
| YUV | 128.18 | 156.12 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 178 | 0 | 0.55 | 0.07 | 0.25 | 307.92 | 0.46 | 0.55 |
| Hex | C0 | 56 | B2 | 0 | 37 | 7 | 19 | 134 | 2E | 37 |
| Octal | 300 | 126 | 262 | 0 | 67 | 7 | 31 | 464 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10110010 | 0 | 110111 | 111 | 11001 | 100110100 | 101110 | 110111 |
Color Harmonies of #C056B2
Complementary color
Monochromatic Colors of #C056B2
Black with #C056B2
Text Example
Text Example
White with #C056B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056B2; }
p { color: rgb(192,86,178); }
H1.HeaderClassName
{
color: #C056B2;
}
.AnyTagClassName
{
color: #C056B2;
}
</style>
background-color css
<style>
a { background-color: #C056B2; }
a { background-color: rgb(192,86,178); }
div.DivClassName
{
background-color: #C056B2;
}
.BgClassName
{
background-color: #C056B2;
}
</style>
border-color css
<style>
span { border-color: #C056B2; }
span { border-color: rgb(192,86,178); }
td.TdClassName
{
border-color: #C056B2;
}
.TagClassName
{
border-color: #C056B2;
}
</style>