Shades of Fuchsia #C170BB
Tints of Fuchsia #C170BB
RGB
CMYK
RGB Variations
Color information
#C170BB (or 0xC170BB) is known color: Fuchsia. HEX triplet: C1, 70 and BB. RGB value is (193,112,187). Sum of RGB (Red+Green+Blue) = 193+112+187=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C170BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170BB is #3E8F44. Grayscale: #909090. Windows color (decimal): -4099909 or 12284097. OLE color: 12284097.
HSL color Cylindrical-coordinate representation of color #C170BB: hue angle of 304.44º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C170BB is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 187 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.24 |
| HSL | 304.44º | 0.4% | 0.6% | - |
| HSV(B) | 304.44º | 0.42% | 0.76% | - |
| XYZ | 36.76 | 26.51 | 50.19 | - |
| YUV | 144.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 187 | 0 | 0.42 | 0.03 | 0.24 | 304.44 | 0.4 | 0.6 |
| Hex | C1 | 70 | BB | 0 | 2A | 3 | 18 | 130 | 28 | 3C |
| Octal | 301 | 160 | 273 | 0 | 52 | 3 | 30 | 460 | 50 | 74 |
| Binary | 11000001 | 1110000 | 10111011 | 0 | 101010 | 11 | 11000 | 100110000 | 101000 | 111100 |
Color Harmonies of #C170BB
Complementary color
Monochromatic Colors of #C170BB
Black with #C170BB
Text Example
Text Example
White with #C170BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170BB; }
p { color: rgb(193,112,187); }
H1.HeaderClassName
{
color: #C170BB;
}
.AnyTagClassName
{
color: #C170BB;
}
</style>
background-color css
<style>
a { background-color: #C170BB; }
a { background-color: rgb(193,112,187); }
div.DivClassName
{
background-color: #C170BB;
}
.BgClassName
{
background-color: #C170BB;
}
</style>
border-color css
<style>
span { border-color: #C170BB; }
span { border-color: rgb(193,112,187); }
td.TdClassName
{
border-color: #C170BB;
}
.TagClassName
{
border-color: #C170BB;
}
</style>