Shades of Fuchsia #C563BA
Tints of Fuchsia #C563BA
RGB
CMYK
RGB Variations
Color information
#C563BA (or 0xC563BA) is known color: Fuchsia. HEX triplet: C5, 63 and BA. RGB value is (197,99,186). Sum of RGB (Red+Green+Blue) = 197+99+186=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C563BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C563BA is #3A9C45. Grayscale: #898989. Windows color (decimal): -3841094 or 12215237. OLE color: 12215237.
HSL color Cylindrical-coordinate representation of color #C563BA: hue angle of 306.73º 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 #C563BA is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 186 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.23 |
| HSL | 306.73º | 0.46% | 0.58% | - |
| HSV(B) | 306.73º | 0.5% | 0.77% | - |
| XYZ | 36.35 | 24.34 | 49.24 | - |
| YUV | 138.22 | 154.97 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 186 | 0 | 0.50 | 0.06 | 0.23 | 306.73 | 0.46 | 0.58 |
| Hex | C5 | 63 | BA | 0 | 32 | 6 | 17 | 133 | 2E | 3A |
| Octal | 305 | 143 | 272 | 0 | 62 | 6 | 27 | 463 | 56 | 72 |
| Binary | 11000101 | 1100011 | 10111010 | 0 | 110010 | 110 | 10111 | 100110011 | 101110 | 111010 |
Color Harmonies of #C563BA
Complementary color
Monochromatic Colors of #C563BA
Black with #C563BA
Text Example
Text Example
White with #C563BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C563BA; }
p { color: rgb(197,99,186); }
H1.HeaderClassName
{
color: #C563BA;
}
.AnyTagClassName
{
color: #C563BA;
}
</style>
background-color css
<style>
a { background-color: #C563BA; }
a { background-color: rgb(197,99,186); }
div.DivClassName
{
background-color: #C563BA;
}
.BgClassName
{
background-color: #C563BA;
}
</style>
border-color css
<style>
span { border-color: #C563BA; }
span { border-color: rgb(197,99,186); }
td.TdClassName
{
border-color: #C563BA;
}
.TagClassName
{
border-color: #C563BA;
}
</style>