Shades of Fuchsia #C56DBA
Tints of Fuchsia #C56DBA
RGB
CMYK
RGB Variations
Color information
#C56DBA (or 0xC56DBA) is known color: Fuchsia. HEX triplet: C5, 6D and BA. RGB value is (197,109,186). Sum of RGB (Red+Green+Blue) = 197+109+186=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C56DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56DBA is #3A9245. Grayscale: #8F8F8F. Windows color (decimal): -3838534 or 12217797. OLE color: 12217797.
HSL color Cylindrical-coordinate representation of color #C56DBA: hue angle of 307.5º 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 #C56DBA is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 186 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.23 |
| HSL | 307.5º | 0.43% | 0.6% | - |
| HSV(B) | 307.5º | 0.45% | 0.77% | - |
| XYZ | 37.36 | 26.35 | 49.57 | - |
| YUV | 144.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 186 | 0 | 0.45 | 0.06 | 0.23 | 307.5 | 0.43 | 0.6 |
| Hex | C5 | 6D | BA | 0 | 2D | 6 | 17 | 134 | 2B | 3C |
| Octal | 305 | 155 | 272 | 0 | 55 | 6 | 27 | 464 | 53 | 74 |
| Binary | 11000101 | 1101101 | 10111010 | 0 | 101101 | 110 | 10111 | 100110100 | 101011 | 111100 |
Color Harmonies of #C56DBA
Complementary color
Monochromatic Colors of #C56DBA
Black with #C56DBA
Text Example
Text Example
White with #C56DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56DBA; }
p { color: rgb(197,109,186); }
H1.HeaderClassName
{
color: #C56DBA;
}
.AnyTagClassName
{
color: #C56DBA;
}
</style>
background-color css
<style>
a { background-color: #C56DBA; }
a { background-color: rgb(197,109,186); }
div.DivClassName
{
background-color: #C56DBA;
}
.BgClassName
{
background-color: #C56DBA;
}
</style>
border-color css
<style>
span { border-color: #C56DBA; }
span { border-color: rgb(197,109,186); }
td.TdClassName
{
border-color: #C56DBA;
}
.TagClassName
{
border-color: #C56DBA;
}
</style>