Shades of Fuchsia #C54EBC
Tints of Fuchsia #C54EBC
RGB
CMYK
RGB Variations
Color information
#C54EBC (or 0xC54EBC) is known color: Fuchsia. HEX triplet: C5, 4E and BC. RGB value is (197,78,188). Sum of RGB (Red+Green+Blue) = 197+78+188=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C54EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54EBC is #3AB143. Grayscale: #7D7D7D. Windows color (decimal): -3846468 or 12340933. OLE color: 12340933.
HSL color Cylindrical-coordinate representation of color #C54EBC: hue angle of 304.54º degrees, saturation: 0.51, 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 #C54EBC is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 188 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.23 |
| HSL | 304.54º | 0.51% | 0.54% | - |
| HSV(B) | 304.54º | 0.6% | 0.77% | - |
| XYZ | 34.83 | 20.95 | 49.79 | - |
| YUV | 126.12 | 162.92 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 188 | 0 | 0.60 | 0.05 | 0.23 | 304.54 | 0.51 | 0.54 |
| Hex | C5 | 4E | BC | 0 | 3C | 5 | 17 | 131 | 33 | 36 |
| Octal | 305 | 116 | 274 | 0 | 74 | 5 | 27 | 461 | 63 | 66 |
| Binary | 11000101 | 1001110 | 10111100 | 0 | 111100 | 101 | 10111 | 100110001 | 110011 | 110110 |
Color Harmonies of #C54EBC
Complementary color
Monochromatic Colors of #C54EBC
Black with #C54EBC
Text Example
Text Example
White with #C54EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54EBC; }
p { color: rgb(197,78,188); }
H1.HeaderClassName
{
color: #C54EBC;
}
.AnyTagClassName
{
color: #C54EBC;
}
</style>
background-color css
<style>
a { background-color: #C54EBC; }
a { background-color: rgb(197,78,188); }
div.DivClassName
{
background-color: #C54EBC;
}
.BgClassName
{
background-color: #C54EBC;
}
</style>
border-color css
<style>
span { border-color: #C54EBC; }
span { border-color: rgb(197,78,188); }
td.TdClassName
{
border-color: #C54EBC;
}
.TagClassName
{
border-color: #C54EBC;
}
</style>