Shades of Fuchsia #C176BC
Tints of Fuchsia #C176BC
RGB
CMYK
RGB Variations
Color information
#C176BC (or 0xC176BC) is known color: Fuchsia. HEX triplet: C1, 76 and BC. RGB value is (193,118,188). Sum of RGB (Red+Green+Blue) = 193+118+188=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C176BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176BC is #3E8943. Grayscale: #949494. Windows color (decimal): -4098372 or 12351169. OLE color: 12351169.
HSL color Cylindrical-coordinate representation of color #C176BC: hue angle of 304º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C176BC is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 188 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.24 |
| HSL | 304º | 0.38% | 0.61% | - |
| HSV(B) | 304º | 0.39% | 0.76% | - |
| XYZ | 37.55 | 27.93 | 50.99 | - |
| YUV | 148.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 188 | 0 | 0.39 | 0.03 | 0.24 | 304 | 0.38 | 0.61 |
| Hex | C1 | 76 | BC | 0 | 27 | 3 | 18 | 130 | 26 | 3D |
| Octal | 301 | 166 | 274 | 0 | 47 | 3 | 30 | 460 | 46 | 75 |
| Binary | 11000001 | 1110110 | 10111100 | 0 | 100111 | 11 | 11000 | 100110000 | 100110 | 111101 |
Color Harmonies of #C176BC
Complementary color
Monochromatic Colors of #C176BC
Black with #C176BC
Text Example
Text Example
White with #C176BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C176BC; }
p { color: rgb(193,118,188); }
H1.HeaderClassName
{
color: #C176BC;
}
.AnyTagClassName
{
color: #C176BC;
}
</style>
background-color css
<style>
a { background-color: #C176BC; }
a { background-color: rgb(193,118,188); }
div.DivClassName
{
background-color: #C176BC;
}
.BgClassName
{
background-color: #C176BC;
}
</style>
border-color css
<style>
span { border-color: #C176BC; }
span { border-color: rgb(193,118,188); }
td.TdClassName
{
border-color: #C176BC;
}
.TagClassName
{
border-color: #C176BC;
}
</style>