Shades of Fuchsia #C159BF
Tints of Fuchsia #C159BF
RGB
CMYK
RGB Variations
Color information
#C159BF (or 0xC159BF) is known color: Fuchsia. HEX triplet: C1, 59 and BF. RGB value is (193,89,191). Sum of RGB (Red+Green+Blue) = 193+89+191=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C159BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C159BF is #3EA640. Grayscale: #838383. Windows color (decimal): -4105793 or 12540353. OLE color: 12540353.
HSL color Cylindrical-coordinate representation of color #C159BF: hue angle of 301.15º 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 #C159BF is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 191 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.24 |
| HSL | 301.15º | 0.46% | 0.55% | - |
| HSV(B) | 301.15º | 0.54% | 0.76% | - |
| XYZ | 34.97 | 22.24 | 51.74 | - |
| YUV | 131.72 | 161.46 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 191 | 0 | 0.54 | 0.01 | 0.24 | 301.15 | 0.46 | 0.55 |
| Hex | C1 | 59 | BF | 0 | 36 | 1 | 18 | 12D | 2E | 37 |
| Octal | 301 | 131 | 277 | 0 | 66 | 1 | 30 | 455 | 56 | 67 |
| Binary | 11000001 | 1011001 | 10111111 | 0 | 110110 | 1 | 11000 | 100101101 | 101110 | 110111 |
Color Harmonies of #C159BF
Complementary color
Monochromatic Colors of #C159BF
Black with #C159BF
Text Example
Text Example
White with #C159BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C159BF; }
p { color: rgb(193,89,191); }
H1.HeaderClassName
{
color: #C159BF;
}
.AnyTagClassName
{
color: #C159BF;
}
</style>
background-color css
<style>
a { background-color: #C159BF; }
a { background-color: rgb(193,89,191); }
div.DivClassName
{
background-color: #C159BF;
}
.BgClassName
{
background-color: #C159BF;
}
</style>
border-color css
<style>
span { border-color: #C159BF; }
span { border-color: rgb(193,89,191); }
td.TdClassName
{
border-color: #C159BF;
}
.TagClassName
{
border-color: #C159BF;
}
</style>