Shades of Fuchsia #C156A8
Tints of Fuchsia #C156A8
RGB
CMYK
RGB Variations
Color information
#C156A8 (or 0xC156A8) is known color: Fuchsia. HEX triplet: C1, 56 and A8. RGB value is (193,86,168). Sum of RGB (Red+Green+Blue) = 193+86+168=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C156A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C156A8 is #3EA957. Grayscale: #7F7F7F. Windows color (decimal): -4106584 or 11032257. OLE color: 11032257.
HSL color Cylindrical-coordinate representation of color #C156A8: hue angle of 314.02º 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 #C156A8 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 168 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.24 |
| HSL | 314.02º | 0.46% | 0.55% | - |
| HSV(B) | 314.02º | 0.55% | 0.76% | - |
| XYZ | 32.39 | 20.82 | 39.36 | - |
| YUV | 127.34 | 150.95 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 168 | 0 | 0.55 | 0.13 | 0.24 | 314.02 | 0.46 | 0.55 |
| Hex | C1 | 56 | A8 | 0 | 37 | D | 18 | 13A | 2E | 37 |
| Octal | 301 | 126 | 250 | 0 | 67 | 15 | 30 | 472 | 56 | 67 |
| Binary | 11000001 | 1010110 | 10101000 | 0 | 110111 | 1101 | 11000 | 100111010 | 101110 | 110111 |
Color Harmonies of #C156A8
Complementary color
Monochromatic Colors of #C156A8
Black with #C156A8
Text Example
Text Example
White with #C156A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C156A8; }
p { color: rgb(193,86,168); }
H1.HeaderClassName
{
color: #C156A8;
}
.AnyTagClassName
{
color: #C156A8;
}
</style>
background-color css
<style>
a { background-color: #C156A8; }
a { background-color: rgb(193,86,168); }
div.DivClassName
{
background-color: #C156A8;
}
.BgClassName
{
background-color: #C156A8;
}
</style>
border-color css
<style>
span { border-color: #C156A8; }
span { border-color: rgb(193,86,168); }
td.TdClassName
{
border-color: #C156A8;
}
.TagClassName
{
border-color: #C156A8;
}
</style>