Shades of Fuchsia #C54FBF
Tints of Fuchsia #C54FBF
RGB
CMYK
RGB Variations
Color information
#C54FBF (or 0xC54FBF) is known color: Fuchsia. HEX triplet: C5, 4F and BF. RGB value is (197,79,191). Sum of RGB (Red+Green+Blue) = 197+79+191=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C54FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54FBF is #3AB040. Grayscale: #7E7E7E. Windows color (decimal): -3846209 or 12537797. OLE color: 12537797.
HSL color Cylindrical-coordinate representation of color #C54FBF: hue angle of 303.05º 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 #C54FBF is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 191 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.23 |
| HSL | 303.05º | 0.5% | 0.54% | - |
| HSV(B) | 303.05º | 0.6% | 0.77% | - |
| XYZ | 35.23 | 21.22 | 51.53 | - |
| YUV | 127.05 | 164.09 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 191 | 0 | 0.60 | 0.03 | 0.23 | 303.05 | 0.5 | 0.54 |
| Hex | C5 | 4F | BF | 0 | 3C | 3 | 17 | 12F | 32 | 36 |
| Octal | 305 | 117 | 277 | 0 | 74 | 3 | 27 | 457 | 62 | 66 |
| Binary | 11000101 | 1001111 | 10111111 | 0 | 111100 | 11 | 10111 | 100101111 | 110010 | 110110 |
Color Harmonies of #C54FBF
Complementary color
Monochromatic Colors of #C54FBF
Black with #C54FBF
Text Example
Text Example
White with #C54FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FBF; }
p { color: rgb(197,79,191); }
H1.HeaderClassName
{
color: #C54FBF;
}
.AnyTagClassName
{
color: #C54FBF;
}
</style>
background-color css
<style>
a { background-color: #C54FBF; }
a { background-color: rgb(197,79,191); }
div.DivClassName
{
background-color: #C54FBF;
}
.BgClassName
{
background-color: #C54FBF;
}
</style>
border-color css
<style>
span { border-color: #C54FBF; }
span { border-color: rgb(197,79,191); }
td.TdClassName
{
border-color: #C54FBF;
}
.TagClassName
{
border-color: #C54FBF;
}
</style>