Shades of Fuchsia #C171BF
Tints of Fuchsia #C171BF
RGB
CMYK
RGB Variations
Color information
#C171BF (or 0xC171BF) is known color: Fuchsia. HEX triplet: C1, 71 and BF. RGB value is (193,113,191). Sum of RGB (Red+Green+Blue) = 193+113+191=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C171BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171BF is #3E8E40. Grayscale: #919191. Windows color (decimal): -4099649 or 12546497. OLE color: 12546497.
HSL color Cylindrical-coordinate representation of color #C171BF: hue angle of 301.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C171BF is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 191 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.24 |
| HSL | 301.5º | 0.39% | 0.6% | - |
| HSV(B) | 301.5º | 0.41% | 0.76% | - |
| XYZ | 37.3 | 26.91 | 52.52 | - |
| YUV | 145.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 191 | 0 | 0.41 | 0.01 | 0.24 | 301.5 | 0.39 | 0.6 |
| Hex | C1 | 71 | BF | 0 | 29 | 1 | 18 | 12E | 27 | 3C |
| Octal | 301 | 161 | 277 | 0 | 51 | 1 | 30 | 456 | 47 | 74 |
| Binary | 11000001 | 1110001 | 10111111 | 0 | 101001 | 1 | 11000 | 100101110 | 100111 | 111100 |
Color Harmonies of #C171BF
Complementary color
Monochromatic Colors of #C171BF
Black with #C171BF
Text Example
Text Example
White with #C171BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171BF; }
p { color: rgb(193,113,191); }
H1.HeaderClassName
{
color: #C171BF;
}
.AnyTagClassName
{
color: #C171BF;
}
</style>
background-color css
<style>
a { background-color: #C171BF; }
a { background-color: rgb(193,113,191); }
div.DivClassName
{
background-color: #C171BF;
}
.BgClassName
{
background-color: #C171BF;
}
</style>
border-color css
<style>
span { border-color: #C171BF; }
span { border-color: rgb(193,113,191); }
td.TdClassName
{
border-color: #C171BF;
}
.TagClassName
{
border-color: #C171BF;
}
</style>