Shades of Fuchsia #C565AA
Tints of Fuchsia #C565AA
RGB
CMYK
RGB Variations
Color information
#C565AA (or 0xC565AA) is known color: Fuchsia. HEX triplet: C5, 65 and AA. RGB value is (197,101,170). Sum of RGB (Red+Green+Blue) = 197+101+170=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C565AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C565AA is #3A9A55. Grayscale: #898989. Windows color (decimal): -3840598 or 11167173. OLE color: 11167173.
HSL color Cylindrical-coordinate representation of color #C565AA: hue angle of 316.88º degrees, saturation: 0.45, 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 #C565AA is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 170 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.23 |
| HSL | 316.88º | 0.45% | 0.58% | - |
| HSV(B) | 316.88º | 0.49% | 0.77% | - |
| XYZ | 34.94 | 24.08 | 40.84 | - |
| YUV | 137.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 170 | 0 | 0.49 | 0.14 | 0.23 | 316.88 | 0.45 | 0.58 |
| Hex | C5 | 65 | AA | 0 | 31 | E | 17 | 13D | 2D | 3A |
| Octal | 305 | 145 | 252 | 0 | 61 | 16 | 27 | 475 | 55 | 72 |
| Binary | 11000101 | 1100101 | 10101010 | 0 | 110001 | 1110 | 10111 | 100111101 | 101101 | 111010 |
Color Harmonies of #C565AA
Complementary color
Monochromatic Colors of #C565AA
Black with #C565AA
Text Example
Text Example
White with #C565AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C565AA; }
p { color: rgb(197,101,170); }
H1.HeaderClassName
{
color: #C565AA;
}
.AnyTagClassName
{
color: #C565AA;
}
</style>
background-color css
<style>
a { background-color: #C565AA; }
a { background-color: rgb(197,101,170); }
div.DivClassName
{
background-color: #C565AA;
}
.BgClassName
{
background-color: #C565AA;
}
</style>
border-color css
<style>
span { border-color: #C565AA; }
span { border-color: rgb(197,101,170); }
td.TdClassName
{
border-color: #C565AA;
}
.TagClassName
{
border-color: #C565AA;
}
</style>