Shades of Fuchsia #C545BC
Tints of Fuchsia #C545BC
RGB
CMYK
RGB Variations
Color information
#C545BC (or 0xC545BC) is known color: Fuchsia. HEX triplet: C5, 45 and BC. RGB value is (197,69,188). Sum of RGB (Red+Green+Blue) = 197+69+188=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C545BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545BC is #3ABA43. Grayscale: #787878. Windows color (decimal): -3848772 or 12338629. OLE color: 12338629.
HSL color Cylindrical-coordinate representation of color #C545BC: hue angle of 304.22º 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 #C545BC is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 188 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.23 |
| HSL | 304.22º | 0.52% | 0.52% | - |
| HSV(B) | 304.22º | 0.65% | 0.77% | - |
| XYZ | 34.23 | 19.76 | 49.59 | - |
| YUV | 120.84 | 165.91 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 188 | 0 | 0.65 | 0.05 | 0.23 | 304.22 | 0.52 | 0.52 |
| Hex | C5 | 45 | BC | 0 | 41 | 5 | 17 | 130 | 34 | 34 |
| Octal | 305 | 105 | 274 | 0 | 101 | 5 | 27 | 460 | 64 | 64 |
| Binary | 11000101 | 1000101 | 10111100 | 0 | 1000001 | 101 | 10111 | 100110000 | 110100 | 110100 |
Color Harmonies of #C545BC
Complementary color
Monochromatic Colors of #C545BC
Black with #C545BC
Text Example
Text Example
White with #C545BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545BC; }
p { color: rgb(197,69,188); }
H1.HeaderClassName
{
color: #C545BC;
}
.AnyTagClassName
{
color: #C545BC;
}
</style>
background-color css
<style>
a { background-color: #C545BC; }
a { background-color: rgb(197,69,188); }
div.DivClassName
{
background-color: #C545BC;
}
.BgClassName
{
background-color: #C545BC;
}
</style>
border-color css
<style>
span { border-color: #C545BC; }
span { border-color: rgb(197,69,188); }
td.TdClassName
{
border-color: #C545BC;
}
.TagClassName
{
border-color: #C545BC;
}
</style>