Shades of Fuchsia #C159A8
Tints of Fuchsia #C159A8
RGB
CMYK
RGB Variations
Color information
#C159A8 (or 0xC159A8) is known color: Fuchsia. HEX triplet: C1, 59 and A8. RGB value is (193,89,168). Sum of RGB (Red+Green+Blue) = 193+89+168=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C159A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C159A8 is #3EA657. Grayscale: #808080. Windows color (decimal): -4105816 or 11033025. OLE color: 11033025.
HSL color Cylindrical-coordinate representation of color #C159A8: hue angle of 314.42º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C159A8 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 168 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.24 |
| HSL | 314.42º | 0.46% | 0.55% | - |
| HSV(B) | 314.42º | 0.54% | 0.76% | - |
| XYZ | 32.63 | 21.31 | 39.44 | - |
| YUV | 129.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 168 | 0 | 0.54 | 0.13 | 0.24 | 314.42 | 0.46 | 0.55 |
| Hex | C1 | 59 | A8 | 0 | 36 | D | 18 | 13A | 2E | 37 |
| Octal | 301 | 131 | 250 | 0 | 66 | 15 | 30 | 472 | 56 | 67 |
| Binary | 11000001 | 1011001 | 10101000 | 0 | 110110 | 1101 | 11000 | 100111010 | 101110 | 110111 |
Color Harmonies of #C159A8
Complementary color
Monochromatic Colors of #C159A8
Black with #C159A8
Text Example
Text Example
White with #C159A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C159A8; }
p { color: rgb(193,89,168); }
H1.HeaderClassName
{
color: #C159A8;
}
.AnyTagClassName
{
color: #C159A8;
}
</style>
background-color css
<style>
a { background-color: #C159A8; }
a { background-color: rgb(193,89,168); }
div.DivClassName
{
background-color: #C159A8;
}
.BgClassName
{
background-color: #C159A8;
}
</style>
border-color css
<style>
span { border-color: #C159A8; }
span { border-color: rgb(193,89,168); }
td.TdClassName
{
border-color: #C159A8;
}
.TagClassName
{
border-color: #C159A8;
}
</style>