Shades of Fuchsia #C546AD
Tints of Fuchsia #C546AD
RGB
CMYK
RGB Variations
Color information
#C546AD (or 0xC546AD) is known color: Fuchsia. HEX triplet: C5, 46 and AD. RGB value is (197,70,173). Sum of RGB (Red+Green+Blue) = 197+70+173=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C546AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C546AD is #3AB952. Grayscale: #777777. Windows color (decimal): -3848531 or 11355845. OLE color: 11355845.
HSL color Cylindrical-coordinate representation of color #C546AD: hue angle of 311.34º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C546AD is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 173 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.23 |
| HSL | 311.34º | 0.52% | 0.52% | - |
| HSV(B) | 311.34º | 0.64% | 0.77% | - |
| XYZ | 32.76 | 19.27 | 41.53 | - |
| YUV | 119.72 | 158.08 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 173 | 0 | 0.64 | 0.12 | 0.23 | 311.34 | 0.52 | 0.52 |
| Hex | C5 | 46 | AD | 0 | 40 | C | 17 | 137 | 34 | 34 |
| Octal | 305 | 106 | 255 | 0 | 100 | 14 | 27 | 467 | 64 | 64 |
| Binary | 11000101 | 1000110 | 10101101 | 0 | 1000000 | 1100 | 10111 | 100110111 | 110100 | 110100 |
Color Harmonies of #C546AD
Complementary color
Monochromatic Colors of #C546AD
Black with #C546AD
Text Example
Text Example
White with #C546AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C546AD; }
p { color: rgb(197,70,173); }
H1.HeaderClassName
{
color: #C546AD;
}
.AnyTagClassName
{
color: #C546AD;
}
</style>
background-color css
<style>
a { background-color: #C546AD; }
a { background-color: rgb(197,70,173); }
div.DivClassName
{
background-color: #C546AD;
}
.BgClassName
{
background-color: #C546AD;
}
</style>
border-color css
<style>
span { border-color: #C546AD; }
span { border-color: rgb(197,70,173); }
td.TdClassName
{
border-color: #C546AD;
}
.TagClassName
{
border-color: #C546AD;
}
</style>