Shades of Fuchsia #C167BC
Tints of Fuchsia #C167BC
RGB
CMYK
RGB Variations
Color information
#C167BC (or 0xC167BC) is known color: Fuchsia. HEX triplet: C1, 67 and BC. RGB value is (193,103,188). Sum of RGB (Red+Green+Blue) = 193+103+188=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C167BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167BC is #3E9843. Grayscale: #8B8B8B. Windows color (decimal): -4102212 or 12347329. OLE color: 12347329.
HSL color Cylindrical-coordinate representation of color #C167BC: hue angle of 303.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 #C167BC is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 188 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.24 |
| HSL | 303.33º | 0.42% | 0.58% | - |
| HSV(B) | 303.33º | 0.47% | 0.76% | - |
| XYZ | 35.92 | 24.67 | 50.45 | - |
| YUV | 139.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 188 | 0 | 0.47 | 0.03 | 0.24 | 303.33 | 0.42 | 0.58 |
| Hex | C1 | 67 | BC | 0 | 2F | 3 | 18 | 12F | 2A | 3A |
| Octal | 301 | 147 | 274 | 0 | 57 | 3 | 30 | 457 | 52 | 72 |
| Binary | 11000001 | 1100111 | 10111100 | 0 | 101111 | 11 | 11000 | 100101111 | 101010 | 111010 |
Color Harmonies of #C167BC
Complementary color
Monochromatic Colors of #C167BC
Black with #C167BC
Text Example
Text Example
White with #C167BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C167BC; }
p { color: rgb(193,103,188); }
H1.HeaderClassName
{
color: #C167BC;
}
.AnyTagClassName
{
color: #C167BC;
}
</style>
background-color css
<style>
a { background-color: #C167BC; }
a { background-color: rgb(193,103,188); }
div.DivClassName
{
background-color: #C167BC;
}
.BgClassName
{
background-color: #C167BC;
}
</style>
border-color css
<style>
span { border-color: #C167BC; }
span { border-color: rgb(193,103,188); }
td.TdClassName
{
border-color: #C167BC;
}
.TagClassName
{
border-color: #C167BC;
}
</style>