Shades of Fuchsia #C548BF
Tints of Fuchsia #C548BF
RGB
CMYK
RGB Variations
Color information
#C548BF (or 0xC548BF) is known color: Fuchsia. HEX triplet: C5, 48 and BF. RGB value is (197,72,191). Sum of RGB (Red+Green+Blue) = 197+72+191=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C548BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548BF is #3AB740. Grayscale: #7A7A7A. Windows color (decimal): -3848001 or 12536005. OLE color: 12536005.
HSL color Cylindrical-coordinate representation of color #C548BF: hue angle of 302.88º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C548BF is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 191 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.23 |
| HSL | 302.88º | 0.52% | 0.53% | - |
| HSV(B) | 302.88º | 0.63% | 0.77% | - |
| XYZ | 34.75 | 20.27 | 51.37 | - |
| YUV | 122.94 | 166.41 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 191 | 0 | 0.63 | 0.03 | 0.23 | 302.88 | 0.52 | 0.53 |
| Hex | C5 | 48 | BF | 0 | 3F | 3 | 17 | 12F | 34 | 35 |
| Octal | 305 | 110 | 277 | 0 | 77 | 3 | 27 | 457 | 64 | 65 |
| Binary | 11000101 | 1001000 | 10111111 | 0 | 111111 | 11 | 10111 | 100101111 | 110100 | 110101 |
Color Harmonies of #C548BF
Complementary color
Monochromatic Colors of #C548BF
Black with #C548BF
Text Example
Text Example
White with #C548BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C548BF; }
p { color: rgb(197,72,191); }
H1.HeaderClassName
{
color: #C548BF;
}
.AnyTagClassName
{
color: #C548BF;
}
</style>
background-color css
<style>
a { background-color: #C548BF; }
a { background-color: rgb(197,72,191); }
div.DivClassName
{
background-color: #C548BF;
}
.BgClassName
{
background-color: #C548BF;
}
</style>
border-color css
<style>
span { border-color: #C548BF; }
span { border-color: rgb(197,72,191); }
td.TdClassName
{
border-color: #C548BF;
}
.TagClassName
{
border-color: #C548BF;
}
</style>