Shades of Fuchsia #C564C9
Tints of Fuchsia #C564C9
RGB
CMYK
RGB Variations
Color information
#C564C9 (or 0xC564C9) is known color: Fuchsia. HEX triplet: C5, 64 and C9. RGB value is (197,100,201). Sum of RGB (Red+Green+Blue) = 197+100+201=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 201 - color contains mainly: blue. Hex color #C564C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564C9 is #3A9B36. Grayscale: #8C8C8C. Windows color (decimal): -3840823 or 13198533. OLE color: 13198533.
HSL color Cylindrical-coordinate representation of color #C564C9: hue angle of 297.62º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C564C9 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 100 | 201 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.21 |
| HSL | 297.62º | 0.48% | 0.59% | - |
| HSV(B) | 297.62º | 0.5% | 0.79% | - |
| XYZ | 38.13 | 25.2 | 58.11 | - |
| YUV | 140.52 | 162.14 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 201 | 0.02 | 0.50 | 0 | 0.21 | 297.62 | 0.48 | 0.59 |
| Hex | C5 | 64 | C9 | 2 | 32 | 0 | 15 | 12A | 30 | 3B |
| Octal | 305 | 144 | 311 | 2 | 62 | 0 | 25 | 452 | 60 | 73 |
| Binary | 11000101 | 1100100 | 11001001 | 10 | 110010 | 0 | 10101 | 100101010 | 110000 | 111011 |
Color Harmonies of #C564C9
Complementary color
Monochromatic Colors of #C564C9
Black with #C564C9
Text Example
Text Example
White with #C564C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564C9; }
p { color: rgb(197,100,201); }
H1.HeaderClassName
{
color: #C564C9;
}
.AnyTagClassName
{
color: #C564C9;
}
</style>
background-color css
<style>
a { background-color: #C564C9; }
a { background-color: rgb(197,100,201); }
div.DivClassName
{
background-color: #C564C9;
}
.BgClassName
{
background-color: #C564C9;
}
</style>
border-color css
<style>
span { border-color: #C564C9; }
span { border-color: rgb(197,100,201); }
td.TdClassName
{
border-color: #C564C9;
}
.TagClassName
{
border-color: #C564C9;
}
</style>