Shades of Fuchsia #C56BC1
Tints of Fuchsia #C56BC1
RGB
CMYK
RGB Variations
Color information
#C56BC1 (or 0xC56BC1) is known color: Fuchsia. HEX triplet: C5, 6B and C1. RGB value is (197,107,193). Sum of RGB (Red+Green+Blue) = 197+107+193=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C56BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56BC1 is #3A943E. Grayscale: #8F8F8F. Windows color (decimal): -3839039 or 12676037. OLE color: 12676037.
HSL color Cylindrical-coordinate representation of color #C56BC1: hue angle of 302.67º 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 #C56BC1 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 193 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.23 |
| HSL | 302.67º | 0.44% | 0.6% | - |
| HSV(B) | 302.67º | 0.46% | 0.77% | - |
| XYZ | 37.91 | 26.24 | 53.52 | - |
| YUV | 143.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 193 | 0 | 0.46 | 0.02 | 0.23 | 302.67 | 0.44 | 0.6 |
| Hex | C5 | 6B | C1 | 0 | 2E | 2 | 17 | 12F | 2C | 3C |
| Octal | 305 | 153 | 301 | 0 | 56 | 2 | 27 | 457 | 54 | 74 |
| Binary | 11000101 | 1101011 | 11000001 | 0 | 101110 | 10 | 10111 | 100101111 | 101100 | 111100 |
Color Harmonies of #C56BC1
Complementary color
Monochromatic Colors of #C56BC1
Black with #C56BC1
Text Example
Text Example
White with #C56BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56BC1; }
p { color: rgb(197,107,193); }
H1.HeaderClassName
{
color: #C56BC1;
}
.AnyTagClassName
{
color: #C56BC1;
}
</style>
background-color css
<style>
a { background-color: #C56BC1; }
a { background-color: rgb(197,107,193); }
div.DivClassName
{
background-color: #C56BC1;
}
.BgClassName
{
background-color: #C56BC1;
}
</style>
border-color css
<style>
span { border-color: #C56BC1; }
span { border-color: rgb(197,107,193); }
td.TdClassName
{
border-color: #C56BC1;
}
.TagClassName
{
border-color: #C56BC1;
}
</style>