Shades of Fuchsia #C164B0
Tints of Fuchsia #C164B0
RGB
CMYK
RGB Variations
Color information
#C164B0 (or 0xC164B0) is known color: Fuchsia. HEX triplet: C1, 64 and B0. RGB value is (193,100,176). Sum of RGB (Red+Green+Blue) = 193+100+176=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C164B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C164B0 is #3E9B4F. Grayscale: #888888. Windows color (decimal): -4102992 or 11560129. OLE color: 11560129.
HSL color Cylindrical-coordinate representation of color #C164B0: hue angle of 310.97º 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 #C164B0 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 176 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.24 |
| HSL | 310.97º | 0.43% | 0.57% | - |
| HSV(B) | 310.97º | 0.48% | 0.76% | - |
| XYZ | 34.39 | 23.59 | 43.81 | - |
| YUV | 136.47 | 150.31 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 176 | 0 | 0.48 | 0.09 | 0.24 | 310.97 | 0.43 | 0.57 |
| Hex | C1 | 64 | B0 | 0 | 30 | 9 | 18 | 137 | 2B | 39 |
| Octal | 301 | 144 | 260 | 0 | 60 | 11 | 30 | 467 | 53 | 71 |
| Binary | 11000001 | 1100100 | 10110000 | 0 | 110000 | 1001 | 11000 | 100110111 | 101011 | 111001 |
Color Harmonies of #C164B0
Complementary color
Monochromatic Colors of #C164B0
Black with #C164B0
Text Example
Text Example
White with #C164B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C164B0; }
p { color: rgb(193,100,176); }
H1.HeaderClassName
{
color: #C164B0;
}
.AnyTagClassName
{
color: #C164B0;
}
</style>
background-color css
<style>
a { background-color: #C164B0; }
a { background-color: rgb(193,100,176); }
div.DivClassName
{
background-color: #C164B0;
}
.BgClassName
{
background-color: #C164B0;
}
</style>
border-color css
<style>
span { border-color: #C164B0; }
span { border-color: rgb(193,100,176); }
td.TdClassName
{
border-color: #C164B0;
}
.TagClassName
{
border-color: #C164B0;
}
</style>