Shades of Fuchsia #C563B9
Tints of Fuchsia #C563B9
RGB
CMYK
RGB Variations
Color information
#C563B9 (or 0xC563B9) is known color: Fuchsia. HEX triplet: C5, 63 and B9. RGB value is (197,99,185). Sum of RGB (Red+Green+Blue) = 197+99+185=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C563B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C563B9 is #3A9C46. Grayscale: #898989. Windows color (decimal): -3841095 or 12149701. OLE color: 12149701.
HSL color Cylindrical-coordinate representation of color #C563B9: hue angle of 307.35º 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 #C563B9 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 185 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.23 |
| HSL | 307.35º | 0.46% | 0.58% | - |
| HSV(B) | 307.35º | 0.5% | 0.77% | - |
| XYZ | 36.24 | 24.3 | 48.68 | - |
| YUV | 138.11 | 154.47 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 185 | 0 | 0.50 | 0.06 | 0.23 | 307.35 | 0.46 | 0.58 |
| Hex | C5 | 63 | B9 | 0 | 32 | 6 | 17 | 133 | 2E | 3A |
| Octal | 305 | 143 | 271 | 0 | 62 | 6 | 27 | 463 | 56 | 72 |
| Binary | 11000101 | 1100011 | 10111001 | 0 | 110010 | 110 | 10111 | 100110011 | 101110 | 111010 |
Color Harmonies of #C563B9
Complementary color
Monochromatic Colors of #C563B9
Black with #C563B9
Text Example
Text Example
White with #C563B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C563B9; }
p { color: rgb(197,99,185); }
H1.HeaderClassName
{
color: #C563B9;
}
.AnyTagClassName
{
color: #C563B9;
}
</style>
background-color css
<style>
a { background-color: #C563B9; }
a { background-color: rgb(197,99,185); }
div.DivClassName
{
background-color: #C563B9;
}
.BgClassName
{
background-color: #C563B9;
}
</style>
border-color css
<style>
span { border-color: #C563B9; }
span { border-color: rgb(197,99,185); }
td.TdClassName
{
border-color: #C563B9;
}
.TagClassName
{
border-color: #C563B9;
}
</style>