Shades of Fuchsia #C171B5
Tints of Fuchsia #C171B5
RGB
CMYK
RGB Variations
Color information
#C171B5 (or 0xC171B5) is known color: Fuchsia. HEX triplet: C1, 71 and B5. RGB value is (193,113,181). Sum of RGB (Red+Green+Blue) = 193+113+181=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C171B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171B5 is #3E8E4A. Grayscale: #909090. Windows color (decimal): -4099659 or 11891137. OLE color: 11891137.
HSL color Cylindrical-coordinate representation of color #C171B5: hue angle of 309º 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 #C171B5 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 181 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.24 |
| HSL | 309º | 0.39% | 0.6% | - |
| HSV(B) | 309º | 0.41% | 0.76% | - |
| XYZ | 36.24 | 26.48 | 46.92 | - |
| YUV | 144.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 181 | 0 | 0.41 | 0.06 | 0.24 | 309 | 0.39 | 0.6 |
| Hex | C1 | 71 | B5 | 0 | 29 | 6 | 18 | 135 | 27 | 3C |
| Octal | 301 | 161 | 265 | 0 | 51 | 6 | 30 | 465 | 47 | 74 |
| Binary | 11000001 | 1110001 | 10110101 | 0 | 101001 | 110 | 11000 | 100110101 | 100111 | 111100 |
Color Harmonies of #C171B5
Complementary color
Monochromatic Colors of #C171B5
Black with #C171B5
Text Example
Text Example
White with #C171B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171B5; }
p { color: rgb(193,113,181); }
H1.HeaderClassName
{
color: #C171B5;
}
.AnyTagClassName
{
color: #C171B5;
}
</style>
background-color css
<style>
a { background-color: #C171B5; }
a { background-color: rgb(193,113,181); }
div.DivClassName
{
background-color: #C171B5;
}
.BgClassName
{
background-color: #C171B5;
}
</style>
border-color css
<style>
span { border-color: #C171B5; }
span { border-color: rgb(193,113,181); }
td.TdClassName
{
border-color: #C171B5;
}
.TagClassName
{
border-color: #C171B5;
}
</style>