Shades of Fuchsia #C54DAB
Tints of Fuchsia #C54DAB
RGB
CMYK
RGB Variations
Color information
#C54DAB (or 0xC54DAB) is known color: Fuchsia. HEX triplet: C5, 4D and AB. RGB value is (197,77,171). Sum of RGB (Red+Green+Blue) = 197+77+171=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C54DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54DAB is #3AB254. Grayscale: #7B7B7B. Windows color (decimal): -3846741 or 11226565. OLE color: 11226565.
HSL color Cylindrical-coordinate representation of color #C54DAB: hue angle of 313º 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 #C54DAB is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 171 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.23 |
| HSL | 313º | 0.51% | 0.54% | - |
| HSV(B) | 313º | 0.61% | 0.77% | - |
| XYZ | 33.03 | 20.12 | 40.67 | - |
| YUV | 123.6 | 154.76 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 171 | 0 | 0.61 | 0.13 | 0.23 | 313 | 0.51 | 0.54 |
| Hex | C5 | 4D | AB | 0 | 3D | D | 17 | 139 | 33 | 36 |
| Octal | 305 | 115 | 253 | 0 | 75 | 15 | 27 | 471 | 63 | 66 |
| Binary | 11000101 | 1001101 | 10101011 | 0 | 111101 | 1101 | 10111 | 100111001 | 110011 | 110110 |
Color Harmonies of #C54DAB
Complementary color
Monochromatic Colors of #C54DAB
Black with #C54DAB
Text Example
Text Example
White with #C54DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54DAB; }
p { color: rgb(197,77,171); }
H1.HeaderClassName
{
color: #C54DAB;
}
.AnyTagClassName
{
color: #C54DAB;
}
</style>
background-color css
<style>
a { background-color: #C54DAB; }
a { background-color: rgb(197,77,171); }
div.DivClassName
{
background-color: #C54DAB;
}
.BgClassName
{
background-color: #C54DAB;
}
</style>
border-color css
<style>
span { border-color: #C54DAB; }
span { border-color: rgb(197,77,171); }
td.TdClassName
{
border-color: #C54DAB;
}
.TagClassName
{
border-color: #C54DAB;
}
</style>