Shades of Fuchsia #C56DB2
Tints of Fuchsia #C56DB2
RGB
CMYK
RGB Variations
Color information
#C56DB2 (or 0xC56DB2) is known color: Fuchsia. HEX triplet: C5, 6D and B2. RGB value is (197,109,178). Sum of RGB (Red+Green+Blue) = 197+109+178=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C56DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56DB2 is #3A924D. Grayscale: #8E8E8E. Windows color (decimal): -3838542 or 11693509. OLE color: 11693509.
HSL color Cylindrical-coordinate representation of color #C56DB2: hue angle of 312.95º 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 #C56DB2 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 178 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.23 |
| HSL | 312.95º | 0.43% | 0.6% | - |
| HSV(B) | 312.95º | 0.45% | 0.77% | - |
| XYZ | 36.53 | 26.02 | 45.22 | - |
| YUV | 143.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 178 | 0 | 0.45 | 0.10 | 0.23 | 312.95 | 0.43 | 0.6 |
| Hex | C5 | 6D | B2 | 0 | 2D | A | 17 | 139 | 2B | 3C |
| Octal | 305 | 155 | 262 | 0 | 55 | 12 | 27 | 471 | 53 | 74 |
| Binary | 11000101 | 1101101 | 10110010 | 0 | 101101 | 1010 | 10111 | 100111001 | 101011 | 111100 |
Color Harmonies of #C56DB2
Complementary color
Monochromatic Colors of #C56DB2
Black with #C56DB2
Text Example
Text Example
White with #C56DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56DB2; }
p { color: rgb(197,109,178); }
H1.HeaderClassName
{
color: #C56DB2;
}
.AnyTagClassName
{
color: #C56DB2;
}
</style>
background-color css
<style>
a { background-color: #C56DB2; }
a { background-color: rgb(197,109,178); }
div.DivClassName
{
background-color: #C56DB2;
}
.BgClassName
{
background-color: #C56DB2;
}
</style>
border-color css
<style>
span { border-color: #C56DB2; }
span { border-color: rgb(197,109,178); }
td.TdClassName
{
border-color: #C56DB2;
}
.TagClassName
{
border-color: #C56DB2;
}
</style>