Shades of Fuchsia #C556C1
Tints of Fuchsia #C556C1
RGB
CMYK
RGB Variations
Color information
#C556C1 (or 0xC556C1) is known color: Fuchsia. HEX triplet: C5, 56 and C1. RGB value is (197,86,193). Sum of RGB (Red+Green+Blue) = 197+86+193=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C556C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C556C1 is #3AA93E. Grayscale: #838383. Windows color (decimal): -3844415 or 12670661. OLE color: 12670661.
HSL color Cylindrical-coordinate representation of color #C556C1: hue angle of 302.16º 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 #C556C1 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 193 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.23 |
| HSL | 302.16º | 0.49% | 0.55% | - |
| HSV(B) | 302.16º | 0.56% | 0.77% | - |
| XYZ | 35.98 | 22.38 | 52.87 | - |
| YUV | 131.39 | 162.77 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 193 | 0 | 0.56 | 0.02 | 0.23 | 302.16 | 0.49 | 0.55 |
| Hex | C5 | 56 | C1 | 0 | 38 | 2 | 17 | 12E | 31 | 37 |
| Octal | 305 | 126 | 301 | 0 | 70 | 2 | 27 | 456 | 61 | 67 |
| Binary | 11000101 | 1010110 | 11000001 | 0 | 111000 | 10 | 10111 | 100101110 | 110001 | 110111 |
Color Harmonies of #C556C1
Complementary color
Monochromatic Colors of #C556C1
Black with #C556C1
Text Example
Text Example
White with #C556C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C556C1; }
p { color: rgb(197,86,193); }
H1.HeaderClassName
{
color: #C556C1;
}
.AnyTagClassName
{
color: #C556C1;
}
</style>
background-color css
<style>
a { background-color: #C556C1; }
a { background-color: rgb(197,86,193); }
div.DivClassName
{
background-color: #C556C1;
}
.BgClassName
{
background-color: #C556C1;
}
</style>
border-color css
<style>
span { border-color: #C556C1; }
span { border-color: rgb(197,86,193); }
td.TdClassName
{
border-color: #C556C1;
}
.TagClassName
{
border-color: #C556C1;
}
</style>