Shades of Fuchsia #C54AAB
Tints of Fuchsia #C54AAB
RGB
CMYK
RGB Variations
Color information
#C54AAB (or 0xC54AAB) is known color: Fuchsia. HEX triplet: C5, 4A and AB. RGB value is (197,74,171). Sum of RGB (Red+Green+Blue) = 197+74+171=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C54AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54AAB is #3AB554. Grayscale: #797979. Windows color (decimal): -3847509 or 11225797. OLE color: 11225797.
HSL color Cylindrical-coordinate representation of color #C54AAB: hue angle of 312.68º 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 #C54AAB is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 171 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.23 |
| HSL | 312.68º | 0.51% | 0.53% | - |
| HSV(B) | 312.68º | 0.62% | 0.77% | - |
| XYZ | 32.83 | 19.71 | 40.6 | - |
| YUV | 121.84 | 155.75 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 171 | 0 | 0.62 | 0.13 | 0.23 | 312.68 | 0.51 | 0.53 |
| Hex | C5 | 4A | AB | 0 | 3E | D | 17 | 139 | 33 | 35 |
| Octal | 305 | 112 | 253 | 0 | 76 | 15 | 27 | 471 | 63 | 65 |
| Binary | 11000101 | 1001010 | 10101011 | 0 | 111110 | 1101 | 10111 | 100111001 | 110011 | 110101 |
Color Harmonies of #C54AAB
Complementary color
Monochromatic Colors of #C54AAB
Black with #C54AAB
Text Example
Text Example
White with #C54AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54AAB; }
p { color: rgb(197,74,171); }
H1.HeaderClassName
{
color: #C54AAB;
}
.AnyTagClassName
{
color: #C54AAB;
}
</style>
background-color css
<style>
a { background-color: #C54AAB; }
a { background-color: rgb(197,74,171); }
div.DivClassName
{
background-color: #C54AAB;
}
.BgClassName
{
background-color: #C54AAB;
}
</style>
border-color css
<style>
span { border-color: #C54AAB; }
span { border-color: rgb(197,74,171); }
td.TdClassName
{
border-color: #C54AAB;
}
.TagClassName
{
border-color: #C54AAB;
}
</style>