Shades of Fuchsia #C173B6
Tints of Fuchsia #C173B6
RGB
CMYK
RGB Variations
Color information
#C173B6 (or 0xC173B6) is known color: Fuchsia. HEX triplet: C1, 73 and B6. RGB value is (193,115,182). Sum of RGB (Red+Green+Blue) = 193+115+182=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C173B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173B6 is #3E8C49. Grayscale: #919191. Windows color (decimal): -4099146 or 11957185. OLE color: 11957185.
HSL color Cylindrical-coordinate representation of color #C173B6: hue angle of 308.46º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C173B6 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 182 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.24 |
| HSL | 308.46º | 0.39% | 0.6% | - |
| HSV(B) | 308.46º | 0.4% | 0.76% | - |
| XYZ | 36.57 | 26.98 | 47.54 | - |
| YUV | 145.96 | 148.34 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 182 | 0 | 0.40 | 0.06 | 0.24 | 308.46 | 0.39 | 0.6 |
| Hex | C1 | 73 | B6 | 0 | 28 | 6 | 18 | 134 | 27 | 3C |
| Octal | 301 | 163 | 266 | 0 | 50 | 6 | 30 | 464 | 47 | 74 |
| Binary | 11000001 | 1110011 | 10110110 | 0 | 101000 | 110 | 11000 | 100110100 | 100111 | 111100 |
Color Harmonies of #C173B6
Complementary color
Monochromatic Colors of #C173B6
Black with #C173B6
Text Example
Text Example
White with #C173B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C173B6; }
p { color: rgb(193,115,182); }
H1.HeaderClassName
{
color: #C173B6;
}
.AnyTagClassName
{
color: #C173B6;
}
</style>
background-color css
<style>
a { background-color: #C173B6; }
a { background-color: rgb(193,115,182); }
div.DivClassName
{
background-color: #C173B6;
}
.BgClassName
{
background-color: #C173B6;
}
</style>
border-color css
<style>
span { border-color: #C173B6; }
span { border-color: rgb(193,115,182); }
td.TdClassName
{
border-color: #C173B6;
}
.TagClassName
{
border-color: #C173B6;
}
</style>