Shades of Fuchsia #C563BF
Tints of Fuchsia #C563BF
RGB
CMYK
RGB Variations
Color information
#C563BF (or 0xC563BF) is known color: Fuchsia. HEX triplet: C5, 63 and BF. RGB value is (197,99,191). Sum of RGB (Red+Green+Blue) = 197+99+191=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C563BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C563BF is #3A9C40. Grayscale: #8A8A8A. Windows color (decimal): -3841089 or 12542917. OLE color: 12542917.
HSL color Cylindrical-coordinate representation of color #C563BF: hue angle of 303.67º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C563BF is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 191 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.23 |
| HSL | 303.67º | 0.46% | 0.58% | - |
| HSV(B) | 303.67º | 0.5% | 0.77% | - |
| XYZ | 36.89 | 24.56 | 52.09 | - |
| YUV | 138.79 | 157.47 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 191 | 0 | 0.50 | 0.03 | 0.23 | 303.67 | 0.46 | 0.58 |
| Hex | C5 | 63 | BF | 0 | 32 | 3 | 17 | 130 | 2E | 3A |
| Octal | 305 | 143 | 277 | 0 | 62 | 3 | 27 | 460 | 56 | 72 |
| Binary | 11000101 | 1100011 | 10111111 | 0 | 110010 | 11 | 10111 | 100110000 | 101110 | 111010 |
Color Harmonies of #C563BF
Complementary color
Monochromatic Colors of #C563BF
Black with #C563BF
Text Example
Text Example
White with #C563BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C563BF; }
p { color: rgb(197,99,191); }
H1.HeaderClassName
{
color: #C563BF;
}
.AnyTagClassName
{
color: #C563BF;
}
</style>
background-color css
<style>
a { background-color: #C563BF; }
a { background-color: rgb(197,99,191); }
div.DivClassName
{
background-color: #C563BF;
}
.BgClassName
{
background-color: #C563BF;
}
</style>
border-color css
<style>
span { border-color: #C563BF; }
span { border-color: rgb(197,99,191); }
td.TdClassName
{
border-color: #C563BF;
}
.TagClassName
{
border-color: #C563BF;
}
</style>