Shades of Fuchsia #C560C1
Tints of Fuchsia #C560C1
RGB
CMYK
RGB Variations
Color information
#C560C1 (or 0xC560C1) is known color: Fuchsia. HEX triplet: C5, 60 and C1. RGB value is (197,96,193). Sum of RGB (Red+Green+Blue) = 197+96+193=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C560C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560C1 is #3A9F3E. Grayscale: #888888. Windows color (decimal): -3841855 or 12673221. OLE color: 12673221.
HSL color Cylindrical-coordinate representation of color #C560C1: hue angle of 302.38º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C560C1 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 193 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.23 |
| HSL | 302.38º | 0.47% | 0.57% | - |
| HSV(B) | 302.38º | 0.51% | 0.77% | - |
| XYZ | 36.83 | 24.09 | 53.16 | - |
| YUV | 137.26 | 159.46 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 193 | 0 | 0.51 | 0.02 | 0.23 | 302.38 | 0.47 | 0.57 |
| Hex | C5 | 60 | C1 | 0 | 33 | 2 | 17 | 12E | 2F | 39 |
| Octal | 305 | 140 | 301 | 0 | 63 | 2 | 27 | 456 | 57 | 71 |
| Binary | 11000101 | 1100000 | 11000001 | 0 | 110011 | 10 | 10111 | 100101110 | 101111 | 111001 |
Color Harmonies of #C560C1
Complementary color
Monochromatic Colors of #C560C1
Black with #C560C1
Text Example
Text Example
White with #C560C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560C1; }
p { color: rgb(197,96,193); }
H1.HeaderClassName
{
color: #C560C1;
}
.AnyTagClassName
{
color: #C560C1;
}
</style>
background-color css
<style>
a { background-color: #C560C1; }
a { background-color: rgb(197,96,193); }
div.DivClassName
{
background-color: #C560C1;
}
.BgClassName
{
background-color: #C560C1;
}
</style>
border-color css
<style>
span { border-color: #C560C1; }
span { border-color: rgb(197,96,193); }
td.TdClassName
{
border-color: #C560C1;
}
.TagClassName
{
border-color: #C560C1;
}
</style>