Shades of Fuchsia #C165AB
Tints of Fuchsia #C165AB
RGB
CMYK
RGB Variations
Color information
#C165AB (or 0xC165AB) is known color: Fuchsia. HEX triplet: C1, 65 and AB. RGB value is (193,101,171). Sum of RGB (Red+Green+Blue) = 193+101+171=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C165AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C165AB is #3E9A54. Grayscale: #888888. Windows color (decimal): -4102741 or 11232705. OLE color: 11232705.
HSL color Cylindrical-coordinate representation of color #C165AB: hue angle of 314.35º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C165AB is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 171 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.24 |
| HSL | 314.35º | 0.43% | 0.58% | - |
| HSV(B) | 314.35º | 0.48% | 0.76% | - |
| XYZ | 34 | 23.59 | 41.29 | - |
| YUV | 136.49 | 147.48 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 171 | 0 | 0.48 | 0.11 | 0.24 | 314.35 | 0.43 | 0.58 |
| Hex | C1 | 65 | AB | 0 | 30 | B | 18 | 13A | 2B | 3A |
| Octal | 301 | 145 | 253 | 0 | 60 | 13 | 30 | 472 | 53 | 72 |
| Binary | 11000001 | 1100101 | 10101011 | 0 | 110000 | 1011 | 11000 | 100111010 | 101011 | 111010 |
Color Harmonies of #C165AB
Complementary color
Monochromatic Colors of #C165AB
Black with #C165AB
Text Example
Text Example
White with #C165AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C165AB; }
p { color: rgb(193,101,171); }
H1.HeaderClassName
{
color: #C165AB;
}
.AnyTagClassName
{
color: #C165AB;
}
</style>
background-color css
<style>
a { background-color: #C165AB; }
a { background-color: rgb(193,101,171); }
div.DivClassName
{
background-color: #C165AB;
}
.BgClassName
{
background-color: #C165AB;
}
</style>
border-color css
<style>
span { border-color: #C165AB; }
span { border-color: rgb(193,101,171); }
td.TdClassName
{
border-color: #C165AB;
}
.TagClassName
{
border-color: #C165AB;
}
</style>