Shades of Fuchsia #C164BF
Tints of Fuchsia #C164BF
RGB
CMYK
RGB Variations
Color information
#C164BF (or 0xC164BF) is known color: Fuchsia. HEX triplet: C1, 64 and BF. RGB value is (193,100,191). Sum of RGB (Red+Green+Blue) = 193+100+191=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C164BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164BF is #3E9B40. Grayscale: #898989. Windows color (decimal): -4102977 or 12543169. OLE color: 12543169.
HSL color Cylindrical-coordinate representation of color #C164BF: hue angle of 301.29º 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 #C164BF is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 191 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.24 |
| HSL | 301.29º | 0.43% | 0.57% | - |
| HSV(B) | 301.29º | 0.48% | 0.76% | - |
| XYZ | 35.95 | 24.21 | 52.07 | - |
| YUV | 138.18 | 157.81 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 191 | 0 | 0.48 | 0.01 | 0.24 | 301.29 | 0.43 | 0.57 |
| Hex | C1 | 64 | BF | 0 | 30 | 1 | 18 | 12D | 2B | 39 |
| Octal | 301 | 144 | 277 | 0 | 60 | 1 | 30 | 455 | 53 | 71 |
| Binary | 11000001 | 1100100 | 10111111 | 0 | 110000 | 1 | 11000 | 100101101 | 101011 | 111001 |
Color Harmonies of #C164BF
Complementary color
Monochromatic Colors of #C164BF
Black with #C164BF
Text Example
Text Example
White with #C164BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C164BF; }
p { color: rgb(193,100,191); }
H1.HeaderClassName
{
color: #C164BF;
}
.AnyTagClassName
{
color: #C164BF;
}
</style>
background-color css
<style>
a { background-color: #C164BF; }
a { background-color: rgb(193,100,191); }
div.DivClassName
{
background-color: #C164BF;
}
.BgClassName
{
background-color: #C164BF;
}
</style>
border-color css
<style>
span { border-color: #C164BF; }
span { border-color: rgb(193,100,191); }
td.TdClassName
{
border-color: #C164BF;
}
.TagClassName
{
border-color: #C164BF;
}
</style>