Shades of Fuchsia #C156BC
Tints of Fuchsia #C156BC
RGB
CMYK
RGB Variations
Color information
#C156BC (or 0xC156BC) is known color: Fuchsia. HEX triplet: C1, 56 and BC. RGB value is (193,86,188). Sum of RGB (Red+Green+Blue) = 193+86+188=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C156BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C156BC is #3EA943. Grayscale: #818181. Windows color (decimal): -4106564 or 12342977. OLE color: 12342977.
HSL color Cylindrical-coordinate representation of color #C156BC: hue angle of 302.8º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C156BC is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 188 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.24 |
| HSL | 302.8º | 0.46% | 0.55% | - |
| HSV(B) | 302.8º | 0.55% | 0.76% | - |
| XYZ | 34.4 | 21.62 | 49.94 | - |
| YUV | 129.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 188 | 0 | 0.55 | 0.03 | 0.24 | 302.8 | 0.46 | 0.55 |
| Hex | C1 | 56 | BC | 0 | 37 | 3 | 18 | 12F | 2E | 37 |
| Octal | 301 | 126 | 274 | 0 | 67 | 3 | 30 | 457 | 56 | 67 |
| Binary | 11000001 | 1010110 | 10111100 | 0 | 110111 | 11 | 11000 | 100101111 | 101110 | 110111 |
Color Harmonies of #C156BC
Complementary color
Monochromatic Colors of #C156BC
Black with #C156BC
Text Example
Text Example
White with #C156BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C156BC; }
p { color: rgb(193,86,188); }
H1.HeaderClassName
{
color: #C156BC;
}
.AnyTagClassName
{
color: #C156BC;
}
</style>
background-color css
<style>
a { background-color: #C156BC; }
a { background-color: rgb(193,86,188); }
div.DivClassName
{
background-color: #C156BC;
}
.BgClassName
{
background-color: #C156BC;
}
</style>
border-color css
<style>
span { border-color: #C156BC; }
span { border-color: rgb(193,86,188); }
td.TdClassName
{
border-color: #C156BC;
}
.TagClassName
{
border-color: #C156BC;
}
</style>