Shades of Fuchsia #C566C0
Tints of Fuchsia #C566C0
RGB
CMYK
RGB Variations
Color information
#C566C0 (or 0xC566C0) is known color: Fuchsia. HEX triplet: C5, 66 and C0. RGB value is (197,102,192). Sum of RGB (Red+Green+Blue) = 197+102+192=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C566C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566C0 is #3A993F. Grayscale: #8C8C8C. Windows color (decimal): -3840320 or 12609221. OLE color: 12609221.
HSL color Cylindrical-coordinate representation of color #C566C0: hue angle of 303.16º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C566C0 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 192 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.23 |
| HSL | 303.16º | 0.45% | 0.59% | - |
| HSV(B) | 303.16º | 0.48% | 0.77% | - |
| XYZ | 37.29 | 25.18 | 52.76 | - |
| YUV | 140.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 192 | 0 | 0.48 | 0.03 | 0.23 | 303.16 | 0.45 | 0.59 |
| Hex | C5 | 66 | C0 | 0 | 30 | 3 | 17 | 12F | 2D | 3B |
| Octal | 305 | 146 | 300 | 0 | 60 | 3 | 27 | 457 | 55 | 73 |
| Binary | 11000101 | 1100110 | 11000000 | 0 | 110000 | 11 | 10111 | 100101111 | 101101 | 111011 |
Color Harmonies of #C566C0
Complementary color
Monochromatic Colors of #C566C0
Black with #C566C0
Text Example
Text Example
White with #C566C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C566C0; }
p { color: rgb(197,102,192); }
H1.HeaderClassName
{
color: #C566C0;
}
.AnyTagClassName
{
color: #C566C0;
}
</style>
background-color css
<style>
a { background-color: #C566C0; }
a { background-color: rgb(197,102,192); }
div.DivClassName
{
background-color: #C566C0;
}
.BgClassName
{
background-color: #C566C0;
}
</style>
border-color css
<style>
span { border-color: #C566C0; }
span { border-color: rgb(197,102,192); }
td.TdClassName
{
border-color: #C566C0;
}
.TagClassName
{
border-color: #C566C0;
}
</style>