Shades of Fuchsia #C164C0
Tints of Fuchsia #C164C0
RGB
CMYK
RGB Variations
Color information
#C164C0 (or 0xC164C0) is known color: Fuchsia. HEX triplet: C1, 64 and C0. RGB value is (193,100,192). Sum of RGB (Red+Green+Blue) = 193+100+192=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C164C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164C0 is #3E9B3F. Grayscale: #8A8A8A. Windows color (decimal): -4102976 or 12608705. OLE color: 12608705.
HSL color Cylindrical-coordinate representation of color #C164C0: hue angle of 300.65º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C164C0 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 192 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.24 |
| HSL | 300.65º | 0.43% | 0.57% | - |
| HSV(B) | 300.65º | 0.48% | 0.76% | - |
| XYZ | 36.06 | 24.26 | 52.65 | - |
| YUV | 138.3 | 158.31 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 192 | 0 | 0.48 | 0.01 | 0.24 | 300.65 | 0.43 | 0.57 |
| Hex | C1 | 64 | C0 | 0 | 30 | 1 | 18 | 12D | 2B | 39 |
| Octal | 301 | 144 | 300 | 0 | 60 | 1 | 30 | 455 | 53 | 71 |
| Binary | 11000001 | 1100100 | 11000000 | 0 | 110000 | 1 | 11000 | 100101101 | 101011 | 111001 |
Color Harmonies of #C164C0
Complementary color
Monochromatic Colors of #C164C0
Black with #C164C0
Text Example
Text Example
White with #C164C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C164C0; }
p { color: rgb(193,100,192); }
H1.HeaderClassName
{
color: #C164C0;
}
.AnyTagClassName
{
color: #C164C0;
}
</style>
background-color css
<style>
a { background-color: #C164C0; }
a { background-color: rgb(193,100,192); }
div.DivClassName
{
background-color: #C164C0;
}
.BgClassName
{
background-color: #C164C0;
}
</style>
border-color css
<style>
span { border-color: #C164C0; }
span { border-color: rgb(193,100,192); }
td.TdClassName
{
border-color: #C164C0;
}
.TagClassName
{
border-color: #C164C0;
}
</style>