Shades of Fuchsia #C54FAD
Tints of Fuchsia #C54FAD
RGB
CMYK
RGB Variations
Color information
#C54FAD (or 0xC54FAD) is known color: Fuchsia. HEX triplet: C5, 4F and AD. RGB value is (197,79,173). Sum of RGB (Red+Green+Blue) = 197+79+173=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C54FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54FAD is #3AB052. Grayscale: #7C7C7C. Windows color (decimal): -3846227 or 11358149. OLE color: 11358149.
HSL color Cylindrical-coordinate representation of color #C54FAD: hue angle of 312.2º 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 #C54FAD is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 173 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.23 |
| HSL | 312.2º | 0.5% | 0.54% | - |
| HSV(B) | 312.2º | 0.6% | 0.77% | - |
| XYZ | 33.36 | 20.48 | 41.73 | - |
| YUV | 125 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 173 | 0 | 0.60 | 0.12 | 0.23 | 312.2 | 0.5 | 0.54 |
| Hex | C5 | 4F | AD | 0 | 3C | C | 17 | 138 | 32 | 36 |
| Octal | 305 | 117 | 255 | 0 | 74 | 14 | 27 | 470 | 62 | 66 |
| Binary | 11000101 | 1001111 | 10101101 | 0 | 111100 | 1100 | 10111 | 100111000 | 110010 | 110110 |
Color Harmonies of #C54FAD
Complementary color
Monochromatic Colors of #C54FAD
Black with #C54FAD
Text Example
Text Example
White with #C54FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FAD; }
p { color: rgb(197,79,173); }
H1.HeaderClassName
{
color: #C54FAD;
}
.AnyTagClassName
{
color: #C54FAD;
}
</style>
background-color css
<style>
a { background-color: #C54FAD; }
a { background-color: rgb(197,79,173); }
div.DivClassName
{
background-color: #C54FAD;
}
.BgClassName
{
background-color: #C54FAD;
}
</style>
border-color css
<style>
span { border-color: #C54FAD; }
span { border-color: rgb(197,79,173); }
td.TdClassName
{
border-color: #C54FAD;
}
.TagClassName
{
border-color: #C54FAD;
}
</style>