Shades of Fuchsia #C560C2
Tints of Fuchsia #C560C2
RGB
CMYK
RGB Variations
Color information
#C560C2 (or 0xC560C2) is known color: Fuchsia. HEX triplet: C5, 60 and C2. RGB value is (197,96,194). Sum of RGB (Red+Green+Blue) = 197+96+194=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C560C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560C2 is #3A9F3D. Grayscale: #898989. Windows color (decimal): -3841854 or 12738757. OLE color: 12738757.
HSL color Cylindrical-coordinate representation of color #C560C2: hue angle of 301.78º 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 #C560C2 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 194 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.23 |
| HSL | 301.78º | 0.47% | 0.57% | - |
| HSV(B) | 301.78º | 0.51% | 0.77% | - |
| XYZ | 36.95 | 24.13 | 53.75 | - |
| YUV | 137.37 | 159.96 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 194 | 0 | 0.51 | 0.02 | 0.23 | 301.78 | 0.47 | 0.57 |
| Hex | C5 | 60 | C2 | 0 | 33 | 2 | 17 | 12E | 2F | 39 |
| Octal | 305 | 140 | 302 | 0 | 63 | 2 | 27 | 456 | 57 | 71 |
| Binary | 11000101 | 1100000 | 11000010 | 0 | 110011 | 10 | 10111 | 100101110 | 101111 | 111001 |
Color Harmonies of #C560C2
Complementary color
Monochromatic Colors of #C560C2
Black with #C560C2
Text Example
Text Example
White with #C560C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560C2; }
p { color: rgb(197,96,194); }
H1.HeaderClassName
{
color: #C560C2;
}
.AnyTagClassName
{
color: #C560C2;
}
</style>
background-color css
<style>
a { background-color: #C560C2; }
a { background-color: rgb(197,96,194); }
div.DivClassName
{
background-color: #C560C2;
}
.BgClassName
{
background-color: #C560C2;
}
</style>
border-color css
<style>
span { border-color: #C560C2; }
span { border-color: rgb(197,96,194); }
td.TdClassName
{
border-color: #C560C2;
}
.TagClassName
{
border-color: #C560C2;
}
</style>