Shades of Fuchsia #C170BF
Tints of Fuchsia #C170BF
RGB
CMYK
RGB Variations
Color information
#C170BF (or 0xC170BF) is known color: Fuchsia. HEX triplet: C1, 70 and BF. RGB value is (193,112,191). Sum of RGB (Red+Green+Blue) = 193+112+191=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C170BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170BF is #3E8F40. Grayscale: #909090. Windows color (decimal): -4099905 or 12546241. OLE color: 12546241.
HSL color Cylindrical-coordinate representation of color #C170BF: hue angle of 301.48º 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 #C170BF is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 191 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.24 |
| HSL | 301.48º | 0.4% | 0.6% | - |
| HSV(B) | 301.48º | 0.42% | 0.76% | - |
| XYZ | 37.19 | 26.69 | 52.48 | - |
| YUV | 145.23 | 153.84 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 191 | 0 | 0.42 | 0.01 | 0.24 | 301.48 | 0.4 | 0.6 |
| Hex | C1 | 70 | BF | 0 | 2A | 1 | 18 | 12D | 28 | 3C |
| Octal | 301 | 160 | 277 | 0 | 52 | 1 | 30 | 455 | 50 | 74 |
| Binary | 11000001 | 1110000 | 10111111 | 0 | 101010 | 1 | 11000 | 100101101 | 101000 | 111100 |
Color Harmonies of #C170BF
Complementary color
Monochromatic Colors of #C170BF
Black with #C170BF
Text Example
Text Example
White with #C170BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170BF; }
p { color: rgb(193,112,191); }
H1.HeaderClassName
{
color: #C170BF;
}
.AnyTagClassName
{
color: #C170BF;
}
</style>
background-color css
<style>
a { background-color: #C170BF; }
a { background-color: rgb(193,112,191); }
div.DivClassName
{
background-color: #C170BF;
}
.BgClassName
{
background-color: #C170BF;
}
</style>
border-color css
<style>
span { border-color: #C170BF; }
span { border-color: rgb(193,112,191); }
td.TdClassName
{
border-color: #C170BF;
}
.TagClassName
{
border-color: #C170BF;
}
</style>