Shades of Fuchsia #C54AB8
Tints of Fuchsia #C54AB8
RGB
CMYK
RGB Variations
Color information
#C54AB8 (or 0xC54AB8) is known color: Fuchsia. HEX triplet: C5, 4A and B8. RGB value is (197,74,184). Sum of RGB (Red+Green+Blue) = 197+74+184=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C54AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54AB8 is #3AB547. Grayscale: #7A7A7A. Windows color (decimal): -3847496 or 12077765. OLE color: 12077765.
HSL color Cylindrical-coordinate representation of color #C54AB8: hue angle of 306.34º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54AB8 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 184 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.23 |
| HSL | 306.34º | 0.51% | 0.53% | - |
| HSV(B) | 306.34º | 0.62% | 0.77% | - |
| XYZ | 34.13 | 20.23 | 47.45 | - |
| YUV | 123.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 184 | 0 | 0.62 | 0.07 | 0.23 | 306.34 | 0.51 | 0.53 |
| Hex | C5 | 4A | B8 | 0 | 3E | 7 | 17 | 132 | 33 | 35 |
| Octal | 305 | 112 | 270 | 0 | 76 | 7 | 27 | 462 | 63 | 65 |
| Binary | 11000101 | 1001010 | 10111000 | 0 | 111110 | 111 | 10111 | 100110010 | 110011 | 110101 |
Color Harmonies of #C54AB8
Complementary color
Monochromatic Colors of #C54AB8
Black with #C54AB8
Text Example
Text Example
White with #C54AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54AB8; }
p { color: rgb(197,74,184); }
H1.HeaderClassName
{
color: #C54AB8;
}
.AnyTagClassName
{
color: #C54AB8;
}
</style>
background-color css
<style>
a { background-color: #C54AB8; }
a { background-color: rgb(197,74,184); }
div.DivClassName
{
background-color: #C54AB8;
}
.BgClassName
{
background-color: #C54AB8;
}
</style>
border-color css
<style>
span { border-color: #C54AB8; }
span { border-color: rgb(197,74,184); }
td.TdClassName
{
border-color: #C54AB8;
}
.TagClassName
{
border-color: #C54AB8;
}
</style>