Shades of Fuchsia #C556C2
Tints of Fuchsia #C556C2
RGB
CMYK
RGB Variations
Color information
#C556C2 (or 0xC556C2) is known color: Fuchsia. HEX triplet: C5, 56 and C2. RGB value is (197,86,194). Sum of RGB (Red+Green+Blue) = 197+86+194=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C556C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C556C2 is #3AA93D. Grayscale: #838383. Windows color (decimal): -3844414 or 12736197. OLE color: 12736197.
HSL color Cylindrical-coordinate representation of color #C556C2: hue angle of 301.62º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C556C2 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 194 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.23 |
| HSL | 301.62º | 0.49% | 0.55% | - |
| HSV(B) | 301.62º | 0.56% | 0.77% | - |
| XYZ | 36.09 | 22.42 | 53.46 | - |
| YUV | 131.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 194 | 0 | 0.56 | 0.02 | 0.23 | 301.62 | 0.49 | 0.55 |
| Hex | C5 | 56 | C2 | 0 | 38 | 2 | 17 | 12E | 31 | 37 |
| Octal | 305 | 126 | 302 | 0 | 70 | 2 | 27 | 456 | 61 | 67 |
| Binary | 11000101 | 1010110 | 11000010 | 0 | 111000 | 10 | 10111 | 100101110 | 110001 | 110111 |
Color Harmonies of #C556C2
Complementary color
Monochromatic Colors of #C556C2
Black with #C556C2
Text Example
Text Example
White with #C556C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C556C2; }
p { color: rgb(197,86,194); }
H1.HeaderClassName
{
color: #C556C2;
}
.AnyTagClassName
{
color: #C556C2;
}
</style>
background-color css
<style>
a { background-color: #C556C2; }
a { background-color: rgb(197,86,194); }
div.DivClassName
{
background-color: #C556C2;
}
.BgClassName
{
background-color: #C556C2;
}
</style>
border-color css
<style>
span { border-color: #C556C2; }
span { border-color: rgb(197,86,194); }
td.TdClassName
{
border-color: #C556C2;
}
.TagClassName
{
border-color: #C556C2;
}
</style>