Shades of Fuchsia #C167B3
Tints of Fuchsia #C167B3
RGB
CMYK
RGB Variations
Color information
#C167B3 (or 0xC167B3) is known color: Fuchsia. HEX triplet: C1, 67 and B3. RGB value is (193,103,179). Sum of RGB (Red+Green+Blue) = 193+103+179=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C167B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167B3 is #3E984C. Grayscale: #8A8A8A. Windows color (decimal): -4102221 or 11757505. OLE color: 11757505.
HSL color Cylindrical-coordinate representation of color #C167B3: hue angle of 309.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 #C167B3 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 179 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.24 |
| HSL | 309.33º | 0.42% | 0.58% | - |
| HSV(B) | 309.33º | 0.47% | 0.76% | - |
| XYZ | 34.98 | 24.29 | 45.49 | - |
| YUV | 138.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 179 | 0 | 0.47 | 0.07 | 0.24 | 309.33 | 0.42 | 0.58 |
| Hex | C1 | 67 | B3 | 0 | 2F | 7 | 18 | 135 | 2A | 3A |
| Octal | 301 | 147 | 263 | 0 | 57 | 7 | 30 | 465 | 52 | 72 |
| Binary | 11000001 | 1100111 | 10110011 | 0 | 101111 | 111 | 11000 | 100110101 | 101010 | 111010 |
Color Harmonies of #C167B3
Complementary color
Monochromatic Colors of #C167B3
Black with #C167B3
Text Example
Text Example
White with #C167B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C167B3; }
p { color: rgb(193,103,179); }
H1.HeaderClassName
{
color: #C167B3;
}
.AnyTagClassName
{
color: #C167B3;
}
</style>
background-color css
<style>
a { background-color: #C167B3; }
a { background-color: rgb(193,103,179); }
div.DivClassName
{
background-color: #C167B3;
}
.BgClassName
{
background-color: #C167B3;
}
</style>
border-color css
<style>
span { border-color: #C167B3; }
span { border-color: rgb(193,103,179); }
td.TdClassName
{
border-color: #C167B3;
}
.TagClassName
{
border-color: #C167B3;
}
</style>