Shades of Fuchsia #C564B4
Tints of Fuchsia #C564B4
RGB
CMYK
RGB Variations
Color information
#C564B4 (or 0xC564B4) is known color: Fuchsia. HEX triplet: C5, 64 and B4. RGB value is (197,100,180). Sum of RGB (Red+Green+Blue) = 197+100+180=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C564B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564B4 is #3A9B4B. Grayscale: #898989. Windows color (decimal): -3840844 or 11822277. OLE color: 11822277.
HSL color Cylindrical-coordinate representation of color #C564B4: hue angle of 310.52º 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 #C564B4 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 180 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.23 |
| HSL | 310.52º | 0.46% | 0.58% | - |
| HSV(B) | 310.52º | 0.49% | 0.77% | - |
| XYZ | 35.82 | 24.28 | 45.98 | - |
| YUV | 138.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 180 | 0 | 0.49 | 0.09 | 0.23 | 310.52 | 0.46 | 0.58 |
| Hex | C5 | 64 | B4 | 0 | 31 | 9 | 17 | 137 | 2E | 3A |
| Octal | 305 | 144 | 264 | 0 | 61 | 11 | 27 | 467 | 56 | 72 |
| Binary | 11000101 | 1100100 | 10110100 | 0 | 110001 | 1001 | 10111 | 100110111 | 101110 | 111010 |
Color Harmonies of #C564B4
Complementary color
Monochromatic Colors of #C564B4
Black with #C564B4
Text Example
Text Example
White with #C564B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564B4; }
p { color: rgb(197,100,180); }
H1.HeaderClassName
{
color: #C564B4;
}
.AnyTagClassName
{
color: #C564B4;
}
</style>
background-color css
<style>
a { background-color: #C564B4; }
a { background-color: rgb(197,100,180); }
div.DivClassName
{
background-color: #C564B4;
}
.BgClassName
{
background-color: #C564B4;
}
</style>
border-color css
<style>
span { border-color: #C564B4; }
span { border-color: rgb(197,100,180); }
td.TdClassName
{
border-color: #C564B4;
}
.TagClassName
{
border-color: #C564B4;
}
</style>