Shades of Fuchsia #C056B5
Tints of Fuchsia #C056B5
RGB
CMYK
RGB Variations
Color information
#C056B5 (or 0xC056B5) is known color: Fuchsia. HEX triplet: C0, 56 and B5. RGB value is (192,86,181). Sum of RGB (Red+Green+Blue) = 192+86+181=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C056B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056B5 is #3FA94A. Grayscale: #808080. Windows color (decimal): -4172107 or 11884224. OLE color: 11884224.
HSL color Cylindrical-coordinate representation of color #C056B5: hue angle of 306.23º 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 #C056B5 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 181 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.25 |
| HSL | 306.23º | 0.46% | 0.55% | - |
| HSV(B) | 306.23º | 0.55% | 0.75% | - |
| XYZ | 33.41 | 21.2 | 46.05 | - |
| YUV | 128.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 181 | 0 | 0.55 | 0.06 | 0.25 | 306.23 | 0.46 | 0.55 |
| Hex | C0 | 56 | B5 | 0 | 37 | 6 | 19 | 132 | 2E | 37 |
| Octal | 300 | 126 | 265 | 0 | 67 | 6 | 31 | 462 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10110101 | 0 | 110111 | 110 | 11001 | 100110010 | 101110 | 110111 |
Color Harmonies of #C056B5
Complementary color
Monochromatic Colors of #C056B5
Black with #C056B5
Text Example
Text Example
White with #C056B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056B5; }
p { color: rgb(192,86,181); }
H1.HeaderClassName
{
color: #C056B5;
}
.AnyTagClassName
{
color: #C056B5;
}
</style>
background-color css
<style>
a { background-color: #C056B5; }
a { background-color: rgb(192,86,181); }
div.DivClassName
{
background-color: #C056B5;
}
.BgClassName
{
background-color: #C056B5;
}
</style>
border-color css
<style>
span { border-color: #C056B5; }
span { border-color: rgb(192,86,181); }
td.TdClassName
{
border-color: #C056B5;
}
.TagClassName
{
border-color: #C056B5;
}
</style>