Shades of Fuchsia #C159C0
Tints of Fuchsia #C159C0
RGB
CMYK
RGB Variations
Color information
#C159C0 (or 0xC159C0) is known color: Fuchsia. HEX triplet: C1, 59 and C0. RGB value is (193,89,192). Sum of RGB (Red+Green+Blue) = 193+89+192=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C159C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C159C0 is #3EA63F. Grayscale: #838383. Windows color (decimal): -4105792 or 12605889. OLE color: 12605889.
HSL color Cylindrical-coordinate representation of color #C159C0: hue angle of 300.58º 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 #C159C0 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 192 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.24 |
| HSL | 300.58º | 0.46% | 0.55% | - |
| HSV(B) | 300.58º | 0.54% | 0.76% | - |
| XYZ | 35.08 | 22.29 | 52.32 | - |
| YUV | 131.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 192 | 0 | 0.54 | 0.01 | 0.24 | 300.58 | 0.46 | 0.55 |
| Hex | C1 | 59 | C0 | 0 | 36 | 1 | 18 | 12D | 2E | 37 |
| Octal | 301 | 131 | 300 | 0 | 66 | 1 | 30 | 455 | 56 | 67 |
| Binary | 11000001 | 1011001 | 11000000 | 0 | 110110 | 1 | 11000 | 100101101 | 101110 | 110111 |
Color Harmonies of #C159C0
Complementary color
Monochromatic Colors of #C159C0
Black with #C159C0
Text Example
Text Example
White with #C159C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C159C0; }
p { color: rgb(193,89,192); }
H1.HeaderClassName
{
color: #C159C0;
}
.AnyTagClassName
{
color: #C159C0;
}
</style>
background-color css
<style>
a { background-color: #C159C0; }
a { background-color: rgb(193,89,192); }
div.DivClassName
{
background-color: #C159C0;
}
.BgClassName
{
background-color: #C159C0;
}
</style>
border-color css
<style>
span { border-color: #C159C0; }
span { border-color: rgb(193,89,192); }
td.TdClassName
{
border-color: #C159C0;
}
.TagClassName
{
border-color: #C159C0;
}
</style>