Shades of Fuchsia #C171BA
Tints of Fuchsia #C171BA
RGB
CMYK
RGB Variations
Color information
#C171BA (or 0xC171BA) is known color: Fuchsia. HEX triplet: C1, 71 and BA. RGB value is (193,113,186). Sum of RGB (Red+Green+Blue) = 193+113+186=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C171BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171BA is #3E8E45. Grayscale: #919191. Windows color (decimal): -4099654 or 12218817. OLE color: 12218817.
HSL color Cylindrical-coordinate representation of color #C171BA: hue angle of 305.25º 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 #C171BA is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 186 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.24 |
| HSL | 305.25º | 0.39% | 0.6% | - |
| HSV(B) | 305.25º | 0.41% | 0.76% | - |
| XYZ | 36.76 | 26.69 | 49.67 | - |
| YUV | 145.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 186 | 0 | 0.41 | 0.04 | 0.24 | 305.25 | 0.39 | 0.6 |
| Hex | C1 | 71 | BA | 0 | 29 | 4 | 18 | 131 | 27 | 3C |
| Octal | 301 | 161 | 272 | 0 | 51 | 4 | 30 | 461 | 47 | 74 |
| Binary | 11000001 | 1110001 | 10111010 | 0 | 101001 | 100 | 11000 | 100110001 | 100111 | 111100 |
Color Harmonies of #C171BA
Complementary color
Monochromatic Colors of #C171BA
Black with #C171BA
Text Example
Text Example
White with #C171BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171BA; }
p { color: rgb(193,113,186); }
H1.HeaderClassName
{
color: #C171BA;
}
.AnyTagClassName
{
color: #C171BA;
}
</style>
background-color css
<style>
a { background-color: #C171BA; }
a { background-color: rgb(193,113,186); }
div.DivClassName
{
background-color: #C171BA;
}
.BgClassName
{
background-color: #C171BA;
}
</style>
border-color css
<style>
span { border-color: #C171BA; }
span { border-color: rgb(193,113,186); }
td.TdClassName
{
border-color: #C171BA;
}
.TagClassName
{
border-color: #C171BA;
}
</style>