Shades of Fuchsia #C171B1
Tints of Fuchsia #C171B1
RGB
CMYK
RGB Variations
Color information
#C171B1 (or 0xC171B1) is known color: Fuchsia. HEX triplet: C1, 71 and B1. RGB value is (193,113,177). Sum of RGB (Red+Green+Blue) = 193+113+177=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C171B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C171B1 is #3E8E4E. Grayscale: #909090. Windows color (decimal): -4099663 or 11628993. OLE color: 11628993.
HSL color Cylindrical-coordinate representation of color #C171B1: hue angle of 312º 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 #C171B1 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 177 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.24 |
| HSL | 312º | 0.39% | 0.6% | - |
| HSV(B) | 312º | 0.41% | 0.76% | - |
| XYZ | 35.83 | 26.32 | 44.79 | - |
| YUV | 144.22 | 146.5 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 177 | 0 | 0.41 | 0.08 | 0.24 | 312 | 0.39 | 0.6 |
| Hex | C1 | 71 | B1 | 0 | 29 | 8 | 18 | 138 | 27 | 3C |
| Octal | 301 | 161 | 261 | 0 | 51 | 10 | 30 | 470 | 47 | 74 |
| Binary | 11000001 | 1110001 | 10110001 | 0 | 101001 | 1000 | 11000 | 100111000 | 100111 | 111100 |
Color Harmonies of #C171B1
Complementary color
Monochromatic Colors of #C171B1
Black with #C171B1
Text Example
Text Example
White with #C171B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171B1; }
p { color: rgb(193,113,177); }
H1.HeaderClassName
{
color: #C171B1;
}
.AnyTagClassName
{
color: #C171B1;
}
</style>
background-color css
<style>
a { background-color: #C171B1; }
a { background-color: rgb(193,113,177); }
div.DivClassName
{
background-color: #C171B1;
}
.BgClassName
{
background-color: #C171B1;
}
</style>
border-color css
<style>
span { border-color: #C171B1; }
span { border-color: rgb(193,113,177); }
td.TdClassName
{
border-color: #C171B1;
}
.TagClassName
{
border-color: #C171B1;
}
</style>