Shades of Fuchsia #C167B7
Tints of Fuchsia #C167B7
RGB
CMYK
RGB Variations
Color information
#C167B7 (or 0xC167B7) is known color: Fuchsia. HEX triplet: C1, 67 and B7. RGB value is (193,103,183). Sum of RGB (Red+Green+Blue) = 193+103+183=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C167B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167B7 is #3E9848. Grayscale: #8A8A8A. Windows color (decimal): -4102217 or 12019649. OLE color: 12019649.
HSL color Cylindrical-coordinate representation of color #C167B7: hue angle of 306.67º 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 #C167B7 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 183 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.24 |
| HSL | 306.67º | 0.42% | 0.58% | - |
| HSV(B) | 306.67º | 0.47% | 0.76% | - |
| XYZ | 35.39 | 24.46 | 47.66 | - |
| YUV | 139.03 | 152.82 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 183 | 0 | 0.47 | 0.05 | 0.24 | 306.67 | 0.42 | 0.58 |
| Hex | C1 | 67 | B7 | 0 | 2F | 5 | 18 | 133 | 2A | 3A |
| Octal | 301 | 147 | 267 | 0 | 57 | 5 | 30 | 463 | 52 | 72 |
| Binary | 11000001 | 1100111 | 10110111 | 0 | 101111 | 101 | 11000 | 100110011 | 101010 | 111010 |
Color Harmonies of #C167B7
Complementary color
Monochromatic Colors of #C167B7
Black with #C167B7
Text Example
Text Example
White with #C167B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C167B7; }
p { color: rgb(193,103,183); }
H1.HeaderClassName
{
color: #C167B7;
}
.AnyTagClassName
{
color: #C167B7;
}
</style>
background-color css
<style>
a { background-color: #C167B7; }
a { background-color: rgb(193,103,183); }
div.DivClassName
{
background-color: #C167B7;
}
.BgClassName
{
background-color: #C167B7;
}
</style>
border-color css
<style>
span { border-color: #C167B7; }
span { border-color: rgb(193,103,183); }
td.TdClassName
{
border-color: #C167B7;
}
.TagClassName
{
border-color: #C167B7;
}
</style>