Shades of Fuchsia #C551AE
Tints of Fuchsia #C551AE
RGB
CMYK
RGB Variations
Color information
#C551AE (or 0xC551AE) is known color: Fuchsia. HEX triplet: C5, 51 and AE. RGB value is (197,81,174). Sum of RGB (Red+Green+Blue) = 197+81+174=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C551AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C551AE is #3AAE51. Grayscale: #7E7E7E. Windows color (decimal): -3845714 or 11424197. OLE color: 11424197.
HSL color Cylindrical-coordinate representation of color #C551AE: hue angle of 311.9º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C551AE is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 174 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.23 |
| HSL | 311.9º | 0.5% | 0.55% | - |
| HSV(B) | 311.9º | 0.59% | 0.77% | - |
| XYZ | 33.61 | 20.81 | 42.29 | - |
| YUV | 126.29 | 154.93 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 174 | 0 | 0.59 | 0.12 | 0.23 | 311.9 | 0.5 | 0.55 |
| Hex | C5 | 51 | AE | 0 | 3B | C | 17 | 138 | 32 | 37 |
| Octal | 305 | 121 | 256 | 0 | 73 | 14 | 27 | 470 | 62 | 67 |
| Binary | 11000101 | 1010001 | 10101110 | 0 | 111011 | 1100 | 10111 | 100111000 | 110010 | 110111 |
Color Harmonies of #C551AE
Complementary color
Monochromatic Colors of #C551AE
Black with #C551AE
Text Example
Text Example
White with #C551AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551AE; }
p { color: rgb(197,81,174); }
H1.HeaderClassName
{
color: #C551AE;
}
.AnyTagClassName
{
color: #C551AE;
}
</style>
background-color css
<style>
a { background-color: #C551AE; }
a { background-color: rgb(197,81,174); }
div.DivClassName
{
background-color: #C551AE;
}
.BgClassName
{
background-color: #C551AE;
}
</style>
border-color css
<style>
span { border-color: #C551AE; }
span { border-color: rgb(197,81,174); }
td.TdClassName
{
border-color: #C551AE;
}
.TagClassName
{
border-color: #C551AE;
}
</style>