Shades of Fuchsia #C056AA
Tints of Fuchsia #C056AA
RGB
CMYK
RGB Variations
Color information
#C056AA (or 0xC056AA) is known color: Fuchsia. HEX triplet: C0, 56 and AA. RGB value is (192,86,170). Sum of RGB (Red+Green+Blue) = 192+86+170=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C056AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C056AA is #3FA955. Grayscale: #7F7F7F. Windows color (decimal): -4172118 or 11163328. OLE color: 11163328.
HSL color Cylindrical-coordinate representation of color #C056AA: hue angle of 312.45º 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 #C056AA is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 170 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.25 |
| HSL | 312.45º | 0.46% | 0.55% | - |
| HSV(B) | 312.45º | 0.55% | 0.75% | - |
| XYZ | 32.32 | 20.76 | 40.33 | - |
| YUV | 127.27 | 152.12 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 170 | 0 | 0.55 | 0.11 | 0.25 | 312.45 | 0.46 | 0.55 |
| Hex | C0 | 56 | AA | 0 | 37 | B | 19 | 138 | 2E | 37 |
| Octal | 300 | 126 | 252 | 0 | 67 | 13 | 31 | 470 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10101010 | 0 | 110111 | 1011 | 11001 | 100111000 | 101110 | 110111 |
Color Harmonies of #C056AA
Complementary color
Monochromatic Colors of #C056AA
Black with #C056AA
Text Example
Text Example
White with #C056AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056AA; }
p { color: rgb(192,86,170); }
H1.HeaderClassName
{
color: #C056AA;
}
.AnyTagClassName
{
color: #C056AA;
}
</style>
background-color css
<style>
a { background-color: #C056AA; }
a { background-color: rgb(192,86,170); }
div.DivClassName
{
background-color: #C056AA;
}
.BgClassName
{
background-color: #C056AA;
}
</style>
border-color css
<style>
span { border-color: #C056AA; }
span { border-color: rgb(192,86,170); }
td.TdClassName
{
border-color: #C056AA;
}
.TagClassName
{
border-color: #C056AA;
}
</style>