Shades of Fuchsia #C171B8
Tints of Fuchsia #C171B8
RGB
CMYK
RGB Variations
Color information
#C171B8 (or 0xC171B8) is known color: Fuchsia. HEX triplet: C1, 71 and B8. RGB value is (193,113,184). Sum of RGB (Red+Green+Blue) = 193+113+184=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C171B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171B8 is #3E8E47. Grayscale: #909090. Windows color (decimal): -4099656 or 12087745. OLE color: 12087745.
HSL color Cylindrical-coordinate representation of color #C171B8: hue angle of 306.75º 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 #C171B8 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 184 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.24 |
| HSL | 306.75º | 0.39% | 0.6% | - |
| HSV(B) | 306.75º | 0.41% | 0.76% | - |
| XYZ | 36.55 | 26.61 | 48.56 | - |
| YUV | 145.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 184 | 0 | 0.41 | 0.05 | 0.24 | 306.75 | 0.39 | 0.6 |
| Hex | C1 | 71 | B8 | 0 | 29 | 5 | 18 | 133 | 27 | 3C |
| Octal | 301 | 161 | 270 | 0 | 51 | 5 | 30 | 463 | 47 | 74 |
| Binary | 11000001 | 1110001 | 10111000 | 0 | 101001 | 101 | 11000 | 100110011 | 100111 | 111100 |
Color Harmonies of #C171B8
Complementary color
Monochromatic Colors of #C171B8
Black with #C171B8
Text Example
Text Example
White with #C171B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171B8; }
p { color: rgb(193,113,184); }
H1.HeaderClassName
{
color: #C171B8;
}
.AnyTagClassName
{
color: #C171B8;
}
</style>
background-color css
<style>
a { background-color: #C171B8; }
a { background-color: rgb(193,113,184); }
div.DivClassName
{
background-color: #C171B8;
}
.BgClassName
{
background-color: #C171B8;
}
</style>
border-color css
<style>
span { border-color: #C171B8; }
span { border-color: rgb(193,113,184); }
td.TdClassName
{
border-color: #C171B8;
}
.TagClassName
{
border-color: #C171B8;
}
</style>