Shades of Fuchsia #C548AD
Tints of Fuchsia #C548AD
RGB
CMYK
RGB Variations
Color information
#C548AD (or 0xC548AD) is known color: Fuchsia. HEX triplet: C5, 48 and AD. RGB value is (197,72,173). Sum of RGB (Red+Green+Blue) = 197+72+173=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C548AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C548AD is #3AB752. Grayscale: #787878. Windows color (decimal): -3848019 or 11356357. OLE color: 11356357.
HSL color Cylindrical-coordinate representation of color #C548AD: hue angle of 311.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C548AD is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 173 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.23 |
| HSL | 311.52º | 0.52% | 0.53% | - |
| HSV(B) | 311.52º | 0.63% | 0.77% | - |
| XYZ | 32.89 | 19.52 | 41.57 | - |
| YUV | 120.89 | 157.41 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 173 | 0 | 0.63 | 0.12 | 0.23 | 311.52 | 0.52 | 0.53 |
| Hex | C5 | 48 | AD | 0 | 3F | C | 17 | 138 | 34 | 35 |
| Octal | 305 | 110 | 255 | 0 | 77 | 14 | 27 | 470 | 64 | 65 |
| Binary | 11000101 | 1001000 | 10101101 | 0 | 111111 | 1100 | 10111 | 100111000 | 110100 | 110101 |
Color Harmonies of #C548AD
Complementary color
Monochromatic Colors of #C548AD
Black with #C548AD
Text Example
Text Example
White with #C548AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C548AD; }
p { color: rgb(197,72,173); }
H1.HeaderClassName
{
color: #C548AD;
}
.AnyTagClassName
{
color: #C548AD;
}
</style>
background-color css
<style>
a { background-color: #C548AD; }
a { background-color: rgb(197,72,173); }
div.DivClassName
{
background-color: #C548AD;
}
.BgClassName
{
background-color: #C548AD;
}
</style>
border-color css
<style>
span { border-color: #C548AD; }
span { border-color: rgb(197,72,173); }
td.TdClassName
{
border-color: #C548AD;
}
.TagClassName
{
border-color: #C548AD;
}
</style>