Shades of Fuchsia #C54DAD
Tints of Fuchsia #C54DAD
RGB
CMYK
RGB Variations
Color information
#C54DAD (or 0xC54DAD) is known color: Fuchsia. HEX triplet: C5, 4D and AD. RGB value is (197,77,173). Sum of RGB (Red+Green+Blue) = 197+77+173=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C54DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54DAD is #3AB252. Grayscale: #7B7B7B. Windows color (decimal): -3846739 or 11357637. OLE color: 11357637.
HSL color Cylindrical-coordinate representation of color #C54DAD: hue angle of 312º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C54DAD is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 173 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.23 |
| HSL | 312º | 0.51% | 0.54% | - |
| HSV(B) | 312º | 0.61% | 0.77% | - |
| XYZ | 33.22 | 20.2 | 41.68 | - |
| YUV | 123.82 | 155.76 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 173 | 0 | 0.61 | 0.12 | 0.23 | 312 | 0.51 | 0.54 |
| Hex | C5 | 4D | AD | 0 | 3D | C | 17 | 138 | 33 | 36 |
| Octal | 305 | 115 | 255 | 0 | 75 | 14 | 27 | 470 | 63 | 66 |
| Binary | 11000101 | 1001101 | 10101101 | 0 | 111101 | 1100 | 10111 | 100111000 | 110011 | 110110 |
Color Harmonies of #C54DAD
Complementary color
Monochromatic Colors of #C54DAD
Black with #C54DAD
Text Example
Text Example
White with #C54DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54DAD; }
p { color: rgb(197,77,173); }
H1.HeaderClassName
{
color: #C54DAD;
}
.AnyTagClassName
{
color: #C54DAD;
}
</style>
background-color css
<style>
a { background-color: #C54DAD; }
a { background-color: rgb(197,77,173); }
div.DivClassName
{
background-color: #C54DAD;
}
.BgClassName
{
background-color: #C54DAD;
}
</style>
border-color css
<style>
span { border-color: #C54DAD; }
span { border-color: rgb(197,77,173); }
td.TdClassName
{
border-color: #C54DAD;
}
.TagClassName
{
border-color: #C54DAD;
}
</style>