Shades of Fuchsia #C561BC
Tints of Fuchsia #C561BC
RGB
CMYK
RGB Variations
Color information
#C561BC (or 0xC561BC) is known color: Fuchsia. HEX triplet: C5, 61 and BC. RGB value is (197,97,188). Sum of RGB (Red+Green+Blue) = 197+97+188=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C561BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C561BC is #3A9E43. Grayscale: #898989. Windows color (decimal): -3841604 or 12345797. OLE color: 12345797.
HSL color Cylindrical-coordinate representation of color #C561BC: hue angle of 305.4º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C561BC is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 97 | 188 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.23 |
| HSL | 305.4º | 0.46% | 0.58% | - |
| HSV(B) | 305.4º | 0.51% | 0.77% | - |
| XYZ | 36.38 | 24.05 | 50.3 | - |
| YUV | 137.27 | 156.63 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 188 | 0 | 0.51 | 0.05 | 0.23 | 305.4 | 0.46 | 0.58 |
| Hex | C5 | 61 | BC | 0 | 33 | 5 | 17 | 131 | 2E | 3A |
| Octal | 305 | 141 | 274 | 0 | 63 | 5 | 27 | 461 | 56 | 72 |
| Binary | 11000101 | 1100001 | 10111100 | 0 | 110011 | 101 | 10111 | 100110001 | 101110 | 111010 |
Color Harmonies of #C561BC
Complementary color
Monochromatic Colors of #C561BC
Black with #C561BC
Text Example
Text Example
White with #C561BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C561BC; }
p { color: rgb(197,97,188); }
H1.HeaderClassName
{
color: #C561BC;
}
.AnyTagClassName
{
color: #C561BC;
}
</style>
background-color css
<style>
a { background-color: #C561BC; }
a { background-color: rgb(197,97,188); }
div.DivClassName
{
background-color: #C561BC;
}
.BgClassName
{
background-color: #C561BC;
}
</style>
border-color css
<style>
span { border-color: #C561BC; }
span { border-color: rgb(197,97,188); }
td.TdClassName
{
border-color: #C561BC;
}
.TagClassName
{
border-color: #C561BC;
}
</style>