Shades of Fuchsia #C177BA
Tints of Fuchsia #C177BA
RGB
CMYK
RGB Variations
Color information
#C177BA (or 0xC177BA) is known color: Fuchsia. HEX triplet: C1, 77 and BA. RGB value is (193,119,186). Sum of RGB (Red+Green+Blue) = 193+119+186=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C177BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177BA is #3E8845. Grayscale: #949494. Windows color (decimal): -4098118 or 12220353. OLE color: 12220353.
HSL color Cylindrical-coordinate representation of color #C177BA: hue angle of 305.68º 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 #C177BA is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 186 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.24 |
| HSL | 305.68º | 0.37% | 0.61% | - |
| HSV(B) | 305.68º | 0.38% | 0.76% | - |
| XYZ | 37.45 | 28.08 | 49.9 | - |
| YUV | 148.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 186 | 0 | 0.38 | 0.04 | 0.24 | 305.68 | 0.37 | 0.61 |
| Hex | C1 | 77 | BA | 0 | 26 | 4 | 18 | 132 | 25 | 3D |
| Octal | 301 | 167 | 272 | 0 | 46 | 4 | 30 | 462 | 45 | 75 |
| Binary | 11000001 | 1110111 | 10111010 | 0 | 100110 | 100 | 11000 | 100110010 | 100101 | 111101 |
Color Harmonies of #C177BA
Complementary color
Monochromatic Colors of #C177BA
Black with #C177BA
Text Example
Text Example
White with #C177BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C177BA; }
p { color: rgb(193,119,186); }
H1.HeaderClassName
{
color: #C177BA;
}
.AnyTagClassName
{
color: #C177BA;
}
</style>
background-color css
<style>
a { background-color: #C177BA; }
a { background-color: rgb(193,119,186); }
div.DivClassName
{
background-color: #C177BA;
}
.BgClassName
{
background-color: #C177BA;
}
</style>
border-color css
<style>
span { border-color: #C177BA; }
span { border-color: rgb(193,119,186); }
td.TdClassName
{
border-color: #C177BA;
}
.TagClassName
{
border-color: #C177BA;
}
</style>