Shades of Fuchsia #C548BA
Tints of Fuchsia #C548BA
RGB
CMYK
RGB Variations
Color information
#C548BA (or 0xC548BA) is known color: Fuchsia. HEX triplet: C5, 48 and BA. RGB value is (197,72,186). Sum of RGB (Red+Green+Blue) = 197+72+186=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C548BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548BA is #3AB745. Grayscale: #7A7A7A. Windows color (decimal): -3848006 or 12208325. OLE color: 12208325.
HSL color Cylindrical-coordinate representation of color #C548BA: hue angle of 305.28º 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 #C548BA is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 186 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.23 |
| HSL | 305.28º | 0.52% | 0.53% | - |
| HSV(B) | 305.28º | 0.63% | 0.77% | - |
| XYZ | 34.21 | 20.05 | 48.52 | - |
| YUV | 122.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 186 | 0 | 0.63 | 0.06 | 0.23 | 305.28 | 0.52 | 0.53 |
| Hex | C5 | 48 | BA | 0 | 3F | 6 | 17 | 131 | 34 | 35 |
| Octal | 305 | 110 | 272 | 0 | 77 | 6 | 27 | 461 | 64 | 65 |
| Binary | 11000101 | 1001000 | 10111010 | 0 | 111111 | 110 | 10111 | 100110001 | 110100 | 110101 |
Color Harmonies of #C548BA
Complementary color
Monochromatic Colors of #C548BA
Black with #C548BA
Text Example
Text Example
White with #C548BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C548BA; }
p { color: rgb(197,72,186); }
H1.HeaderClassName
{
color: #C548BA;
}
.AnyTagClassName
{
color: #C548BA;
}
</style>
background-color css
<style>
a { background-color: #C548BA; }
a { background-color: rgb(197,72,186); }
div.DivClassName
{
background-color: #C548BA;
}
.BgClassName
{
background-color: #C548BA;
}
</style>
border-color css
<style>
span { border-color: #C548BA; }
span { border-color: rgb(197,72,186); }
td.TdClassName
{
border-color: #C548BA;
}
.TagClassName
{
border-color: #C548BA;
}
</style>