Shades of Fuchsia #C54EB5
Tints of Fuchsia #C54EB5
RGB
CMYK
RGB Variations
Color information
#C54EB5 (or 0xC54EB5) is known color: Fuchsia. HEX triplet: C5, 4E and B5. RGB value is (197,78,181). Sum of RGB (Red+Green+Blue) = 197+78+181=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C54EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54EB5 is #3AB14A. Grayscale: #7D7D7D. Windows color (decimal): -3846475 or 11882181. OLE color: 11882181.
HSL color Cylindrical-coordinate representation of color #C54EB5: hue angle of 308.07º 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 #C54EB5 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 181 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.23 |
| HSL | 308.07º | 0.51% | 0.54% | - |
| HSV(B) | 308.07º | 0.6% | 0.77% | - |
| XYZ | 34.09 | 20.66 | 45.91 | - |
| YUV | 125.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 181 | 0 | 0.60 | 0.08 | 0.23 | 308.07 | 0.51 | 0.54 |
| Hex | C5 | 4E | B5 | 0 | 3C | 8 | 17 | 134 | 33 | 36 |
| Octal | 305 | 116 | 265 | 0 | 74 | 10 | 27 | 464 | 63 | 66 |
| Binary | 11000101 | 1001110 | 10110101 | 0 | 111100 | 1000 | 10111 | 100110100 | 110011 | 110110 |
Color Harmonies of #C54EB5
Complementary color
Monochromatic Colors of #C54EB5
Black with #C54EB5
Text Example
Text Example
White with #C54EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54EB5; }
p { color: rgb(197,78,181); }
H1.HeaderClassName
{
color: #C54EB5;
}
.AnyTagClassName
{
color: #C54EB5;
}
</style>
background-color css
<style>
a { background-color: #C54EB5; }
a { background-color: rgb(197,78,181); }
div.DivClassName
{
background-color: #C54EB5;
}
.BgClassName
{
background-color: #C54EB5;
}
</style>
border-color css
<style>
span { border-color: #C54EB5; }
span { border-color: rgb(197,78,181); }
td.TdClassName
{
border-color: #C54EB5;
}
.TagClassName
{
border-color: #C54EB5;
}
</style>