Shades of Fuchsia #C171C1
Tints of Fuchsia #C171C1
RGB
CMYK
RGB Variations
Color information
#C171C1 (or 0xC171C1) is known color: Fuchsia. HEX triplet: C1, 71 and C1. RGB value is (193,113,193). Sum of RGB (Red+Green+Blue) = 193+113+193=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C171C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171C1 is #3E8E3E. Grayscale: #919191. Windows color (decimal): -4099647 or 12677569. OLE color: 12677569.
HSL color Cylindrical-coordinate representation of color #C171C1: hue angle of 300º 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 #C171C1 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 193 | - |
| CMYK | 0 | 0.41 | 0 | 0.24 |
| HSL | 300º | 0.39% | 0.6% | - |
| HSV(B) | 300º | 0.41% | 0.76% | - |
| XYZ | 37.52 | 27 | 53.69 | - |
| YUV | 146.04 | 154.5 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 193 | 0 | 0.41 | 0 | 0.24 | 300 | 0.39 | 0.6 |
| Hex | C1 | 71 | C1 | 0 | 29 | 0 | 18 | 12C | 27 | 3C |
| Octal | 301 | 161 | 301 | 0 | 51 | 0 | 30 | 454 | 47 | 74 |
| Binary | 11000001 | 1110001 | 11000001 | 0 | 101001 | 0 | 11000 | 100101100 | 100111 | 111100 |
Color Harmonies of #C171C1
Complementary color
Monochromatic Colors of #C171C1
Black with #C171C1
Text Example
Text Example
White with #C171C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171C1; }
p { color: rgb(193,113,193); }
H1.HeaderClassName
{
color: #C171C1;
}
.AnyTagClassName
{
color: #C171C1;
}
</style>
background-color css
<style>
a { background-color: #C171C1; }
a { background-color: rgb(193,113,193); }
div.DivClassName
{
background-color: #C171C1;
}
.BgClassName
{
background-color: #C171C1;
}
</style>
border-color css
<style>
span { border-color: #C171C1; }
span { border-color: rgb(193,113,193); }
td.TdClassName
{
border-color: #C171C1;
}
.TagClassName
{
border-color: #C171C1;
}
</style>