Shades of Fuchsia #C564BA
Tints of Fuchsia #C564BA
RGB
CMYK
RGB Variations
Color information
#C564BA (or 0xC564BA) is known color: Fuchsia. HEX triplet: C5, 64 and BA. RGB value is (197,100,186). Sum of RGB (Red+Green+Blue) = 197+100+186=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C564BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564BA is #3A9B45. Grayscale: #8A8A8A. Windows color (decimal): -3840838 or 12215493. OLE color: 12215493.
HSL color Cylindrical-coordinate representation of color #C564BA: hue angle of 306.8º 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 #C564BA is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 186 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.23 |
| HSL | 306.8º | 0.46% | 0.58% | - |
| HSV(B) | 306.8º | 0.49% | 0.77% | - |
| XYZ | 36.45 | 24.53 | 49.27 | - |
| YUV | 138.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 186 | 0 | 0.49 | 0.06 | 0.23 | 306.8 | 0.46 | 0.58 |
| Hex | C5 | 64 | BA | 0 | 31 | 6 | 17 | 133 | 2E | 3A |
| Octal | 305 | 144 | 272 | 0 | 61 | 6 | 27 | 463 | 56 | 72 |
| Binary | 11000101 | 1100100 | 10111010 | 0 | 110001 | 110 | 10111 | 100110011 | 101110 | 111010 |
Color Harmonies of #C564BA
Complementary color
Monochromatic Colors of #C564BA
Black with #C564BA
Text Example
Text Example
White with #C564BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564BA; }
p { color: rgb(197,100,186); }
H1.HeaderClassName
{
color: #C564BA;
}
.AnyTagClassName
{
color: #C564BA;
}
</style>
background-color css
<style>
a { background-color: #C564BA; }
a { background-color: rgb(197,100,186); }
div.DivClassName
{
background-color: #C564BA;
}
.BgClassName
{
background-color: #C564BA;
}
</style>
border-color css
<style>
span { border-color: #C564BA; }
span { border-color: rgb(197,100,186); }
td.TdClassName
{
border-color: #C564BA;
}
.TagClassName
{
border-color: #C564BA;
}
</style>