Shades of Fuchsia #C164BC
Tints of Fuchsia #C164BC
RGB
CMYK
RGB Variations
Color information
#C164BC (or 0xC164BC) is known color: Fuchsia. HEX triplet: C1, 64 and BC. RGB value is (193,100,188). Sum of RGB (Red+Green+Blue) = 193+100+188=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C164BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164BC is #3E9B43. Grayscale: #898989. Windows color (decimal): -4102980 or 12346561. OLE color: 12346561.
HSL color Cylindrical-coordinate representation of color #C164BC: hue angle of 303.23º 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 #C164BC is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 188 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.24 |
| HSL | 303.23º | 0.43% | 0.57% | - |
| HSV(B) | 303.23º | 0.48% | 0.76% | - |
| XYZ | 35.63 | 24.08 | 50.35 | - |
| YUV | 137.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 188 | 0 | 0.48 | 0.03 | 0.24 | 303.23 | 0.43 | 0.57 |
| Hex | C1 | 64 | BC | 0 | 30 | 3 | 18 | 12F | 2B | 39 |
| Octal | 301 | 144 | 274 | 0 | 60 | 3 | 30 | 457 | 53 | 71 |
| Binary | 11000001 | 1100100 | 10111100 | 0 | 110000 | 11 | 11000 | 100101111 | 101011 | 111001 |
Color Harmonies of #C164BC
Complementary color
Monochromatic Colors of #C164BC
Black with #C164BC
Text Example
Text Example
White with #C164BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C164BC; }
p { color: rgb(193,100,188); }
H1.HeaderClassName
{
color: #C164BC;
}
.AnyTagClassName
{
color: #C164BC;
}
</style>
background-color css
<style>
a { background-color: #C164BC; }
a { background-color: rgb(193,100,188); }
div.DivClassName
{
background-color: #C164BC;
}
.BgClassName
{
background-color: #C164BC;
}
</style>
border-color css
<style>
span { border-color: #C164BC; }
span { border-color: rgb(193,100,188); }
td.TdClassName
{
border-color: #C164BC;
}
.TagClassName
{
border-color: #C164BC;
}
</style>