Shades of Fuchsia #C165AC
Tints of Fuchsia #C165AC
RGB
CMYK
RGB Variations
Color information
#C165AC (or 0xC165AC) is known color: Fuchsia. HEX triplet: C1, 65 and AC. RGB value is (193,101,172). Sum of RGB (Red+Green+Blue) = 193+101+172=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C165AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C165AC is #3E9A53. Grayscale: #888888. Windows color (decimal): -4102740 or 11298241. OLE color: 11298241.
HSL color Cylindrical-coordinate representation of color #C165AC: hue angle of 313.7º 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 #C165AC is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 172 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.24 |
| HSL | 313.7º | 0.43% | 0.58% | - |
| HSV(B) | 313.7º | 0.48% | 0.76% | - |
| XYZ | 34.09 | 23.62 | 41.79 | - |
| YUV | 136.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 172 | 0 | 0.48 | 0.11 | 0.24 | 313.7 | 0.43 | 0.58 |
| Hex | C1 | 65 | AC | 0 | 30 | B | 18 | 13A | 2B | 3A |
| Octal | 301 | 145 | 254 | 0 | 60 | 13 | 30 | 472 | 53 | 72 |
| Binary | 11000001 | 1100101 | 10101100 | 0 | 110000 | 1011 | 11000 | 100111010 | 101011 | 111010 |
Color Harmonies of #C165AC
Complementary color
Monochromatic Colors of #C165AC
Black with #C165AC
Text Example
Text Example
White with #C165AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C165AC; }
p { color: rgb(193,101,172); }
H1.HeaderClassName
{
color: #C165AC;
}
.AnyTagClassName
{
color: #C165AC;
}
</style>
background-color css
<style>
a { background-color: #C165AC; }
a { background-color: rgb(193,101,172); }
div.DivClassName
{
background-color: #C165AC;
}
.BgClassName
{
background-color: #C165AC;
}
</style>
border-color css
<style>
span { border-color: #C165AC; }
span { border-color: rgb(193,101,172); }
td.TdClassName
{
border-color: #C165AC;
}
.TagClassName
{
border-color: #C165AC;
}
</style>