Shades of Fuchsia #C548BB
Tints of Fuchsia #C548BB
RGB
CMYK
RGB Variations
Color information
#C548BB (or 0xC548BB) is known color: Fuchsia. HEX triplet: C5, 48 and BB. RGB value is (197,72,187). Sum of RGB (Red+Green+Blue) = 197+72+187=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C548BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548BB is #3AB744. Grayscale: #7A7A7A. Windows color (decimal): -3848005 or 12273861. OLE color: 12273861.
HSL color Cylindrical-coordinate representation of color #C548BB: hue angle of 304.8º 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 #C548BB is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 187 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.23 |
| HSL | 304.8º | 0.52% | 0.53% | - |
| HSV(B) | 304.8º | 0.63% | 0.77% | - |
| XYZ | 34.31 | 20.09 | 49.08 | - |
| YUV | 122.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 187 | 0 | 0.63 | 0.05 | 0.23 | 304.8 | 0.52 | 0.53 |
| Hex | C5 | 48 | BB | 0 | 3F | 5 | 17 | 131 | 34 | 35 |
| Octal | 305 | 110 | 273 | 0 | 77 | 5 | 27 | 461 | 64 | 65 |
| Binary | 11000101 | 1001000 | 10111011 | 0 | 111111 | 101 | 10111 | 100110001 | 110100 | 110101 |
Color Harmonies of #C548BB
Complementary color
Monochromatic Colors of #C548BB
Black with #C548BB
Text Example
Text Example
White with #C548BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C548BB; }
p { color: rgb(197,72,187); }
H1.HeaderClassName
{
color: #C548BB;
}
.AnyTagClassName
{
color: #C548BB;
}
</style>
background-color css
<style>
a { background-color: #C548BB; }
a { background-color: rgb(197,72,187); }
div.DivClassName
{
background-color: #C548BB;
}
.BgClassName
{
background-color: #C548BB;
}
</style>
border-color css
<style>
span { border-color: #C548BB; }
span { border-color: rgb(197,72,187); }
td.TdClassName
{
border-color: #C548BB;
}
.TagClassName
{
border-color: #C548BB;
}
</style>