Shades of Fuchsia #C56AC0
Tints of Fuchsia #C56AC0
RGB
CMYK
RGB Variations
Color information
#C56AC0 (or 0xC56AC0) is known color: Fuchsia. HEX triplet: C5, 6A and C0. RGB value is (197,106,192). Sum of RGB (Red+Green+Blue) = 197+106+192=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C56AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56AC0 is #3A953F. Grayscale: #8E8E8E. Windows color (decimal): -3839296 or 12610245. OLE color: 12610245.
HSL color Cylindrical-coordinate representation of color #C56AC0: hue angle of 303.3º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56AC0 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 192 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.23 |
| HSL | 303.3º | 0.44% | 0.59% | - |
| HSV(B) | 303.3º | 0.46% | 0.77% | - |
| XYZ | 37.69 | 25.98 | 52.9 | - |
| YUV | 143.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 192 | 0 | 0.46 | 0.03 | 0.23 | 303.3 | 0.44 | 0.59 |
| Hex | C5 | 6A | C0 | 0 | 2E | 3 | 17 | 12F | 2C | 3B |
| Octal | 305 | 152 | 300 | 0 | 56 | 3 | 27 | 457 | 54 | 73 |
| Binary | 11000101 | 1101010 | 11000000 | 0 | 101110 | 11 | 10111 | 100101111 | 101100 | 111011 |
Color Harmonies of #C56AC0
Complementary color
Monochromatic Colors of #C56AC0
Black with #C56AC0
Text Example
Text Example
White with #C56AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56AC0; }
p { color: rgb(197,106,192); }
H1.HeaderClassName
{
color: #C56AC0;
}
.AnyTagClassName
{
color: #C56AC0;
}
</style>
background-color css
<style>
a { background-color: #C56AC0; }
a { background-color: rgb(197,106,192); }
div.DivClassName
{
background-color: #C56AC0;
}
.BgClassName
{
background-color: #C56AC0;
}
</style>
border-color css
<style>
span { border-color: #C56AC0; }
span { border-color: rgb(197,106,192); }
td.TdClassName
{
border-color: #C56AC0;
}
.TagClassName
{
border-color: #C56AC0;
}
</style>