Shades of Fuchsia #C54EAA
Tints of Fuchsia #C54EAA
RGB
CMYK
RGB Variations
Color information
#C54EAA (or 0xC54EAA) is known color: Fuchsia. HEX triplet: C5, 4E and AA. RGB value is (197,78,170). Sum of RGB (Red+Green+Blue) = 197+78+170=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C54EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54EAA is #3AB155. Grayscale: #7B7B7B. Windows color (decimal): -3846486 or 11161285. OLE color: 11161285.
HSL color Cylindrical-coordinate representation of color #C54EAA: hue angle of 313.61º 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 #C54EAA is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 170 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.23 |
| HSL | 313.61º | 0.51% | 0.54% | - |
| HSV(B) | 313.61º | 0.6% | 0.77% | - |
| XYZ | 33.01 | 20.22 | 40.19 | - |
| YUV | 124.07 | 153.92 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 170 | 0 | 0.60 | 0.14 | 0.23 | 313.61 | 0.51 | 0.54 |
| Hex | C5 | 4E | AA | 0 | 3C | E | 17 | 13A | 33 | 36 |
| Octal | 305 | 116 | 252 | 0 | 74 | 16 | 27 | 472 | 63 | 66 |
| Binary | 11000101 | 1001110 | 10101010 | 0 | 111100 | 1110 | 10111 | 100111010 | 110011 | 110110 |
Color Harmonies of #C54EAA
Complementary color
Monochromatic Colors of #C54EAA
Black with #C54EAA
Text Example
Text Example
White with #C54EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54EAA; }
p { color: rgb(197,78,170); }
H1.HeaderClassName
{
color: #C54EAA;
}
.AnyTagClassName
{
color: #C54EAA;
}
</style>
background-color css
<style>
a { background-color: #C54EAA; }
a { background-color: rgb(197,78,170); }
div.DivClassName
{
background-color: #C54EAA;
}
.BgClassName
{
background-color: #C54EAA;
}
</style>
border-color css
<style>
span { border-color: #C54EAA; }
span { border-color: rgb(197,78,170); }
td.TdClassName
{
border-color: #C54EAA;
}
.TagClassName
{
border-color: #C54EAA;
}
</style>