Shades of Fuchsia #C545BF
Tints of Fuchsia #C545BF
RGB
CMYK
RGB Variations
Color information
#C545BF (or 0xC545BF) is known color: Fuchsia. HEX triplet: C5, 45 and BF. RGB value is (197,69,191). Sum of RGB (Red+Green+Blue) = 197+69+191=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C545BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545BF is #3ABA40. Grayscale: #787878. Windows color (decimal): -3848769 or 12535237. OLE color: 12535237.
HSL color Cylindrical-coordinate representation of color #C545BF: hue angle of 302.81º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C545BF is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 191 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.23 |
| HSL | 302.81º | 0.52% | 0.52% | - |
| HSV(B) | 302.81º | 0.65% | 0.77% | - |
| XYZ | 34.56 | 19.89 | 51.31 | - |
| YUV | 121.18 | 167.41 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 191 | 0 | 0.65 | 0.03 | 0.23 | 302.81 | 0.52 | 0.52 |
| Hex | C5 | 45 | BF | 0 | 41 | 3 | 17 | 12F | 34 | 34 |
| Octal | 305 | 105 | 277 | 0 | 101 | 3 | 27 | 457 | 64 | 64 |
| Binary | 11000101 | 1000101 | 10111111 | 0 | 1000001 | 11 | 10111 | 100101111 | 110100 | 110100 |
Color Harmonies of #C545BF
Complementary color
Monochromatic Colors of #C545BF
Black with #C545BF
Text Example
Text Example
White with #C545BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545BF; }
p { color: rgb(197,69,191); }
H1.HeaderClassName
{
color: #C545BF;
}
.AnyTagClassName
{
color: #C545BF;
}
</style>
background-color css
<style>
a { background-color: #C545BF; }
a { background-color: rgb(197,69,191); }
div.DivClassName
{
background-color: #C545BF;
}
.BgClassName
{
background-color: #C545BF;
}
</style>
border-color css
<style>
span { border-color: #C545BF; }
span { border-color: rgb(197,69,191); }
td.TdClassName
{
border-color: #C545BF;
}
.TagClassName
{
border-color: #C545BF;
}
</style>