Shades of Fuchsia #C564B0
Tints of Fuchsia #C564B0
RGB
CMYK
RGB Variations
Color information
#C564B0 (or 0xC564B0) is known color: Fuchsia. HEX triplet: C5, 64 and B0. RGB value is (197,100,176). Sum of RGB (Red+Green+Blue) = 197+100+176=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C564B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C564B0 is #3A9B4F. Grayscale: #898989. Windows color (decimal): -3840848 or 11560133. OLE color: 11560133.
HSL color Cylindrical-coordinate representation of color #C564B0: hue angle of 312.99º 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 #C564B0 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 176 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.23 |
| HSL | 312.99º | 0.46% | 0.58% | - |
| HSV(B) | 312.99º | 0.49% | 0.77% | - |
| XYZ | 35.42 | 24.12 | 43.86 | - |
| YUV | 137.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 176 | 0 | 0.49 | 0.11 | 0.23 | 312.99 | 0.46 | 0.58 |
| Hex | C5 | 64 | B0 | 0 | 31 | B | 17 | 139 | 2E | 3A |
| Octal | 305 | 144 | 260 | 0 | 61 | 13 | 27 | 471 | 56 | 72 |
| Binary | 11000101 | 1100100 | 10110000 | 0 | 110001 | 1011 | 10111 | 100111001 | 101110 | 111010 |
Color Harmonies of #C564B0
Complementary color
Monochromatic Colors of #C564B0
Black with #C564B0
Text Example
Text Example
White with #C564B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564B0; }
p { color: rgb(197,100,176); }
H1.HeaderClassName
{
color: #C564B0;
}
.AnyTagClassName
{
color: #C564B0;
}
</style>
background-color css
<style>
a { background-color: #C564B0; }
a { background-color: rgb(197,100,176); }
div.DivClassName
{
background-color: #C564B0;
}
.BgClassName
{
background-color: #C564B0;
}
</style>
border-color css
<style>
span { border-color: #C564B0; }
span { border-color: rgb(197,100,176); }
td.TdClassName
{
border-color: #C564B0;
}
.TagClassName
{
border-color: #C564B0;
}
</style>