Shades of Fuchsia #C560C6
Tints of Fuchsia #C560C6
RGB
CMYK
RGB Variations
Color information
#C560C6 (or 0xC560C6) is known color: Fuchsia. HEX triplet: C5, 60 and C6. RGB value is (197,96,198). Sum of RGB (Red+Green+Blue) = 197+96+198=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 198 - color contains mainly: blue. Hex color #C560C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560C6 is #3A9F39. Grayscale: #898989. Windows color (decimal): -3841850 or 13000901. OLE color: 13000901.
HSL color Cylindrical-coordinate representation of color #C560C6: hue angle of 299.41º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C560C6 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 96 | 198 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.22 |
| HSL | 299.41º | 0.47% | 0.58% | - |
| HSV(B) | 299.41º | 0.52% | 0.78% | - |
| XYZ | 37.4 | 24.31 | 56.15 | - |
| YUV | 137.83 | 161.96 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 198 | 0.01 | 0.52 | 0 | 0.22 | 299.41 | 0.47 | 0.58 |
| Hex | C5 | 60 | C6 | 1 | 34 | 0 | 16 | 12B | 2F | 3A |
| Octal | 305 | 140 | 306 | 1 | 64 | 0 | 26 | 453 | 57 | 72 |
| Binary | 11000101 | 1100000 | 11000110 | 1 | 110100 | 0 | 10110 | 100101011 | 101111 | 111010 |
Color Harmonies of #C560C6
Complementary color
Monochromatic Colors of #C560C6
Black with #C560C6
Text Example
Text Example
White with #C560C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560C6; }
p { color: rgb(197,96,198); }
H1.HeaderClassName
{
color: #C560C6;
}
.AnyTagClassName
{
color: #C560C6;
}
</style>
background-color css
<style>
a { background-color: #C560C6; }
a { background-color: rgb(197,96,198); }
div.DivClassName
{
background-color: #C560C6;
}
.BgClassName
{
background-color: #C560C6;
}
</style>
border-color css
<style>
span { border-color: #C560C6; }
span { border-color: rgb(197,96,198); }
td.TdClassName
{
border-color: #C560C6;
}
.TagClassName
{
border-color: #C560C6;
}
</style>