Shades of Fuchsia #C157AB
Tints of Fuchsia #C157AB
RGB
CMYK
RGB Variations
Color information
#C157AB (or 0xC157AB) is known color: Fuchsia. HEX triplet: C1, 57 and AB. RGB value is (193,87,171). Sum of RGB (Red+Green+Blue) = 193+87+171=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C157AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C157AB is #3EA854. Grayscale: #808080. Windows color (decimal): -4106325 or 11229121. OLE color: 11229121.
HSL color Cylindrical-coordinate representation of color #C157AB: hue angle of 312.45º 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 #C157AB is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 171 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.24 |
| HSL | 312.45º | 0.46% | 0.55% | - |
| HSV(B) | 312.45º | 0.55% | 0.76% | - |
| XYZ | 32.75 | 21.09 | 40.87 | - |
| YUV | 128.27 | 152.12 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 171 | 0 | 0.55 | 0.11 | 0.24 | 312.45 | 0.46 | 0.55 |
| Hex | C1 | 57 | AB | 0 | 37 | B | 18 | 138 | 2E | 37 |
| Octal | 301 | 127 | 253 | 0 | 67 | 13 | 30 | 470 | 56 | 67 |
| Binary | 11000001 | 1010111 | 10101011 | 0 | 110111 | 1011 | 11000 | 100111000 | 101110 | 110111 |
Color Harmonies of #C157AB
Complementary color
Monochromatic Colors of #C157AB
Black with #C157AB
Text Example
Text Example
White with #C157AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C157AB; }
p { color: rgb(193,87,171); }
H1.HeaderClassName
{
color: #C157AB;
}
.AnyTagClassName
{
color: #C157AB;
}
</style>
background-color css
<style>
a { background-color: #C157AB; }
a { background-color: rgb(193,87,171); }
div.DivClassName
{
background-color: #C157AB;
}
.BgClassName
{
background-color: #C157AB;
}
</style>
border-color css
<style>
span { border-color: #C157AB; }
span { border-color: rgb(193,87,171); }
td.TdClassName
{
border-color: #C157AB;
}
.TagClassName
{
border-color: #C157AB;
}
</style>