Shades of Fuchsia #C54ABB
Tints of Fuchsia #C54ABB
RGB
CMYK
RGB Variations
Color information
#C54ABB (or 0xC54ABB) is known color: Fuchsia. HEX triplet: C5, 4A and BB. RGB value is (197,74,187). Sum of RGB (Red+Green+Blue) = 197+74+187=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C54ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54ABB is #3AB544. Grayscale: #7B7B7B. Windows color (decimal): -3847493 or 12274373. OLE color: 12274373.
HSL color Cylindrical-coordinate representation of color #C54ABB: hue angle of 304.88º 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 #C54ABB is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 187 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.23 |
| HSL | 304.88º | 0.51% | 0.53% | - |
| HSV(B) | 304.88º | 0.62% | 0.77% | - |
| XYZ | 34.44 | 20.36 | 49.13 | - |
| YUV | 123.66 | 163.75 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 187 | 0 | 0.62 | 0.05 | 0.23 | 304.88 | 0.51 | 0.53 |
| Hex | C5 | 4A | BB | 0 | 3E | 5 | 17 | 131 | 33 | 35 |
| Octal | 305 | 112 | 273 | 0 | 76 | 5 | 27 | 461 | 63 | 65 |
| Binary | 11000101 | 1001010 | 10111011 | 0 | 111110 | 101 | 10111 | 100110001 | 110011 | 110101 |
Color Harmonies of #C54ABB
Complementary color
Monochromatic Colors of #C54ABB
Black with #C54ABB
Text Example
Text Example
White with #C54ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54ABB; }
p { color: rgb(197,74,187); }
H1.HeaderClassName
{
color: #C54ABB;
}
.AnyTagClassName
{
color: #C54ABB;
}
</style>
background-color css
<style>
a { background-color: #C54ABB; }
a { background-color: rgb(197,74,187); }
div.DivClassName
{
background-color: #C54ABB;
}
.BgClassName
{
background-color: #C54ABB;
}
</style>
border-color css
<style>
span { border-color: #C54ABB; }
span { border-color: rgb(197,74,187); }
td.TdClassName
{
border-color: #C54ABB;
}
.TagClassName
{
border-color: #C54ABB;
}
</style>