Shades of Fuchsia #C557AC
Tints of Fuchsia #C557AC
RGB
CMYK
RGB Variations
Color information
#C557AC (or 0xC557AC) is known color: Fuchsia. HEX triplet: C5, 57 and AC. RGB value is (197,87,172). Sum of RGB (Red+Green+Blue) = 197+87+172=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C557AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C557AC is #3AA853. Grayscale: #818181. Windows color (decimal): -3844180 or 11294661. OLE color: 11294661.
HSL color Cylindrical-coordinate representation of color #C557AC: hue angle of 313.64º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C557AC is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 172 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.23 |
| HSL | 313.64º | 0.49% | 0.56% | - |
| HSV(B) | 313.64º | 0.56% | 0.77% | - |
| XYZ | 33.88 | 21.67 | 41.43 | - |
| YUV | 129.58 | 151.94 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 172 | 0 | 0.56 | 0.13 | 0.23 | 313.64 | 0.49 | 0.56 |
| Hex | C5 | 57 | AC | 0 | 38 | D | 17 | 13A | 31 | 38 |
| Octal | 305 | 127 | 254 | 0 | 70 | 15 | 27 | 472 | 61 | 70 |
| Binary | 11000101 | 1010111 | 10101100 | 0 | 111000 | 1101 | 10111 | 100111010 | 110001 | 111000 |
Color Harmonies of #C557AC
Complementary color
Monochromatic Colors of #C557AC
Black with #C557AC
Text Example
Text Example
White with #C557AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C557AC; }
p { color: rgb(197,87,172); }
H1.HeaderClassName
{
color: #C557AC;
}
.AnyTagClassName
{
color: #C557AC;
}
</style>
background-color css
<style>
a { background-color: #C557AC; }
a { background-color: rgb(197,87,172); }
div.DivClassName
{
background-color: #C557AC;
}
.BgClassName
{
background-color: #C557AC;
}
</style>
border-color css
<style>
span { border-color: #C557AC; }
span { border-color: rgb(197,87,172); }
td.TdClassName
{
border-color: #C557AC;
}
.TagClassName
{
border-color: #C557AC;
}
</style>