Shades of Fuchsia #C546AA
Tints of Fuchsia #C546AA
RGB
CMYK
RGB Variations
Color information
#C546AA (or 0xC546AA) is known color: Fuchsia. HEX triplet: C5, 46 and AA. RGB value is (197,70,170). Sum of RGB (Red+Green+Blue) = 197+70+170=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C546AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C546AA is #3AB955. Grayscale: #777777. Windows color (decimal): -3848534 or 11159237. OLE color: 11159237.
HSL color Cylindrical-coordinate representation of color #C546AA: hue angle of 312.76º 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 #C546AA is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 170 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.23 |
| HSL | 312.76º | 0.52% | 0.52% | - |
| HSV(B) | 312.76º | 0.64% | 0.77% | - |
| XYZ | 32.47 | 19.15 | 40.02 | - |
| YUV | 119.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 170 | 0 | 0.64 | 0.14 | 0.23 | 312.76 | 0.52 | 0.52 |
| Hex | C5 | 46 | AA | 0 | 40 | E | 17 | 139 | 34 | 34 |
| Octal | 305 | 106 | 252 | 0 | 100 | 16 | 27 | 471 | 64 | 64 |
| Binary | 11000101 | 1000110 | 10101010 | 0 | 1000000 | 1110 | 10111 | 100111001 | 110100 | 110100 |
Color Harmonies of #C546AA
Complementary color
Monochromatic Colors of #C546AA
Black with #C546AA
Text Example
Text Example
White with #C546AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C546AA; }
p { color: rgb(197,70,170); }
H1.HeaderClassName
{
color: #C546AA;
}
.AnyTagClassName
{
color: #C546AA;
}
</style>
background-color css
<style>
a { background-color: #C546AA; }
a { background-color: rgb(197,70,170); }
div.DivClassName
{
background-color: #C546AA;
}
.BgClassName
{
background-color: #C546AA;
}
</style>
border-color css
<style>
span { border-color: #C546AA; }
span { border-color: rgb(197,70,170); }
td.TdClassName
{
border-color: #C546AA;
}
.TagClassName
{
border-color: #C546AA;
}
</style>