Shades of Fuchsia #C558AC
Tints of Fuchsia #C558AC
RGB
CMYK
RGB Variations
Color information
#C558AC (or 0xC558AC) is known color: Fuchsia. HEX triplet: C5, 58 and AC. RGB value is (197,88,172). Sum of RGB (Red+Green+Blue) = 197+88+172=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C558AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C558AC is #3AA753. Grayscale: #818181. Windows color (decimal): -3843924 or 11294917. OLE color: 11294917.
HSL color Cylindrical-coordinate representation of color #C558AC: hue angle of 313.76º 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 #C558AC is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 172 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.23 |
| HSL | 313.76º | 0.48% | 0.56% | - |
| HSV(B) | 313.76º | 0.55% | 0.77% | - |
| XYZ | 33.96 | 21.83 | 41.45 | - |
| YUV | 130.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 172 | 0 | 0.55 | 0.13 | 0.23 | 313.76 | 0.48 | 0.56 |
| Hex | C5 | 58 | AC | 0 | 37 | D | 17 | 13A | 30 | 38 |
| Octal | 305 | 130 | 254 | 0 | 67 | 15 | 27 | 472 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10101100 | 0 | 110111 | 1101 | 10111 | 100111010 | 110000 | 111000 |
Color Harmonies of #C558AC
Complementary color
Monochromatic Colors of #C558AC
Black with #C558AC
Text Example
Text Example
White with #C558AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558AC; }
p { color: rgb(197,88,172); }
H1.HeaderClassName
{
color: #C558AC;
}
.AnyTagClassName
{
color: #C558AC;
}
</style>
background-color css
<style>
a { background-color: #C558AC; }
a { background-color: rgb(197,88,172); }
div.DivClassName
{
background-color: #C558AC;
}
.BgClassName
{
background-color: #C558AC;
}
</style>
border-color css
<style>
span { border-color: #C558AC; }
span { border-color: rgb(197,88,172); }
td.TdClassName
{
border-color: #C558AC;
}
.TagClassName
{
border-color: #C558AC;
}
</style>