Shades of Fuchsia #C164B3
Tints of Fuchsia #C164B3
RGB
CMYK
RGB Variations
Color information
#C164B3 (or 0xC164B3) is known color: Fuchsia. HEX triplet: C1, 64 and B3. RGB value is (193,100,179). Sum of RGB (Red+Green+Blue) = 193+100+179=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C164B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164B3 is #3E9B4C. Grayscale: #888888. Windows color (decimal): -4102989 or 11756737. OLE color: 11756737.
HSL color Cylindrical-coordinate representation of color #C164B3: hue angle of 309.03º 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 #C164B3 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 179 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.24 |
| HSL | 309.03º | 0.43% | 0.57% | - |
| HSV(B) | 309.03º | 0.48% | 0.76% | - |
| XYZ | 34.69 | 23.71 | 45.4 | - |
| YUV | 136.81 | 151.81 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 179 | 0 | 0.48 | 0.07 | 0.24 | 309.03 | 0.43 | 0.57 |
| Hex | C1 | 64 | B3 | 0 | 30 | 7 | 18 | 135 | 2B | 39 |
| Octal | 301 | 144 | 263 | 0 | 60 | 7 | 30 | 465 | 53 | 71 |
| Binary | 11000001 | 1100100 | 10110011 | 0 | 110000 | 111 | 11000 | 100110101 | 101011 | 111001 |
Color Harmonies of #C164B3
Complementary color
Monochromatic Colors of #C164B3
Black with #C164B3
Text Example
Text Example
White with #C164B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C164B3; }
p { color: rgb(193,100,179); }
H1.HeaderClassName
{
color: #C164B3;
}
.AnyTagClassName
{
color: #C164B3;
}
</style>
background-color css
<style>
a { background-color: #C164B3; }
a { background-color: rgb(193,100,179); }
div.DivClassName
{
background-color: #C164B3;
}
.BgClassName
{
background-color: #C164B3;
}
</style>
border-color css
<style>
span { border-color: #C164B3; }
span { border-color: rgb(193,100,179); }
td.TdClassName
{
border-color: #C164B3;
}
.TagClassName
{
border-color: #C164B3;
}
</style>