Shades of Fuchsia #C546BC
Tints of Fuchsia #C546BC
RGB
CMYK
RGB Variations
Color information
#C546BC (or 0xC546BC) is known color: Fuchsia. HEX triplet: C5, 46 and BC. RGB value is (197,70,188). Sum of RGB (Red+Green+Blue) = 197+70+188=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C546BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C546BC is #3AB943. Grayscale: #797979. Windows color (decimal): -3848516 or 12338885. OLE color: 12338885.
HSL color Cylindrical-coordinate representation of color #C546BC: hue angle of 304.25º 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 #C546BC is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 188 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.23 |
| HSL | 304.25º | 0.52% | 0.52% | - |
| HSV(B) | 304.25º | 0.64% | 0.77% | - |
| XYZ | 34.29 | 19.88 | 49.61 | - |
| YUV | 121.43 | 165.58 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 188 | 0 | 0.64 | 0.05 | 0.23 | 304.25 | 0.52 | 0.52 |
| Hex | C5 | 46 | BC | 0 | 40 | 5 | 17 | 130 | 34 | 34 |
| Octal | 305 | 106 | 274 | 0 | 100 | 5 | 27 | 460 | 64 | 64 |
| Binary | 11000101 | 1000110 | 10111100 | 0 | 1000000 | 101 | 10111 | 100110000 | 110100 | 110100 |
Color Harmonies of #C546BC
Complementary color
Monochromatic Colors of #C546BC
Black with #C546BC
Text Example
Text Example
White with #C546BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C546BC; }
p { color: rgb(197,70,188); }
H1.HeaderClassName
{
color: #C546BC;
}
.AnyTagClassName
{
color: #C546BC;
}
</style>
background-color css
<style>
a { background-color: #C546BC; }
a { background-color: rgb(197,70,188); }
div.DivClassName
{
background-color: #C546BC;
}
.BgClassName
{
background-color: #C546BC;
}
</style>
border-color css
<style>
span { border-color: #C546BC; }
span { border-color: rgb(197,70,188); }
td.TdClassName
{
border-color: #C546BC;
}
.TagClassName
{
border-color: #C546BC;
}
</style>