Shades of Fuchsia #C168B9
Tints of Fuchsia #C168B9
RGB
CMYK
RGB Variations
Color information
#C168B9 (or 0xC168B9) is known color: Fuchsia. HEX triplet: C1, 68 and B9. RGB value is (193,104,185). Sum of RGB (Red+Green+Blue) = 193+104+185=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C168B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168B9 is #3E9746. Grayscale: #8B8B8B. Windows color (decimal): -4101959 or 12150977. OLE color: 12150977.
HSL color Cylindrical-coordinate representation of color #C168B9: hue angle of 305.39º 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 #C168B9 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 185 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.24 |
| HSL | 305.39º | 0.42% | 0.58% | - |
| HSV(B) | 305.39º | 0.46% | 0.76% | - |
| XYZ | 35.7 | 24.74 | 48.79 | - |
| YUV | 139.85 | 153.49 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 185 | 0 | 0.46 | 0.04 | 0.24 | 305.39 | 0.42 | 0.58 |
| Hex | C1 | 68 | B9 | 0 | 2E | 4 | 18 | 131 | 2A | 3A |
| Octal | 301 | 150 | 271 | 0 | 56 | 4 | 30 | 461 | 52 | 72 |
| Binary | 11000001 | 1101000 | 10111001 | 0 | 101110 | 100 | 11000 | 100110001 | 101010 | 111010 |
Color Harmonies of #C168B9
Complementary color
Monochromatic Colors of #C168B9
Black with #C168B9
Text Example
Text Example
White with #C168B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C168B9; }
p { color: rgb(193,104,185); }
H1.HeaderClassName
{
color: #C168B9;
}
.AnyTagClassName
{
color: #C168B9;
}
</style>
background-color css
<style>
a { background-color: #C168B9; }
a { background-color: rgb(193,104,185); }
div.DivClassName
{
background-color: #C168B9;
}
.BgClassName
{
background-color: #C168B9;
}
</style>
border-color css
<style>
span { border-color: #C168B9; }
span { border-color: rgb(193,104,185); }
td.TdClassName
{
border-color: #C168B9;
}
.TagClassName
{
border-color: #C168B9;
}
</style>