Shades of Fuchsia #C54AAA
Tints of Fuchsia #C54AAA
RGB
CMYK
RGB Variations
Color information
#C54AAA (or 0xC54AAA) is known color: Fuchsia. HEX triplet: C5, 4A and AA. RGB value is (197,74,170). Sum of RGB (Red+Green+Blue) = 197+74+170=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C54AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54AAA is #3AB555. Grayscale: #797979. Windows color (decimal): -3847510 or 11160261. OLE color: 11160261.
HSL color Cylindrical-coordinate representation of color #C54AAA: hue angle of 313.17º 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 #C54AAA is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 170 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.23 |
| HSL | 313.17º | 0.51% | 0.53% | - |
| HSV(B) | 313.17º | 0.62% | 0.77% | - |
| XYZ | 32.73 | 19.67 | 40.1 | - |
| YUV | 121.72 | 155.25 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 170 | 0 | 0.62 | 0.14 | 0.23 | 313.17 | 0.51 | 0.53 |
| Hex | C5 | 4A | AA | 0 | 3E | E | 17 | 139 | 33 | 35 |
| Octal | 305 | 112 | 252 | 0 | 76 | 16 | 27 | 471 | 63 | 65 |
| Binary | 11000101 | 1001010 | 10101010 | 0 | 111110 | 1110 | 10111 | 100111001 | 110011 | 110101 |
Color Harmonies of #C54AAA
Complementary color
Monochromatic Colors of #C54AAA
Black with #C54AAA
Text Example
Text Example
White with #C54AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54AAA; }
p { color: rgb(197,74,170); }
H1.HeaderClassName
{
color: #C54AAA;
}
.AnyTagClassName
{
color: #C54AAA;
}
</style>
background-color css
<style>
a { background-color: #C54AAA; }
a { background-color: rgb(197,74,170); }
div.DivClassName
{
background-color: #C54AAA;
}
.BgClassName
{
background-color: #C54AAA;
}
</style>
border-color css
<style>
span { border-color: #C54AAA; }
span { border-color: rgb(197,74,170); }
td.TdClassName
{
border-color: #C54AAA;
}
.TagClassName
{
border-color: #C54AAA;
}
</style>