Shades of Fuchsia #C056B1
Tints of Fuchsia #C056B1
RGB
CMYK
RGB Variations
Color information
#C056B1 (or 0xC056B1) is known color: Fuchsia. HEX triplet: C0, 56 and B1. RGB value is (192,86,177). Sum of RGB (Red+Green+Blue) = 192+86+177=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C056B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C056B1 is #3FA94E. Grayscale: #7F7F7F. Windows color (decimal): -4172111 or 11622080. OLE color: 11622080.
HSL color Cylindrical-coordinate representation of color #C056B1: hue angle of 308.49º 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 #C056B1 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 177 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.25 |
| HSL | 308.49º | 0.46% | 0.55% | - |
| HSV(B) | 308.49º | 0.55% | 0.75% | - |
| XYZ | 33 | 21.04 | 43.92 | - |
| YUV | 128.07 | 155.62 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 177 | 0 | 0.55 | 0.08 | 0.25 | 308.49 | 0.46 | 0.55 |
| Hex | C0 | 56 | B1 | 0 | 37 | 8 | 19 | 134 | 2E | 37 |
| Octal | 300 | 126 | 261 | 0 | 67 | 10 | 31 | 464 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10110001 | 0 | 110111 | 1000 | 11001 | 100110100 | 101110 | 110111 |
Color Harmonies of #C056B1
Complementary color
Monochromatic Colors of #C056B1
Black with #C056B1
Text Example
Text Example
White with #C056B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056B1; }
p { color: rgb(192,86,177); }
H1.HeaderClassName
{
color: #C056B1;
}
.AnyTagClassName
{
color: #C056B1;
}
</style>
background-color css
<style>
a { background-color: #C056B1; }
a { background-color: rgb(192,86,177); }
div.DivClassName
{
background-color: #C056B1;
}
.BgClassName
{
background-color: #C056B1;
}
</style>
border-color css
<style>
span { border-color: #C056B1; }
span { border-color: rgb(192,86,177); }
td.TdClassName
{
border-color: #C056B1;
}
.TagClassName
{
border-color: #C056B1;
}
</style>