Shades of Fuchsia #C546AE
Tints of Fuchsia #C546AE
RGB
CMYK
RGB Variations
Color information
#C546AE (or 0xC546AE) is known color: Fuchsia. HEX triplet: C5, 46 and AE. RGB value is (197,70,174). Sum of RGB (Red+Green+Blue) = 197+70+174=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C546AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C546AE is #3AB951. Grayscale: #777777. Windows color (decimal): -3848530 or 11421381. OLE color: 11421381.
HSL color Cylindrical-coordinate representation of color #C546AE: hue angle of 310.87º 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 #C546AE is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 174 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.23 |
| HSL | 310.87º | 0.52% | 0.52% | - |
| HSV(B) | 310.87º | 0.64% | 0.77% | - |
| XYZ | 32.86 | 19.31 | 42.04 | - |
| YUV | 119.83 | 158.58 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 174 | 0 | 0.64 | 0.12 | 0.23 | 310.87 | 0.52 | 0.52 |
| Hex | C5 | 46 | AE | 0 | 40 | C | 17 | 137 | 34 | 34 |
| Octal | 305 | 106 | 256 | 0 | 100 | 14 | 27 | 467 | 64 | 64 |
| Binary | 11000101 | 1000110 | 10101110 | 0 | 1000000 | 1100 | 10111 | 100110111 | 110100 | 110100 |
Color Harmonies of #C546AE
Complementary color
Monochromatic Colors of #C546AE
Black with #C546AE
Text Example
Text Example
White with #C546AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C546AE; }
p { color: rgb(197,70,174); }
H1.HeaderClassName
{
color: #C546AE;
}
.AnyTagClassName
{
color: #C546AE;
}
</style>
background-color css
<style>
a { background-color: #C546AE; }
a { background-color: rgb(197,70,174); }
div.DivClassName
{
background-color: #C546AE;
}
.BgClassName
{
background-color: #C546AE;
}
</style>
border-color css
<style>
span { border-color: #C546AE; }
span { border-color: rgb(197,70,174); }
td.TdClassName
{
border-color: #C546AE;
}
.TagClassName
{
border-color: #C546AE;
}
</style>