Shades of Fuchsia #C54BAE
Tints of Fuchsia #C54BAE
RGB
CMYK
RGB Variations
Color information
#C54BAE (or 0xC54BAE) is known color: Fuchsia. HEX triplet: C5, 4B and AE. RGB value is (197,75,174). Sum of RGB (Red+Green+Blue) = 197+75+174=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C54BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54BAE is #3AB451. Grayscale: #7A7A7A. Windows color (decimal): -3847250 or 11422661. OLE color: 11422661.
HSL color Cylindrical-coordinate representation of color #C54BAE: hue angle of 311.31º 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 #C54BAE is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 174 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.23 |
| HSL | 311.31º | 0.51% | 0.53% | - |
| HSV(B) | 311.31º | 0.62% | 0.77% | - |
| XYZ | 33.18 | 19.96 | 42.15 | - |
| YUV | 122.76 | 156.92 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 174 | 0 | 0.62 | 0.12 | 0.23 | 311.31 | 0.51 | 0.53 |
| Hex | C5 | 4B | AE | 0 | 3E | C | 17 | 137 | 33 | 35 |
| Octal | 305 | 113 | 256 | 0 | 76 | 14 | 27 | 467 | 63 | 65 |
| Binary | 11000101 | 1001011 | 10101110 | 0 | 111110 | 1100 | 10111 | 100110111 | 110011 | 110101 |
Color Harmonies of #C54BAE
Complementary color
Monochromatic Colors of #C54BAE
Black with #C54BAE
Text Example
Text Example
White with #C54BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BAE; }
p { color: rgb(197,75,174); }
H1.HeaderClassName
{
color: #C54BAE;
}
.AnyTagClassName
{
color: #C54BAE;
}
</style>
background-color css
<style>
a { background-color: #C54BAE; }
a { background-color: rgb(197,75,174); }
div.DivClassName
{
background-color: #C54BAE;
}
.BgClassName
{
background-color: #C54BAE;
}
</style>
border-color css
<style>
span { border-color: #C54BAE; }
span { border-color: rgb(197,75,174); }
td.TdClassName
{
border-color: #C54BAE;
}
.TagClassName
{
border-color: #C54BAE;
}
</style>