Shades of Fuchsia #C558AB
Tints of Fuchsia #C558AB
RGB
CMYK
RGB Variations
Color information
#C558AB (or 0xC558AB) is known color: Fuchsia. HEX triplet: C5, 58 and AB. RGB value is (197,88,171). Sum of RGB (Red+Green+Blue) = 197+88+171=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C558AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C558AB is #3AA754. Grayscale: #818181. Windows color (decimal): -3843925 or 11229381. OLE color: 11229381.
HSL color Cylindrical-coordinate representation of color #C558AB: hue angle of 314.31º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C558AB is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 171 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.23 |
| HSL | 314.31º | 0.48% | 0.56% | - |
| HSV(B) | 314.31º | 0.55% | 0.77% | - |
| XYZ | 33.87 | 21.79 | 40.95 | - |
| YUV | 130.05 | 151.11 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 171 | 0 | 0.55 | 0.13 | 0.23 | 314.31 | 0.48 | 0.56 |
| Hex | C5 | 58 | AB | 0 | 37 | D | 17 | 13A | 30 | 38 |
| Octal | 305 | 130 | 253 | 0 | 67 | 15 | 27 | 472 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10101011 | 0 | 110111 | 1101 | 10111 | 100111010 | 110000 | 111000 |
Color Harmonies of #C558AB
Complementary color
Monochromatic Colors of #C558AB
Black with #C558AB
Text Example
Text Example
White with #C558AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558AB; }
p { color: rgb(197,88,171); }
H1.HeaderClassName
{
color: #C558AB;
}
.AnyTagClassName
{
color: #C558AB;
}
</style>
background-color css
<style>
a { background-color: #C558AB; }
a { background-color: rgb(197,88,171); }
div.DivClassName
{
background-color: #C558AB;
}
.BgClassName
{
background-color: #C558AB;
}
</style>
border-color css
<style>
span { border-color: #C558AB; }
span { border-color: rgb(197,88,171); }
td.TdClassName
{
border-color: #C558AB;
}
.TagClassName
{
border-color: #C558AB;
}
</style>