Shades of Fuchsia #C55BAE
Tints of Fuchsia #C55BAE
RGB
CMYK
RGB Variations
Color information
#C55BAE (or 0xC55BAE) is known color: Fuchsia. HEX triplet: C5, 5B and AE. RGB value is (197,91,174). Sum of RGB (Red+Green+Blue) = 197+91+174=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55BAE is #3AA451. Grayscale: #838383. Windows color (decimal): -3843154 or 11426757. OLE color: 11426757.
HSL color Cylindrical-coordinate representation of color #C55BAE: hue angle of 313.02º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55BAE is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 174 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.23 |
| HSL | 313.02º | 0.48% | 0.56% | - |
| HSV(B) | 313.02º | 0.54% | 0.77% | - |
| XYZ | 34.41 | 22.41 | 42.56 | - |
| YUV | 132.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 174 | 0 | 0.54 | 0.12 | 0.23 | 313.02 | 0.48 | 0.56 |
| Hex | C5 | 5B | AE | 0 | 36 | C | 17 | 139 | 30 | 38 |
| Octal | 305 | 133 | 256 | 0 | 66 | 14 | 27 | 471 | 60 | 70 |
| Binary | 11000101 | 1011011 | 10101110 | 0 | 110110 | 1100 | 10111 | 100111001 | 110000 | 111000 |
Color Harmonies of #C55BAE
Complementary color
Monochromatic Colors of #C55BAE
Black with #C55BAE
Text Example
Text Example
White with #C55BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BAE; }
p { color: rgb(197,91,174); }
H1.HeaderClassName
{
color: #C55BAE;
}
.AnyTagClassName
{
color: #C55BAE;
}
</style>
background-color css
<style>
a { background-color: #C55BAE; }
a { background-color: rgb(197,91,174); }
div.DivClassName
{
background-color: #C55BAE;
}
.BgClassName
{
background-color: #C55BAE;
}
</style>
border-color css
<style>
span { border-color: #C55BAE; }
span { border-color: rgb(197,91,174); }
td.TdClassName
{
border-color: #C55BAE;
}
.TagClassName
{
border-color: #C55BAE;
}
</style>