Shades of Fuchsia #C54DAC
Tints of Fuchsia #C54DAC
RGB
CMYK
RGB Variations
Color information
#C54DAC (or 0xC54DAC) is known color: Fuchsia. HEX triplet: C5, 4D and AC. RGB value is (197,77,172). Sum of RGB (Red+Green+Blue) = 197+77+172=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C54DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54DAC is #3AB253. Grayscale: #7B7B7B. Windows color (decimal): -3846740 or 11292101. OLE color: 11292101.
HSL color Cylindrical-coordinate representation of color #C54DAC: hue angle of 312.5º 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 #C54DAC is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 172 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.23 |
| HSL | 312.5º | 0.51% | 0.54% | - |
| HSV(B) | 312.5º | 0.61% | 0.77% | - |
| XYZ | 33.13 | 20.16 | 41.17 | - |
| YUV | 123.71 | 155.26 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 172 | 0 | 0.61 | 0.13 | 0.23 | 312.5 | 0.51 | 0.54 |
| Hex | C5 | 4D | AC | 0 | 3D | D | 17 | 138 | 33 | 36 |
| Octal | 305 | 115 | 254 | 0 | 75 | 15 | 27 | 470 | 63 | 66 |
| Binary | 11000101 | 1001101 | 10101100 | 0 | 111101 | 1101 | 10111 | 100111000 | 110011 | 110110 |
Color Harmonies of #C54DAC
Complementary color
Monochromatic Colors of #C54DAC
Black with #C54DAC
Text Example
Text Example
White with #C54DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54DAC; }
p { color: rgb(197,77,172); }
H1.HeaderClassName
{
color: #C54DAC;
}
.AnyTagClassName
{
color: #C54DAC;
}
</style>
background-color css
<style>
a { background-color: #C54DAC; }
a { background-color: rgb(197,77,172); }
div.DivClassName
{
background-color: #C54DAC;
}
.BgClassName
{
background-color: #C54DAC;
}
</style>
border-color css
<style>
span { border-color: #C54DAC; }
span { border-color: rgb(197,77,172); }
td.TdClassName
{
border-color: #C54DAC;
}
.TagClassName
{
border-color: #C54DAC;
}
</style>