Shades of Fuchsia #C564AC
Tints of Fuchsia #C564AC
RGB
CMYK
RGB Variations
Color information
#C564AC (or 0xC564AC) is known color: Fuchsia. HEX triplet: C5, 64 and AC. RGB value is (197,100,172). Sum of RGB (Red+Green+Blue) = 197+100+172=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C564AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C564AC is #3A9B53. Grayscale: #898989. Windows color (decimal): -3840852 or 11297989. OLE color: 11297989.
HSL color Cylindrical-coordinate representation of color #C564AC: hue angle of 315.46º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C564AC is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 172 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.23 |
| HSL | 315.46º | 0.46% | 0.58% | - |
| HSV(B) | 315.46º | 0.49% | 0.77% | - |
| XYZ | 35.03 | 23.96 | 41.81 | - |
| YUV | 137.21 | 147.64 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 172 | 0 | 0.49 | 0.13 | 0.23 | 315.46 | 0.46 | 0.58 |
| Hex | C5 | 64 | AC | 0 | 31 | D | 17 | 13B | 2E | 3A |
| Octal | 305 | 144 | 254 | 0 | 61 | 15 | 27 | 473 | 56 | 72 |
| Binary | 11000101 | 1100100 | 10101100 | 0 | 110001 | 1101 | 10111 | 100111011 | 101110 | 111010 |
Color Harmonies of #C564AC
Complementary color
Monochromatic Colors of #C564AC
Black with #C564AC
Text Example
Text Example
White with #C564AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564AC; }
p { color: rgb(197,100,172); }
H1.HeaderClassName
{
color: #C564AC;
}
.AnyTagClassName
{
color: #C564AC;
}
</style>
background-color css
<style>
a { background-color: #C564AC; }
a { background-color: rgb(197,100,172); }
div.DivClassName
{
background-color: #C564AC;
}
.BgClassName
{
background-color: #C564AC;
}
</style>
border-color css
<style>
span { border-color: #C564AC; }
span { border-color: rgb(197,100,172); }
td.TdClassName
{
border-color: #C564AC;
}
.TagClassName
{
border-color: #C564AC;
}
</style>