Shades of Fuchsia #C558AD
Tints of Fuchsia #C558AD
RGB
CMYK
RGB Variations
Color information
#C558AD (or 0xC558AD) is known color: Fuchsia. HEX triplet: C5, 58 and AD. RGB value is (197,88,173). Sum of RGB (Red+Green+Blue) = 197+88+173=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C558AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C558AD is #3AA752. Grayscale: #828282. Windows color (decimal): -3843923 or 11360453. OLE color: 11360453.
HSL color Cylindrical-coordinate representation of color #C558AD: hue angle of 313.21º 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 #C558AD is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 173 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.23 |
| HSL | 313.21º | 0.48% | 0.56% | - |
| HSV(B) | 313.21º | 0.55% | 0.77% | - |
| XYZ | 34.06 | 21.87 | 41.96 | - |
| YUV | 130.28 | 152.11 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 173 | 0 | 0.55 | 0.12 | 0.23 | 313.21 | 0.48 | 0.56 |
| Hex | C5 | 58 | AD | 0 | 37 | C | 17 | 139 | 30 | 38 |
| Octal | 305 | 130 | 255 | 0 | 67 | 14 | 27 | 471 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10101101 | 0 | 110111 | 1100 | 10111 | 100111001 | 110000 | 111000 |
Color Harmonies of #C558AD
Complementary color
Monochromatic Colors of #C558AD
Black with #C558AD
Text Example
Text Example
White with #C558AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558AD; }
p { color: rgb(197,88,173); }
H1.HeaderClassName
{
color: #C558AD;
}
.AnyTagClassName
{
color: #C558AD;
}
</style>
background-color css
<style>
a { background-color: #C558AD; }
a { background-color: rgb(197,88,173); }
div.DivClassName
{
background-color: #C558AD;
}
.BgClassName
{
background-color: #C558AD;
}
</style>
border-color css
<style>
span { border-color: #C558AD; }
span { border-color: rgb(197,88,173); }
td.TdClassName
{
border-color: #C558AD;
}
.TagClassName
{
border-color: #C558AD;
}
</style>