Shades of Fuchsia #C564AA
Tints of Fuchsia #C564AA
RGB
CMYK
RGB Variations
Color information
#C564AA (or 0xC564AA) is known color: Fuchsia. HEX triplet: C5, 64 and AA. RGB value is (197,100,170). Sum of RGB (Red+Green+Blue) = 197+100+170=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C564AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C564AA is #3A9B55. Grayscale: #888888. Windows color (decimal): -3840854 or 11166917. OLE color: 11166917.
HSL color Cylindrical-coordinate representation of color #C564AA: hue angle of 316.7º 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 #C564AA is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 170 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.23 |
| HSL | 316.7º | 0.46% | 0.58% | - |
| HSV(B) | 316.7º | 0.49% | 0.77% | - |
| XYZ | 34.84 | 23.89 | 40.8 | - |
| YUV | 136.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 170 | 0 | 0.49 | 0.14 | 0.23 | 316.7 | 0.46 | 0.58 |
| Hex | C5 | 64 | AA | 0 | 31 | E | 17 | 13D | 2E | 3A |
| Octal | 305 | 144 | 252 | 0 | 61 | 16 | 27 | 475 | 56 | 72 |
| Binary | 11000101 | 1100100 | 10101010 | 0 | 110001 | 1110 | 10111 | 100111101 | 101110 | 111010 |
Color Harmonies of #C564AA
Complementary color
Monochromatic Colors of #C564AA
Black with #C564AA
Text Example
Text Example
White with #C564AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564AA; }
p { color: rgb(197,100,170); }
H1.HeaderClassName
{
color: #C564AA;
}
.AnyTagClassName
{
color: #C564AA;
}
</style>
background-color css
<style>
a { background-color: #C564AA; }
a { background-color: rgb(197,100,170); }
div.DivClassName
{
background-color: #C564AA;
}
.BgClassName
{
background-color: #C564AA;
}
</style>
border-color css
<style>
span { border-color: #C564AA; }
span { border-color: rgb(197,100,170); }
td.TdClassName
{
border-color: #C564AA;
}
.TagClassName
{
border-color: #C564AA;
}
</style>