Shades of Fuchsia #C56CB2
Tints of Fuchsia #C56CB2
RGB
CMYK
RGB Variations
Color information
#C56CB2 (or 0xC56CB2) is known color: Fuchsia. HEX triplet: C5, 6C and B2. RGB value is (197,108,178). Sum of RGB (Red+Green+Blue) = 197+108+178=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C56CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56CB2 is #3A934D. Grayscale: #8E8E8E. Windows color (decimal): -3838798 or 11693253. OLE color: 11693253.
HSL color Cylindrical-coordinate representation of color #C56CB2: hue angle of 312.81º 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 #C56CB2 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 178 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.23 |
| HSL | 312.81º | 0.43% | 0.6% | - |
| HSV(B) | 312.81º | 0.45% | 0.77% | - |
| XYZ | 36.42 | 25.81 | 45.18 | - |
| YUV | 142.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 178 | 0 | 0.45 | 0.10 | 0.23 | 312.81 | 0.43 | 0.6 |
| Hex | C5 | 6C | B2 | 0 | 2D | A | 17 | 139 | 2B | 3C |
| Octal | 305 | 154 | 262 | 0 | 55 | 12 | 27 | 471 | 53 | 74 |
| Binary | 11000101 | 1101100 | 10110010 | 0 | 101101 | 1010 | 10111 | 100111001 | 101011 | 111100 |
Color Harmonies of #C56CB2
Complementary color
Monochromatic Colors of #C56CB2
Black with #C56CB2
Text Example
Text Example
White with #C56CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56CB2; }
p { color: rgb(197,108,178); }
H1.HeaderClassName
{
color: #C56CB2;
}
.AnyTagClassName
{
color: #C56CB2;
}
</style>
background-color css
<style>
a { background-color: #C56CB2; }
a { background-color: rgb(197,108,178); }
div.DivClassName
{
background-color: #C56CB2;
}
.BgClassName
{
background-color: #C56CB2;
}
</style>
border-color css
<style>
span { border-color: #C56CB2; }
span { border-color: rgb(197,108,178); }
td.TdClassName
{
border-color: #C56CB2;
}
.TagClassName
{
border-color: #C56CB2;
}
</style>