Shades of Fuchsia #C54FAC
Tints of Fuchsia #C54FAC
RGB
CMYK
RGB Variations
Color information
#C54FAC (or 0xC54FAC) is known color: Fuchsia. HEX triplet: C5, 4F and AC. RGB value is (197,79,172). Sum of RGB (Red+Green+Blue) = 197+79+172=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C54FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54FAC is #3AB053. Grayscale: #7C7C7C. Windows color (decimal): -3846228 or 11292613. OLE color: 11292613.
HSL color Cylindrical-coordinate representation of color #C54FAC: hue angle of 312.71º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C54FAC is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 172 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.23 |
| HSL | 312.71º | 0.5% | 0.54% | - |
| HSV(B) | 312.71º | 0.6% | 0.77% | - |
| XYZ | 33.27 | 20.44 | 41.22 | - |
| YUV | 124.88 | 154.59 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 172 | 0 | 0.60 | 0.13 | 0.23 | 312.71 | 0.5 | 0.54 |
| Hex | C5 | 4F | AC | 0 | 3C | D | 17 | 139 | 32 | 36 |
| Octal | 305 | 117 | 254 | 0 | 74 | 15 | 27 | 471 | 62 | 66 |
| Binary | 11000101 | 1001111 | 10101100 | 0 | 111100 | 1101 | 10111 | 100111001 | 110010 | 110110 |
Color Harmonies of #C54FAC
Complementary color
Monochromatic Colors of #C54FAC
Black with #C54FAC
Text Example
Text Example
White with #C54FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FAC; }
p { color: rgb(197,79,172); }
H1.HeaderClassName
{
color: #C54FAC;
}
.AnyTagClassName
{
color: #C54FAC;
}
</style>
background-color css
<style>
a { background-color: #C54FAC; }
a { background-color: rgb(197,79,172); }
div.DivClassName
{
background-color: #C54FAC;
}
.BgClassName
{
background-color: #C54FAC;
}
</style>
border-color css
<style>
span { border-color: #C54FAC; }
span { border-color: rgb(197,79,172); }
td.TdClassName
{
border-color: #C54FAC;
}
.TagClassName
{
border-color: #C54FAC;
}
</style>