Shades of Fuchsia #C54BAB
Tints of Fuchsia #C54BAB
RGB
CMYK
RGB Variations
Color information
#C54BAB (or 0xC54BAB) is known color: Fuchsia. HEX triplet: C5, 4B and AB. RGB value is (197,75,171). Sum of RGB (Red+Green+Blue) = 197+75+171=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C54BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54BAB is #3AB454. Grayscale: #7A7A7A. Windows color (decimal): -3847253 or 11226053. OLE color: 11226053.
HSL color Cylindrical-coordinate representation of color #C54BAB: hue angle of 312.79º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54BAB is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 171 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.23 |
| HSL | 312.79º | 0.51% | 0.53% | - |
| HSV(B) | 312.79º | 0.62% | 0.77% | - |
| XYZ | 32.89 | 19.84 | 40.62 | - |
| YUV | 122.42 | 155.42 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 171 | 0 | 0.62 | 0.13 | 0.23 | 312.79 | 0.51 | 0.53 |
| Hex | C5 | 4B | AB | 0 | 3E | D | 17 | 139 | 33 | 35 |
| Octal | 305 | 113 | 253 | 0 | 76 | 15 | 27 | 471 | 63 | 65 |
| Binary | 11000101 | 1001011 | 10101011 | 0 | 111110 | 1101 | 10111 | 100111001 | 110011 | 110101 |
Color Harmonies of #C54BAB
Complementary color
Monochromatic Colors of #C54BAB
Black with #C54BAB
Text Example
Text Example
White with #C54BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BAB; }
p { color: rgb(197,75,171); }
H1.HeaderClassName
{
color: #C54BAB;
}
.AnyTagClassName
{
color: #C54BAB;
}
</style>
background-color css
<style>
a { background-color: #C54BAB; }
a { background-color: rgb(197,75,171); }
div.DivClassName
{
background-color: #C54BAB;
}
.BgClassName
{
background-color: #C54BAB;
}
</style>
border-color css
<style>
span { border-color: #C54BAB; }
span { border-color: rgb(197,75,171); }
td.TdClassName
{
border-color: #C54BAB;
}
.TagClassName
{
border-color: #C54BAB;
}
</style>