Shades of Fuchsia #C167AC
Tints of Fuchsia #C167AC
RGB
CMYK
RGB Variations
Color information
#C167AC (or 0xC167AC) is known color: Fuchsia. HEX triplet: C1, 67 and AC. RGB value is (193,103,172). Sum of RGB (Red+Green+Blue) = 193+103+172=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C167AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C167AC is #3E9853. Grayscale: #898989. Windows color (decimal): -4102228 or 11298753. OLE color: 11298753.
HSL color Cylindrical-coordinate representation of color #C167AC: hue angle of 314º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C167AC is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 172 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.24 |
| HSL | 314º | 0.42% | 0.58% | - |
| HSV(B) | 314º | 0.47% | 0.76% | - |
| XYZ | 34.29 | 24.02 | 41.86 | - |
| YUV | 137.78 | 147.32 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 172 | 0 | 0.47 | 0.11 | 0.24 | 314 | 0.42 | 0.58 |
| Hex | C1 | 67 | AC | 0 | 2F | B | 18 | 13A | 2A | 3A |
| Octal | 301 | 147 | 254 | 0 | 57 | 13 | 30 | 472 | 52 | 72 |
| Binary | 11000001 | 1100111 | 10101100 | 0 | 101111 | 1011 | 11000 | 100111010 | 101010 | 111010 |
Color Harmonies of #C167AC
Complementary color
Monochromatic Colors of #C167AC
Black with #C167AC
Text Example
Text Example
White with #C167AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C167AC; }
p { color: rgb(193,103,172); }
H1.HeaderClassName
{
color: #C167AC;
}
.AnyTagClassName
{
color: #C167AC;
}
</style>
background-color css
<style>
a { background-color: #C167AC; }
a { background-color: rgb(193,103,172); }
div.DivClassName
{
background-color: #C167AC;
}
.BgClassName
{
background-color: #C167AC;
}
</style>
border-color css
<style>
span { border-color: #C167AC; }
span { border-color: rgb(193,103,172); }
td.TdClassName
{
border-color: #C167AC;
}
.TagClassName
{
border-color: #C167AC;
}
</style>