Shades of Fuchsia #C171C0
Tints of Fuchsia #C171C0
RGB
CMYK
RGB Variations
Color information
#C171C0 (or 0xC171C0) is known color: Fuchsia. HEX triplet: C1, 71 and C0. RGB value is (193,113,192). Sum of RGB (Red+Green+Blue) = 193+113+192=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C171C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171C0 is #3E8E3F. Grayscale: #919191. Windows color (decimal): -4099648 or 12612033. OLE color: 12612033.
HSL color Cylindrical-coordinate representation of color #C171C0: hue angle of 300.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 #C171C0 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 192 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.24 |
| HSL | 300.75º | 0.39% | 0.6% | - |
| HSV(B) | 300.75º | 0.41% | 0.76% | - |
| XYZ | 37.41 | 26.95 | 53.1 | - |
| YUV | 145.93 | 154 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 192 | 0 | 0.41 | 0.01 | 0.24 | 300.75 | 0.39 | 0.6 |
| Hex | C1 | 71 | C0 | 0 | 29 | 1 | 18 | 12D | 27 | 3C |
| Octal | 301 | 161 | 300 | 0 | 51 | 1 | 30 | 455 | 47 | 74 |
| Binary | 11000001 | 1110001 | 11000000 | 0 | 101001 | 1 | 11000 | 100101101 | 100111 | 111100 |
Color Harmonies of #C171C0
Complementary color
Monochromatic Colors of #C171C0
Black with #C171C0
Text Example
Text Example
White with #C171C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171C0; }
p { color: rgb(193,113,192); }
H1.HeaderClassName
{
color: #C171C0;
}
.AnyTagClassName
{
color: #C171C0;
}
</style>
background-color css
<style>
a { background-color: #C171C0; }
a { background-color: rgb(193,113,192); }
div.DivClassName
{
background-color: #C171C0;
}
.BgClassName
{
background-color: #C171C0;
}
</style>
border-color css
<style>
span { border-color: #C171C0; }
span { border-color: rgb(193,113,192); }
td.TdClassName
{
border-color: #C171C0;
}
.TagClassName
{
border-color: #C171C0;
}
</style>