Shades of Fuchsia #C546BD
Tints of Fuchsia #C546BD
RGB
CMYK
RGB Variations
Color information
#C546BD (or 0xC546BD) is known color: Fuchsia. HEX triplet: C5, 46 and BD. RGB value is (197,70,189). Sum of RGB (Red+Green+Blue) = 197+70+189=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C546BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C546BD is #3AB942. Grayscale: #797979. Windows color (decimal): -3848515 or 12404421. OLE color: 12404421.
HSL color Cylindrical-coordinate representation of color #C546BD: hue angle of 303.78º 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 #C546BD is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 189 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.23 |
| HSL | 303.78º | 0.52% | 0.52% | - |
| HSV(B) | 303.78º | 0.64% | 0.77% | - |
| XYZ | 34.4 | 19.92 | 50.18 | - |
| YUV | 121.54 | 166.08 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 189 | 0 | 0.64 | 0.04 | 0.23 | 303.78 | 0.52 | 0.52 |
| Hex | C5 | 46 | BD | 0 | 40 | 4 | 17 | 130 | 34 | 34 |
| Octal | 305 | 106 | 275 | 0 | 100 | 4 | 27 | 460 | 64 | 64 |
| Binary | 11000101 | 1000110 | 10111101 | 0 | 1000000 | 100 | 10111 | 100110000 | 110100 | 110100 |
Color Harmonies of #C546BD
Complementary color
Monochromatic Colors of #C546BD
Black with #C546BD
Text Example
Text Example
White with #C546BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C546BD; }
p { color: rgb(197,70,189); }
H1.HeaderClassName
{
color: #C546BD;
}
.AnyTagClassName
{
color: #C546BD;
}
</style>
background-color css
<style>
a { background-color: #C546BD; }
a { background-color: rgb(197,70,189); }
div.DivClassName
{
background-color: #C546BD;
}
.BgClassName
{
background-color: #C546BD;
}
</style>
border-color css
<style>
span { border-color: #C546BD; }
span { border-color: rgb(197,70,189); }
td.TdClassName
{
border-color: #C546BD;
}
.TagClassName
{
border-color: #C546BD;
}
</style>