Shades of Fuchsia #C546BB
Tints of Fuchsia #C546BB
RGB
CMYK
RGB Variations
Color information
#C546BB (or 0xC546BB) is known color: Fuchsia. HEX triplet: C5, 46 and BB. RGB value is (197,70,187). Sum of RGB (Red+Green+Blue) = 197+70+187=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C546BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C546BB is #3AB944. Grayscale: #787878. Windows color (decimal): -3848517 or 12273349. OLE color: 12273349.
HSL color Cylindrical-coordinate representation of color #C546BB: hue angle of 304.72º 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 #C546BB is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 187 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.23 |
| HSL | 304.72º | 0.52% | 0.52% | - |
| HSV(B) | 304.72º | 0.64% | 0.77% | - |
| XYZ | 34.19 | 19.84 | 49.04 | - |
| YUV | 121.31 | 165.08 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 187 | 0 | 0.64 | 0.05 | 0.23 | 304.72 | 0.52 | 0.52 |
| Hex | C5 | 46 | BB | 0 | 40 | 5 | 17 | 131 | 34 | 34 |
| Octal | 305 | 106 | 273 | 0 | 100 | 5 | 27 | 461 | 64 | 64 |
| Binary | 11000101 | 1000110 | 10111011 | 0 | 1000000 | 101 | 10111 | 100110001 | 110100 | 110100 |
Color Harmonies of #C546BB
Complementary color
Monochromatic Colors of #C546BB
Black with #C546BB
Text Example
Text Example
White with #C546BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C546BB; }
p { color: rgb(197,70,187); }
H1.HeaderClassName
{
color: #C546BB;
}
.AnyTagClassName
{
color: #C546BB;
}
</style>
background-color css
<style>
a { background-color: #C546BB; }
a { background-color: rgb(197,70,187); }
div.DivClassName
{
background-color: #C546BB;
}
.BgClassName
{
background-color: #C546BB;
}
</style>
border-color css
<style>
span { border-color: #C546BB; }
span { border-color: rgb(197,70,187); }
td.TdClassName
{
border-color: #C546BB;
}
.TagClassName
{
border-color: #C546BB;
}
</style>