Shades of Fuchsia #C173C0
Tints of Fuchsia #C173C0
RGB
CMYK
RGB Variations
Color information
#C173C0 (or 0xC173C0) is known color: Fuchsia. HEX triplet: C1, 73 and C0. RGB value is (193,115,192). Sum of RGB (Red+Green+Blue) = 193+115+192=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C173C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173C0 is #3E8C3F. Grayscale: #929292. Windows color (decimal): -4099136 or 12612545. OLE color: 12612545.
HSL color Cylindrical-coordinate representation of color #C173C0: hue angle of 300.77º 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 #C173C0 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 192 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.24 |
| HSL | 300.77º | 0.39% | 0.6% | - |
| HSV(B) | 300.77º | 0.4% | 0.76% | - |
| XYZ | 37.64 | 27.4 | 53.18 | - |
| YUV | 147.1 | 153.34 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 192 | 0 | 0.40 | 0.01 | 0.24 | 300.77 | 0.39 | 0.6 |
| Hex | C1 | 73 | C0 | 0 | 28 | 1 | 18 | 12D | 27 | 3C |
| Octal | 301 | 163 | 300 | 0 | 50 | 1 | 30 | 455 | 47 | 74 |
| Binary | 11000001 | 1110011 | 11000000 | 0 | 101000 | 1 | 11000 | 100101101 | 100111 | 111100 |
Color Harmonies of #C173C0
Complementary color
Monochromatic Colors of #C173C0
Black with #C173C0
Text Example
Text Example
White with #C173C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C173C0; }
p { color: rgb(193,115,192); }
H1.HeaderClassName
{
color: #C173C0;
}
.AnyTagClassName
{
color: #C173C0;
}
</style>
background-color css
<style>
a { background-color: #C173C0; }
a { background-color: rgb(193,115,192); }
div.DivClassName
{
background-color: #C173C0;
}
.BgClassName
{
background-color: #C173C0;
}
</style>
border-color css
<style>
span { border-color: #C173C0; }
span { border-color: rgb(193,115,192); }
td.TdClassName
{
border-color: #C173C0;
}
.TagClassName
{
border-color: #C173C0;
}
</style>