Shades of Fuchsia #C56DAE
Tints of Fuchsia #C56DAE
RGB
CMYK
RGB Variations
Color information
#C56DAE (or 0xC56DAE) is known color: Fuchsia. HEX triplet: C5, 6D and AE. RGB value is (197,109,174). Sum of RGB (Red+Green+Blue) = 197+109+174=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C56DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56DAE is #3A9251. Grayscale: #8E8E8E. Windows color (decimal): -3838546 or 11431365. OLE color: 11431365.
HSL color Cylindrical-coordinate representation of color #C56DAE: hue angle of 315.68º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C56DAE is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 174 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.23 |
| HSL | 315.68º | 0.43% | 0.6% | - |
| HSV(B) | 315.68º | 0.45% | 0.77% | - |
| XYZ | 36.13 | 25.86 | 43.13 | - |
| YUV | 142.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 174 | 0 | 0.45 | 0.12 | 0.23 | 315.68 | 0.43 | 0.6 |
| Hex | C5 | 6D | AE | 0 | 2D | C | 17 | 13C | 2B | 3C |
| Octal | 305 | 155 | 256 | 0 | 55 | 14 | 27 | 474 | 53 | 74 |
| Binary | 11000101 | 1101101 | 10101110 | 0 | 101101 | 1100 | 10111 | 100111100 | 101011 | 111100 |
Color Harmonies of #C56DAE
Complementary color
Monochromatic Colors of #C56DAE
Black with #C56DAE
Text Example
Text Example
White with #C56DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56DAE; }
p { color: rgb(197,109,174); }
H1.HeaderClassName
{
color: #C56DAE;
}
.AnyTagClassName
{
color: #C56DAE;
}
</style>
background-color css
<style>
a { background-color: #C56DAE; }
a { background-color: rgb(197,109,174); }
div.DivClassName
{
background-color: #C56DAE;
}
.BgClassName
{
background-color: #C56DAE;
}
</style>
border-color css
<style>
span { border-color: #C56DAE; }
span { border-color: rgb(197,109,174); }
td.TdClassName
{
border-color: #C56DAE;
}
.TagClassName
{
border-color: #C56DAE;
}
</style>