Shades of Fuchsia #C54AAC
Tints of Fuchsia #C54AAC
RGB
CMYK
RGB Variations
Color information
#C54AAC (or 0xC54AAC) is known color: Fuchsia. HEX triplet: C5, 4A and AC. RGB value is (197,74,172). Sum of RGB (Red+Green+Blue) = 197+74+172=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C54AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54AAC is #3AB553. Grayscale: #797979. Windows color (decimal): -3847508 or 11291333. OLE color: 11291333.
HSL color Cylindrical-coordinate representation of color #C54AAC: hue angle of 312.2º 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 #C54AAC is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 172 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.23 |
| HSL | 312.2º | 0.51% | 0.53% | - |
| HSV(B) | 312.2º | 0.62% | 0.77% | - |
| XYZ | 32.92 | 19.75 | 41.11 | - |
| YUV | 121.95 | 156.25 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 172 | 0 | 0.62 | 0.13 | 0.23 | 312.2 | 0.51 | 0.53 |
| Hex | C5 | 4A | AC | 0 | 3E | D | 17 | 138 | 33 | 35 |
| Octal | 305 | 112 | 254 | 0 | 76 | 15 | 27 | 470 | 63 | 65 |
| Binary | 11000101 | 1001010 | 10101100 | 0 | 111110 | 1101 | 10111 | 100111000 | 110011 | 110101 |
Color Harmonies of #C54AAC
Complementary color
Monochromatic Colors of #C54AAC
Black with #C54AAC
Text Example
Text Example
White with #C54AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54AAC; }
p { color: rgb(197,74,172); }
H1.HeaderClassName
{
color: #C54AAC;
}
.AnyTagClassName
{
color: #C54AAC;
}
</style>
background-color css
<style>
a { background-color: #C54AAC; }
a { background-color: rgb(197,74,172); }
div.DivClassName
{
background-color: #C54AAC;
}
.BgClassName
{
background-color: #C54AAC;
}
</style>
border-color css
<style>
span { border-color: #C54AAC; }
span { border-color: rgb(197,74,172); }
td.TdClassName
{
border-color: #C54AAC;
}
.TagClassName
{
border-color: #C54AAC;
}
</style>