Shades of Fuchsia #C56CB5
Tints of Fuchsia #C56CB5
RGB
CMYK
RGB Variations
Color information
#C56CB5 (or 0xC56CB5) is known color: Fuchsia. HEX triplet: C5, 6C and B5. RGB value is (197,108,181). Sum of RGB (Red+Green+Blue) = 197+108+181=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C56CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56CB5 is #3A934A. Grayscale: #8E8E8E. Windows color (decimal): -3838795 or 11889861. OLE color: 11889861.
HSL color Cylindrical-coordinate representation of color #C56CB5: hue angle of 310.79º 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 #C56CB5 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 181 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.23 |
| HSL | 310.79º | 0.43% | 0.6% | - |
| HSV(B) | 310.79º | 0.45% | 0.77% | - |
| XYZ | 36.73 | 25.93 | 46.79 | - |
| YUV | 142.93 | 149.49 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 181 | 0 | 0.45 | 0.08 | 0.23 | 310.79 | 0.43 | 0.6 |
| Hex | C5 | 6C | B5 | 0 | 2D | 8 | 17 | 137 | 2B | 3C |
| Octal | 305 | 154 | 265 | 0 | 55 | 10 | 27 | 467 | 53 | 74 |
| Binary | 11000101 | 1101100 | 10110101 | 0 | 101101 | 1000 | 10111 | 100110111 | 101011 | 111100 |
Color Harmonies of #C56CB5
Complementary color
Monochromatic Colors of #C56CB5
Black with #C56CB5
Text Example
Text Example
White with #C56CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56CB5; }
p { color: rgb(197,108,181); }
H1.HeaderClassName
{
color: #C56CB5;
}
.AnyTagClassName
{
color: #C56CB5;
}
</style>
background-color css
<style>
a { background-color: #C56CB5; }
a { background-color: rgb(197,108,181); }
div.DivClassName
{
background-color: #C56CB5;
}
.BgClassName
{
background-color: #C56CB5;
}
</style>
border-color css
<style>
span { border-color: #C56CB5; }
span { border-color: rgb(197,108,181); }
td.TdClassName
{
border-color: #C56CB5;
}
.TagClassName
{
border-color: #C56CB5;
}
</style>