Shades of Fuchsia #C167AA
Tints of Fuchsia #C167AA
RGB
CMYK
RGB Variations
Color information
#C167AA (or 0xC167AA) is known color: Fuchsia. HEX triplet: C1, 67 and AA. RGB value is (193,103,170). Sum of RGB (Red+Green+Blue) = 193+103+170=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C167AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C167AA is #3E9855. Grayscale: #898989. Windows color (decimal): -4102230 or 11167681. OLE color: 11167681.
HSL color Cylindrical-coordinate representation of color #C167AA: hue angle of 315.33º 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 #C167AA is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 170 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.24 |
| HSL | 315.33º | 0.42% | 0.58% | - |
| HSV(B) | 315.33º | 0.47% | 0.76% | - |
| XYZ | 34.1 | 23.94 | 40.85 | - |
| YUV | 137.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 170 | 0 | 0.47 | 0.12 | 0.24 | 315.33 | 0.42 | 0.58 |
| Hex | C1 | 67 | AA | 0 | 2F | C | 18 | 13B | 2A | 3A |
| Octal | 301 | 147 | 252 | 0 | 57 | 14 | 30 | 473 | 52 | 72 |
| Binary | 11000001 | 1100111 | 10101010 | 0 | 101111 | 1100 | 11000 | 100111011 | 101010 | 111010 |
Color Harmonies of #C167AA
Complementary color
Monochromatic Colors of #C167AA
Black with #C167AA
Text Example
Text Example
White with #C167AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C167AA; }
p { color: rgb(193,103,170); }
H1.HeaderClassName
{
color: #C167AA;
}
.AnyTagClassName
{
color: #C167AA;
}
</style>
background-color css
<style>
a { background-color: #C167AA; }
a { background-color: rgb(193,103,170); }
div.DivClassName
{
background-color: #C167AA;
}
.BgClassName
{
background-color: #C167AA;
}
</style>
border-color css
<style>
span { border-color: #C167AA; }
span { border-color: rgb(193,103,170); }
td.TdClassName
{
border-color: #C167AA;
}
.TagClassName
{
border-color: #C167AA;
}
</style>