Shades of Fuchsia #C54CAB
Tints of Fuchsia #C54CAB
RGB
CMYK
RGB Variations
Color information
#C54CAB (or 0xC54CAB) is known color: Fuchsia. HEX triplet: C5, 4C and AB. RGB value is (197,76,171). Sum of RGB (Red+Green+Blue) = 197+76+171=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C54CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54CAB is #3AB354. Grayscale: #7A7A7A. Windows color (decimal): -3846997 or 11226309. OLE color: 11226309.
HSL color Cylindrical-coordinate representation of color #C54CAB: hue angle of 312.89º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C54CAB is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 76 | 171 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.23 |
| HSL | 312.89º | 0.51% | 0.54% | - |
| HSV(B) | 312.89º | 0.61% | 0.77% | - |
| XYZ | 32.96 | 19.98 | 40.65 | - |
| YUV | 123.01 | 155.09 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 171 | 0 | 0.61 | 0.13 | 0.23 | 312.89 | 0.51 | 0.54 |
| Hex | C5 | 4C | AB | 0 | 3D | D | 17 | 139 | 33 | 36 |
| Octal | 305 | 114 | 253 | 0 | 75 | 15 | 27 | 471 | 63 | 66 |
| Binary | 11000101 | 1001100 | 10101011 | 0 | 111101 | 1101 | 10111 | 100111001 | 110011 | 110110 |
Color Harmonies of #C54CAB
Complementary color
Monochromatic Colors of #C54CAB
Black with #C54CAB
Text Example
Text Example
White with #C54CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54CAB; }
p { color: rgb(197,76,171); }
H1.HeaderClassName
{
color: #C54CAB;
}
.AnyTagClassName
{
color: #C54CAB;
}
</style>
background-color css
<style>
a { background-color: #C54CAB; }
a { background-color: rgb(197,76,171); }
div.DivClassName
{
background-color: #C54CAB;
}
.BgClassName
{
background-color: #C54CAB;
}
</style>
border-color css
<style>
span { border-color: #C54CAB; }
span { border-color: rgb(197,76,171); }
td.TdClassName
{
border-color: #C54CAB;
}
.TagClassName
{
border-color: #C54CAB;
}
</style>