Shades of Fuchsia #C563AF
Tints of Fuchsia #C563AF
RGB
CMYK
RGB Variations
Color information
#C563AF (or 0xC563AF) is known color: Fuchsia. HEX triplet: C5, 63 and AF. RGB value is (197,99,175). Sum of RGB (Red+Green+Blue) = 197+99+175=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C563AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C563AF is #3A9C50. Grayscale: #888888. Windows color (decimal): -3841105 or 11494341. OLE color: 11494341.
HSL color Cylindrical-coordinate representation of color #C563AF: hue angle of 313.47º 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 #C563AF is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 175 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.23 |
| HSL | 313.47º | 0.46% | 0.58% | - |
| HSV(B) | 313.47º | 0.5% | 0.77% | - |
| XYZ | 35.23 | 23.89 | 43.31 | - |
| YUV | 136.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 175 | 0 | 0.50 | 0.11 | 0.23 | 313.47 | 0.46 | 0.58 |
| Hex | C5 | 63 | AF | 0 | 32 | B | 17 | 139 | 2E | 3A |
| Octal | 305 | 143 | 257 | 0 | 62 | 13 | 27 | 471 | 56 | 72 |
| Binary | 11000101 | 1100011 | 10101111 | 0 | 110010 | 1011 | 10111 | 100111001 | 101110 | 111010 |
Color Harmonies of #C563AF
Complementary color
Monochromatic Colors of #C563AF
Black with #C563AF
Text Example
Text Example
White with #C563AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C563AF; }
p { color: rgb(197,99,175); }
H1.HeaderClassName
{
color: #C563AF;
}
.AnyTagClassName
{
color: #C563AF;
}
</style>
background-color css
<style>
a { background-color: #C563AF; }
a { background-color: rgb(197,99,175); }
div.DivClassName
{
background-color: #C563AF;
}
.BgClassName
{
background-color: #C563AF;
}
</style>
border-color css
<style>
span { border-color: #C563AF; }
span { border-color: rgb(197,99,175); }
td.TdClassName
{
border-color: #C563AF;
}
.TagClassName
{
border-color: #C563AF;
}
</style>