Shades of Fuchsia #C16FB4
Tints of Fuchsia #C16FB4
RGB
CMYK
RGB Variations
Color information
#C16FB4 (or 0xC16FB4) is known color: Fuchsia. HEX triplet: C1, 6F and B4. RGB value is (193,111,180). Sum of RGB (Red+Green+Blue) = 193+111+180=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C16FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FB4 is #3E904B. Grayscale: #8F8F8F. Windows color (decimal): -4100172 or 11825089. OLE color: 11825089.
HSL color Cylindrical-coordinate representation of color #C16FB4: hue angle of 309.51º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C16FB4 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 180 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.24 |
| HSL | 309.51º | 0.4% | 0.6% | - |
| HSV(B) | 309.51º | 0.42% | 0.76% | - |
| XYZ | 35.91 | 26 | 46.31 | - |
| YUV | 143.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 180 | 0 | 0.42 | 0.07 | 0.24 | 309.51 | 0.4 | 0.6 |
| Hex | C1 | 6F | B4 | 0 | 2A | 7 | 18 | 136 | 28 | 3C |
| Octal | 301 | 157 | 264 | 0 | 52 | 7 | 30 | 466 | 50 | 74 |
| Binary | 11000001 | 1101111 | 10110100 | 0 | 101010 | 111 | 11000 | 100110110 | 101000 | 111100 |
Color Harmonies of #C16FB4
Complementary color
Monochromatic Colors of #C16FB4
Black with #C16FB4
Text Example
Text Example
White with #C16FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16FB4; }
p { color: rgb(193,111,180); }
H1.HeaderClassName
{
color: #C16FB4;
}
.AnyTagClassName
{
color: #C16FB4;
}
</style>
background-color css
<style>
a { background-color: #C16FB4; }
a { background-color: rgb(193,111,180); }
div.DivClassName
{
background-color: #C16FB4;
}
.BgClassName
{
background-color: #C16FB4;
}
</style>
border-color css
<style>
span { border-color: #C16FB4; }
span { border-color: rgb(193,111,180); }
td.TdClassName
{
border-color: #C16FB4;
}
.TagClassName
{
border-color: #C16FB4;
}
</style>