Shades of Fuchsia #C159BE
Tints of Fuchsia #C159BE
RGB
CMYK
RGB Variations
Color information
#C159BE (or 0xC159BE) is known color: Fuchsia. HEX triplet: C1, 59 and BE. RGB value is (193,89,190). Sum of RGB (Red+Green+Blue) = 193+89+190=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C159BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C159BE is #3EA641. Grayscale: #838383. Windows color (decimal): -4105794 or 12474817. OLE color: 12474817.
HSL color Cylindrical-coordinate representation of color #C159BE: hue angle of 301.73º 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 #C159BE is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 190 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.24 |
| HSL | 301.73º | 0.46% | 0.55% | - |
| HSV(B) | 301.73º | 0.54% | 0.76% | - |
| XYZ | 34.86 | 22.2 | 51.16 | - |
| YUV | 131.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 190 | 0 | 0.54 | 0.02 | 0.24 | 301.73 | 0.46 | 0.55 |
| Hex | C1 | 59 | BE | 0 | 36 | 2 | 18 | 12E | 2E | 37 |
| Octal | 301 | 131 | 276 | 0 | 66 | 2 | 30 | 456 | 56 | 67 |
| Binary | 11000001 | 1011001 | 10111110 | 0 | 110110 | 10 | 11000 | 100101110 | 101110 | 110111 |
Color Harmonies of #C159BE
Complementary color
Monochromatic Colors of #C159BE
Black with #C159BE
Text Example
Text Example
White with #C159BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C159BE; }
p { color: rgb(193,89,190); }
H1.HeaderClassName
{
color: #C159BE;
}
.AnyTagClassName
{
color: #C159BE;
}
</style>
background-color css
<style>
a { background-color: #C159BE; }
a { background-color: rgb(193,89,190); }
div.DivClassName
{
background-color: #C159BE;
}
.BgClassName
{
background-color: #C159BE;
}
</style>
border-color css
<style>
span { border-color: #C159BE; }
span { border-color: rgb(193,89,190); }
td.TdClassName
{
border-color: #C159BE;
}
.TagClassName
{
border-color: #C159BE;
}
</style>