Shades of Fuchsia #C54BAD
Tints of Fuchsia #C54BAD
RGB
CMYK
RGB Variations
Color information
#C54BAD (or 0xC54BAD) is known color: Fuchsia. HEX triplet: C5, 4B and AD. RGB value is (197,75,173). Sum of RGB (Red+Green+Blue) = 197+75+173=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C54BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54BAD is #3AB452. Grayscale: #7A7A7A. Windows color (decimal): -3847251 or 11357125. OLE color: 11357125.
HSL color Cylindrical-coordinate representation of color #C54BAD: hue angle of 311.8º 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 #C54BAD is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 173 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.23 |
| HSL | 311.8º | 0.51% | 0.53% | - |
| HSV(B) | 311.8º | 0.62% | 0.77% | - |
| XYZ | 33.08 | 19.92 | 41.64 | - |
| YUV | 122.65 | 156.42 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 173 | 0 | 0.62 | 0.12 | 0.23 | 311.8 | 0.51 | 0.53 |
| Hex | C5 | 4B | AD | 0 | 3E | C | 17 | 138 | 33 | 35 |
| Octal | 305 | 113 | 255 | 0 | 76 | 14 | 27 | 470 | 63 | 65 |
| Binary | 11000101 | 1001011 | 10101101 | 0 | 111110 | 1100 | 10111 | 100111000 | 110011 | 110101 |
Color Harmonies of #C54BAD
Complementary color
Monochromatic Colors of #C54BAD
Black with #C54BAD
Text Example
Text Example
White with #C54BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BAD; }
p { color: rgb(197,75,173); }
H1.HeaderClassName
{
color: #C54BAD;
}
.AnyTagClassName
{
color: #C54BAD;
}
</style>
background-color css
<style>
a { background-color: #C54BAD; }
a { background-color: rgb(197,75,173); }
div.DivClassName
{
background-color: #C54BAD;
}
.BgClassName
{
background-color: #C54BAD;
}
</style>
border-color css
<style>
span { border-color: #C54BAD; }
span { border-color: rgb(197,75,173); }
td.TdClassName
{
border-color: #C54BAD;
}
.TagClassName
{
border-color: #C54BAD;
}
</style>