Shades of Fuchsia #C563BC
Tints of Fuchsia #C563BC
RGB
CMYK
RGB Variations
Color information
#C563BC (or 0xC563BC) is known color: Fuchsia. HEX triplet: C5, 63 and BC. RGB value is (197,99,188). Sum of RGB (Red+Green+Blue) = 197+99+188=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C563BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C563BC is #3A9C43. Grayscale: #8A8A8A. Windows color (decimal): -3841092 or 12346309. OLE color: 12346309.
HSL color Cylindrical-coordinate representation of color #C563BC: hue angle of 305.51º 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 #C563BC is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 188 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.23 |
| HSL | 305.51º | 0.46% | 0.58% | - |
| HSV(B) | 305.51º | 0.5% | 0.77% | - |
| XYZ | 36.56 | 24.42 | 50.36 | - |
| YUV | 138.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 188 | 0 | 0.50 | 0.05 | 0.23 | 305.51 | 0.46 | 0.58 |
| Hex | C5 | 63 | BC | 0 | 32 | 5 | 17 | 132 | 2E | 3A |
| Octal | 305 | 143 | 274 | 0 | 62 | 5 | 27 | 462 | 56 | 72 |
| Binary | 11000101 | 1100011 | 10111100 | 0 | 110010 | 101 | 10111 | 100110010 | 101110 | 111010 |
Color Harmonies of #C563BC
Complementary color
Monochromatic Colors of #C563BC
Black with #C563BC
Text Example
Text Example
White with #C563BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C563BC; }
p { color: rgb(197,99,188); }
H1.HeaderClassName
{
color: #C563BC;
}
.AnyTagClassName
{
color: #C563BC;
}
</style>
background-color css
<style>
a { background-color: #C563BC; }
a { background-color: rgb(197,99,188); }
div.DivClassName
{
background-color: #C563BC;
}
.BgClassName
{
background-color: #C563BC;
}
</style>
border-color css
<style>
span { border-color: #C563BC; }
span { border-color: rgb(197,99,188); }
td.TdClassName
{
border-color: #C563BC;
}
.TagClassName
{
border-color: #C563BC;
}
</style>