Shades of Fuchsia #C168BD
Tints of Fuchsia #C168BD
RGB
CMYK
RGB Variations
Color information
#C168BD (or 0xC168BD) is known color: Fuchsia. HEX triplet: C1, 68 and BD. RGB value is (193,104,189). Sum of RGB (Red+Green+Blue) = 193+104+189=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C168BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168BD is #3E9742. Grayscale: #8C8C8C. Windows color (decimal): -4101955 or 12413121. OLE color: 12413121.
HSL color Cylindrical-coordinate representation of color #C168BD: hue angle of 302.7º 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 #C168BD is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 189 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.24 |
| HSL | 302.7º | 0.42% | 0.58% | - |
| HSV(B) | 302.7º | 0.46% | 0.76% | - |
| XYZ | 36.13 | 24.91 | 51.05 | - |
| YUV | 140.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 189 | 0 | 0.46 | 0.02 | 0.24 | 302.7 | 0.42 | 0.58 |
| Hex | C1 | 68 | BD | 0 | 2E | 2 | 18 | 12F | 2A | 3A |
| Octal | 301 | 150 | 275 | 0 | 56 | 2 | 30 | 457 | 52 | 72 |
| Binary | 11000001 | 1101000 | 10111101 | 0 | 101110 | 10 | 11000 | 100101111 | 101010 | 111010 |
Color Harmonies of #C168BD
Complementary color
Monochromatic Colors of #C168BD
Black with #C168BD
Text Example
Text Example
White with #C168BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C168BD; }
p { color: rgb(193,104,189); }
H1.HeaderClassName
{
color: #C168BD;
}
.AnyTagClassName
{
color: #C168BD;
}
</style>
background-color css
<style>
a { background-color: #C168BD; }
a { background-color: rgb(193,104,189); }
div.DivClassName
{
background-color: #C168BD;
}
.BgClassName
{
background-color: #C168BD;
}
</style>
border-color css
<style>
span { border-color: #C168BD; }
span { border-color: rgb(193,104,189); }
td.TdClassName
{
border-color: #C168BD;
}
.TagClassName
{
border-color: #C168BD;
}
</style>