Shades of Fuchsia #C178BB
Tints of Fuchsia #C178BB
RGB
CMYK
RGB Variations
Color information
#C178BB (or 0xC178BB) is known color: Fuchsia. HEX triplet: C1, 78 and BB. RGB value is (193,120,187). Sum of RGB (Red+Green+Blue) = 193+120+187=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C178BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C178BB is #3E8744. Grayscale: #959595. Windows color (decimal): -4097861 or 12286145. OLE color: 12286145.
HSL color Cylindrical-coordinate representation of color #C178BB: hue angle of 304.93º 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 #C178BB is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 187 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.24 |
| HSL | 304.93º | 0.37% | 0.61% | - |
| HSV(B) | 304.93º | 0.38% | 0.76% | - |
| XYZ | 37.68 | 28.36 | 50.5 | - |
| YUV | 149.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 187 | 0 | 0.38 | 0.03 | 0.24 | 304.93 | 0.37 | 0.61 |
| Hex | C1 | 78 | BB | 0 | 26 | 3 | 18 | 131 | 25 | 3D |
| Octal | 301 | 170 | 273 | 0 | 46 | 3 | 30 | 461 | 45 | 75 |
| Binary | 11000001 | 1111000 | 10111011 | 0 | 100110 | 11 | 11000 | 100110001 | 100101 | 111101 |
Color Harmonies of #C178BB
Complementary color
Monochromatic Colors of #C178BB
Black with #C178BB
Text Example
Text Example
White with #C178BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C178BB; }
p { color: rgb(193,120,187); }
H1.HeaderClassName
{
color: #C178BB;
}
.AnyTagClassName
{
color: #C178BB;
}
</style>
background-color css
<style>
a { background-color: #C178BB; }
a { background-color: rgb(193,120,187); }
div.DivClassName
{
background-color: #C178BB;
}
.BgClassName
{
background-color: #C178BB;
}
</style>
border-color css
<style>
span { border-color: #C178BB; }
span { border-color: rgb(193,120,187); }
td.TdClassName
{
border-color: #C178BB;
}
.TagClassName
{
border-color: #C178BB;
}
</style>