Shades of Fuchsia #C54EB1
Tints of Fuchsia #C54EB1
RGB
CMYK
RGB Variations
Color information
#C54EB1 (or 0xC54EB1) is known color: Fuchsia. HEX triplet: C5, 4E and B1. RGB value is (197,78,177). Sum of RGB (Red+Green+Blue) = 197+78+177=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C54EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54EB1 is #3AB14E. Grayscale: #7C7C7C. Windows color (decimal): -3846479 or 11620037. OLE color: 11620037.
HSL color Cylindrical-coordinate representation of color #C54EB1: hue angle of 310.08º 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 #C54EB1 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 177 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.23 |
| HSL | 310.08º | 0.51% | 0.54% | - |
| HSV(B) | 310.08º | 0.6% | 0.77% | - |
| XYZ | 33.69 | 20.49 | 43.78 | - |
| YUV | 124.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 177 | 0 | 0.60 | 0.10 | 0.23 | 310.08 | 0.51 | 0.54 |
| Hex | C5 | 4E | B1 | 0 | 3C | A | 17 | 136 | 33 | 36 |
| Octal | 305 | 116 | 261 | 0 | 74 | 12 | 27 | 466 | 63 | 66 |
| Binary | 11000101 | 1001110 | 10110001 | 0 | 111100 | 1010 | 10111 | 100110110 | 110011 | 110110 |
Color Harmonies of #C54EB1
Complementary color
Monochromatic Colors of #C54EB1
Black with #C54EB1
Text Example
Text Example
White with #C54EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54EB1; }
p { color: rgb(197,78,177); }
H1.HeaderClassName
{
color: #C54EB1;
}
.AnyTagClassName
{
color: #C54EB1;
}
</style>
background-color css
<style>
a { background-color: #C54EB1; }
a { background-color: rgb(197,78,177); }
div.DivClassName
{
background-color: #C54EB1;
}
.BgClassName
{
background-color: #C54EB1;
}
</style>
border-color css
<style>
span { border-color: #C54EB1; }
span { border-color: rgb(197,78,177); }
td.TdClassName
{
border-color: #C54EB1;
}
.TagClassName
{
border-color: #C54EB1;
}
</style>