Shades of Fuchsia #C055A6
Tints of Fuchsia #C055A6
RGB
CMYK
RGB Variations
Color information
#C055A6 (or 0xC055A6) is known color: Fuchsia. HEX triplet: C0, 55 and A6. RGB value is (192,85,166). Sum of RGB (Red+Green+Blue) = 192+85+166=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C055A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C055A6 is #3FAA59. Grayscale: #7E7E7E. Windows color (decimal): -4172378 or 10900928. OLE color: 10900928.
HSL color Cylindrical-coordinate representation of color #C055A6: hue angle of 314.58º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C055A6 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 166 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.25 |
| HSL | 314.58º | 0.46% | 0.54% | - |
| HSV(B) | 314.58º | 0.56% | 0.75% | - |
| XYZ | 31.87 | 20.46 | 38.35 | - |
| YUV | 126.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 166 | 0 | 0.56 | 0.14 | 0.25 | 314.58 | 0.46 | 0.54 |
| Hex | C0 | 55 | A6 | 0 | 38 | E | 19 | 13B | 2E | 36 |
| Octal | 300 | 125 | 246 | 0 | 70 | 16 | 31 | 473 | 56 | 66 |
| Binary | 11000000 | 1010101 | 10100110 | 0 | 111000 | 1110 | 11001 | 100111011 | 101110 | 110110 |
Color Harmonies of #C055A6
Complementary color
Monochromatic Colors of #C055A6
Black with #C055A6
Text Example
Text Example
White with #C055A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C055A6; }
p { color: rgb(192,85,166); }
H1.HeaderClassName
{
color: #C055A6;
}
.AnyTagClassName
{
color: #C055A6;
}
</style>
background-color css
<style>
a { background-color: #C055A6; }
a { background-color: rgb(192,85,166); }
div.DivClassName
{
background-color: #C055A6;
}
.BgClassName
{
background-color: #C055A6;
}
</style>
border-color css
<style>
span { border-color: #C055A6; }
span { border-color: rgb(192,85,166); }
td.TdClassName
{
border-color: #C055A6;
}
.TagClassName
{
border-color: #C055A6;
}
</style>