Shades of Fuchsia #C177BC
Tints of Fuchsia #C177BC
RGB
CMYK
RGB Variations
Color information
#C177BC (or 0xC177BC) is known color: Fuchsia. HEX triplet: C1, 77 and BC. RGB value is (193,119,188). Sum of RGB (Red+Green+Blue) = 193+119+188=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C177BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177BC is #3E8843. Grayscale: #949494. Windows color (decimal): -4098116 or 12351425. OLE color: 12351425.
HSL color Cylindrical-coordinate representation of color #C177BC: hue angle of 304.05º 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 #C177BC is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 188 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.24 |
| HSL | 304.05º | 0.37% | 0.61% | - |
| HSV(B) | 304.05º | 0.38% | 0.76% | - |
| XYZ | 37.67 | 28.16 | 51.03 | - |
| YUV | 148.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 188 | 0 | 0.38 | 0.03 | 0.24 | 304.05 | 0.37 | 0.61 |
| Hex | C1 | 77 | BC | 0 | 26 | 3 | 18 | 130 | 25 | 3D |
| Octal | 301 | 167 | 274 | 0 | 46 | 3 | 30 | 460 | 45 | 75 |
| Binary | 11000001 | 1110111 | 10111100 | 0 | 100110 | 11 | 11000 | 100110000 | 100101 | 111101 |
Color Harmonies of #C177BC
Complementary color
Monochromatic Colors of #C177BC
Black with #C177BC
Text Example
Text Example
White with #C177BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C177BC; }
p { color: rgb(193,119,188); }
H1.HeaderClassName
{
color: #C177BC;
}
.AnyTagClassName
{
color: #C177BC;
}
</style>
background-color css
<style>
a { background-color: #C177BC; }
a { background-color: rgb(193,119,188); }
div.DivClassName
{
background-color: #C177BC;
}
.BgClassName
{
background-color: #C177BC;
}
</style>
border-color css
<style>
span { border-color: #C177BC; }
span { border-color: rgb(193,119,188); }
td.TdClassName
{
border-color: #C177BC;
}
.TagClassName
{
border-color: #C177BC;
}
</style>