Shades of Fuchsia #C177BE
Tints of Fuchsia #C177BE
RGB
CMYK
RGB Variations
Color information
#C177BE (or 0xC177BE) is known color: Fuchsia. HEX triplet: C1, 77 and BE. RGB value is (193,119,190). Sum of RGB (Red+Green+Blue) = 193+119+190=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C177BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177BE is #3E8841. Grayscale: #959595. Windows color (decimal): -4098114 or 12482497. OLE color: 12482497.
HSL color Cylindrical-coordinate representation of color #C177BE: hue angle of 302.43º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C177BE is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 190 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.24 |
| HSL | 302.43º | 0.37% | 0.61% | - |
| HSV(B) | 302.43º | 0.38% | 0.76% | - |
| XYZ | 37.88 | 28.25 | 52.17 | - |
| YUV | 149.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 190 | 0 | 0.38 | 0.02 | 0.24 | 302.43 | 0.37 | 0.61 |
| Hex | C1 | 77 | BE | 0 | 26 | 2 | 18 | 12E | 25 | 3D |
| Octal | 301 | 167 | 276 | 0 | 46 | 2 | 30 | 456 | 45 | 75 |
| Binary | 11000001 | 1110111 | 10111110 | 0 | 100110 | 10 | 11000 | 100101110 | 100101 | 111101 |
Color Harmonies of #C177BE
Complementary color
Monochromatic Colors of #C177BE
Black with #C177BE
Text Example
Text Example
White with #C177BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C177BE; }
p { color: rgb(193,119,190); }
H1.HeaderClassName
{
color: #C177BE;
}
.AnyTagClassName
{
color: #C177BE;
}
</style>
background-color css
<style>
a { background-color: #C177BE; }
a { background-color: rgb(193,119,190); }
div.DivClassName
{
background-color: #C177BE;
}
.BgClassName
{
background-color: #C177BE;
}
</style>
border-color css
<style>
span { border-color: #C177BE; }
span { border-color: rgb(193,119,190); }
td.TdClassName
{
border-color: #C177BE;
}
.TagClassName
{
border-color: #C177BE;
}
</style>