Shades of Fuchsia #C56BBA
Tints of Fuchsia #C56BBA
RGB
CMYK
RGB Variations
Color information
#C56BBA (or 0xC56BBA) is known color: Fuchsia. HEX triplet: C5, 6B and BA. RGB value is (197,107,186). Sum of RGB (Red+Green+Blue) = 197+107+186=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C56BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56BBA is #3A9445. Grayscale: #8E8E8E. Windows color (decimal): -3839046 or 12217285. OLE color: 12217285.
HSL color Cylindrical-coordinate representation of color #C56BBA: hue angle of 307.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56BBA is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 186 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.23 |
| HSL | 307.33º | 0.44% | 0.6% | - |
| HSV(B) | 307.33º | 0.46% | 0.77% | - |
| XYZ | 37.15 | 25.93 | 49.5 | - |
| YUV | 142.92 | 152.32 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 186 | 0 | 0.46 | 0.06 | 0.23 | 307.33 | 0.44 | 0.6 |
| Hex | C5 | 6B | BA | 0 | 2E | 6 | 17 | 133 | 2C | 3C |
| Octal | 305 | 153 | 272 | 0 | 56 | 6 | 27 | 463 | 54 | 74 |
| Binary | 11000101 | 1101011 | 10111010 | 0 | 101110 | 110 | 10111 | 100110011 | 101100 | 111100 |
Color Harmonies of #C56BBA
Complementary color
Monochromatic Colors of #C56BBA
Black with #C56BBA
Text Example
Text Example
White with #C56BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56BBA; }
p { color: rgb(197,107,186); }
H1.HeaderClassName
{
color: #C56BBA;
}
.AnyTagClassName
{
color: #C56BBA;
}
</style>
background-color css
<style>
a { background-color: #C56BBA; }
a { background-color: rgb(197,107,186); }
div.DivClassName
{
background-color: #C56BBA;
}
.BgClassName
{
background-color: #C56BBA;
}
</style>
border-color css
<style>
span { border-color: #C56BBA; }
span { border-color: rgb(197,107,186); }
td.TdClassName
{
border-color: #C56BBA;
}
.TagClassName
{
border-color: #C56BBA;
}
</style>