Shades of Fuchsia #C168B2
Tints of Fuchsia #C168B2
RGB
CMYK
RGB Variations
Color information
#C168B2 (or 0xC168B2) is known color: Fuchsia. HEX triplet: C1, 68 and B2. RGB value is (193,104,178). Sum of RGB (Red+Green+Blue) = 193+104+178=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C168B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C168B2 is #3E974D. Grayscale: #8A8A8A. Windows color (decimal): -4101966 or 11692225. OLE color: 11692225.
HSL color Cylindrical-coordinate representation of color #C168B2: hue angle of 310.11º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C168B2 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 178 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.24 |
| HSL | 310.11º | 0.42% | 0.58% | - |
| HSV(B) | 310.11º | 0.46% | 0.76% | - |
| XYZ | 34.98 | 24.45 | 45 | - |
| YUV | 139.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 178 | 0 | 0.46 | 0.08 | 0.24 | 310.11 | 0.42 | 0.58 |
| Hex | C1 | 68 | B2 | 0 | 2E | 8 | 18 | 136 | 2A | 3A |
| Octal | 301 | 150 | 262 | 0 | 56 | 10 | 30 | 466 | 52 | 72 |
| Binary | 11000001 | 1101000 | 10110010 | 0 | 101110 | 1000 | 11000 | 100110110 | 101010 | 111010 |
Color Harmonies of #C168B2
Complementary color
Monochromatic Colors of #C168B2
Black with #C168B2
Text Example
Text Example
White with #C168B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C168B2; }
p { color: rgb(193,104,178); }
H1.HeaderClassName
{
color: #C168B2;
}
.AnyTagClassName
{
color: #C168B2;
}
</style>
background-color css
<style>
a { background-color: #C168B2; }
a { background-color: rgb(193,104,178); }
div.DivClassName
{
background-color: #C168B2;
}
.BgClassName
{
background-color: #C168B2;
}
</style>
border-color css
<style>
span { border-color: #C168B2; }
span { border-color: rgb(193,104,178); }
td.TdClassName
{
border-color: #C168B2;
}
.TagClassName
{
border-color: #C168B2;
}
</style>