Shades of Fuchsia #C54FBA
Tints of Fuchsia #C54FBA
RGB
CMYK
RGB Variations
Color information
#C54FBA (or 0xC54FBA) is known color: Fuchsia. HEX triplet: C5, 4F and BA. RGB value is (197,79,186). Sum of RGB (Red+Green+Blue) = 197+79+186=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C54FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54FBA is #3AB045. Grayscale: #7E7E7E. Windows color (decimal): -3846214 or 12210117. OLE color: 12210117.
HSL color Cylindrical-coordinate representation of color #C54FBA: hue angle of 305.59º 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 #C54FBA is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 186 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.23 |
| HSL | 305.59º | 0.5% | 0.54% | - |
| HSV(B) | 305.59º | 0.6% | 0.77% | - |
| XYZ | 34.68 | 21.01 | 48.68 | - |
| YUV | 126.48 | 161.59 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 186 | 0 | 0.60 | 0.06 | 0.23 | 305.59 | 0.5 | 0.54 |
| Hex | C5 | 4F | BA | 0 | 3C | 6 | 17 | 132 | 32 | 36 |
| Octal | 305 | 117 | 272 | 0 | 74 | 6 | 27 | 462 | 62 | 66 |
| Binary | 11000101 | 1001111 | 10111010 | 0 | 111100 | 110 | 10111 | 100110010 | 110010 | 110110 |
Color Harmonies of #C54FBA
Complementary color
Monochromatic Colors of #C54FBA
Black with #C54FBA
Text Example
Text Example
White with #C54FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FBA; }
p { color: rgb(197,79,186); }
H1.HeaderClassName
{
color: #C54FBA;
}
.AnyTagClassName
{
color: #C54FBA;
}
</style>
background-color css
<style>
a { background-color: #C54FBA; }
a { background-color: rgb(197,79,186); }
div.DivClassName
{
background-color: #C54FBA;
}
.BgClassName
{
background-color: #C54FBA;
}
</style>
border-color css
<style>
span { border-color: #C54FBA; }
span { border-color: rgb(197,79,186); }
td.TdClassName
{
border-color: #C54FBA;
}
.TagClassName
{
border-color: #C54FBA;
}
</style>