Shades of Fuchsia #C564C1
Tints of Fuchsia #C564C1
RGB
CMYK
RGB Variations
Color information
#C564C1 (or 0xC564C1) is known color: Fuchsia. HEX triplet: C5, 64 and C1. RGB value is (197,100,193). Sum of RGB (Red+Green+Blue) = 197+100+193=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C564C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564C1 is #3A9B3E. Grayscale: #8B8B8B. Windows color (decimal): -3840831 or 12674245. OLE color: 12674245.
HSL color Cylindrical-coordinate representation of color #C564C1: hue angle of 302.47º 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 #C564C1 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 193 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.23 |
| HSL | 302.47º | 0.46% | 0.58% | - |
| HSV(B) | 302.47º | 0.49% | 0.77% | - |
| XYZ | 37.21 | 24.83 | 53.28 | - |
| YUV | 139.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 193 | 0 | 0.49 | 0.02 | 0.23 | 302.47 | 0.46 | 0.58 |
| Hex | C5 | 64 | C1 | 0 | 31 | 2 | 17 | 12E | 2E | 3A |
| Octal | 305 | 144 | 301 | 0 | 61 | 2 | 27 | 456 | 56 | 72 |
| Binary | 11000101 | 1100100 | 11000001 | 0 | 110001 | 10 | 10111 | 100101110 | 101110 | 111010 |
Color Harmonies of #C564C1
Complementary color
Monochromatic Colors of #C564C1
Black with #C564C1
Text Example
Text Example
White with #C564C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564C1; }
p { color: rgb(197,100,193); }
H1.HeaderClassName
{
color: #C564C1;
}
.AnyTagClassName
{
color: #C564C1;
}
</style>
background-color css
<style>
a { background-color: #C564C1; }
a { background-color: rgb(197,100,193); }
div.DivClassName
{
background-color: #C564C1;
}
.BgClassName
{
background-color: #C564C1;
}
</style>
border-color css
<style>
span { border-color: #C564C1; }
span { border-color: rgb(197,100,193); }
td.TdClassName
{
border-color: #C564C1;
}
.TagClassName
{
border-color: #C564C1;
}
</style>