Shades of Fuchsia #C168BC
Tints of Fuchsia #C168BC
RGB
CMYK
RGB Variations
Color information
#C168BC (or 0xC168BC) is known color: Fuchsia. HEX triplet: C1, 68 and BC. RGB value is (193,104,188). Sum of RGB (Red+Green+Blue) = 193+104+188=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C168BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168BC is #3E9743. Grayscale: #8B8B8B. Windows color (decimal): -4101956 or 12347585. OLE color: 12347585.
HSL color Cylindrical-coordinate representation of color #C168BC: hue angle of 303.37º 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 #C168BC is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 188 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.24 |
| HSL | 303.37º | 0.42% | 0.58% | - |
| HSV(B) | 303.37º | 0.46% | 0.76% | - |
| XYZ | 36.02 | 24.87 | 50.48 | - |
| YUV | 140.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 188 | 0 | 0.46 | 0.03 | 0.24 | 303.37 | 0.42 | 0.58 |
| Hex | C1 | 68 | BC | 0 | 2E | 3 | 18 | 12F | 2A | 3A |
| Octal | 301 | 150 | 274 | 0 | 56 | 3 | 30 | 457 | 52 | 72 |
| Binary | 11000001 | 1101000 | 10111100 | 0 | 101110 | 11 | 11000 | 100101111 | 101010 | 111010 |
Color Harmonies of #C168BC
Complementary color
Monochromatic Colors of #C168BC
Black with #C168BC
Text Example
Text Example
White with #C168BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C168BC; }
p { color: rgb(193,104,188); }
H1.HeaderClassName
{
color: #C168BC;
}
.AnyTagClassName
{
color: #C168BC;
}
</style>
background-color css
<style>
a { background-color: #C168BC; }
a { background-color: rgb(193,104,188); }
div.DivClassName
{
background-color: #C168BC;
}
.BgClassName
{
background-color: #C168BC;
}
</style>
border-color css
<style>
span { border-color: #C168BC; }
span { border-color: rgb(193,104,188); }
td.TdClassName
{
border-color: #C168BC;
}
.TagClassName
{
border-color: #C168BC;
}
</style>