Shades of Fuchsia #C163BF
Tints of Fuchsia #C163BF
RGB
CMYK
RGB Variations
Color information
#C163BF (or 0xC163BF) is known color: Fuchsia. HEX triplet: C1, 63 and BF. RGB value is (193,99,191). Sum of RGB (Red+Green+Blue) = 193+99+191=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C163BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163BF is #3E9C40. Grayscale: #898989. Windows color (decimal): -4103233 or 12542913. OLE color: 12542913.
HSL color Cylindrical-coordinate representation of color #C163BF: hue angle of 301.28º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C163BF is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 191 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.24 |
| HSL | 301.28º | 0.43% | 0.57% | - |
| HSV(B) | 301.28º | 0.49% | 0.76% | - |
| XYZ | 35.86 | 24.02 | 52.04 | - |
| YUV | 137.59 | 158.14 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 191 | 0 | 0.49 | 0.01 | 0.24 | 301.28 | 0.43 | 0.57 |
| Hex | C1 | 63 | BF | 0 | 31 | 1 | 18 | 12D | 2B | 39 |
| Octal | 301 | 143 | 277 | 0 | 61 | 1 | 30 | 455 | 53 | 71 |
| Binary | 11000001 | 1100011 | 10111111 | 0 | 110001 | 1 | 11000 | 100101101 | 101011 | 111001 |
Color Harmonies of #C163BF
Complementary color
Monochromatic Colors of #C163BF
Black with #C163BF
Text Example
Text Example
White with #C163BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C163BF; }
p { color: rgb(193,99,191); }
H1.HeaderClassName
{
color: #C163BF;
}
.AnyTagClassName
{
color: #C163BF;
}
</style>
background-color css
<style>
a { background-color: #C163BF; }
a { background-color: rgb(193,99,191); }
div.DivClassName
{
background-color: #C163BF;
}
.BgClassName
{
background-color: #C163BF;
}
</style>
border-color css
<style>
span { border-color: #C163BF; }
span { border-color: rgb(193,99,191); }
td.TdClassName
{
border-color: #C163BF;
}
.TagClassName
{
border-color: #C163BF;
}
</style>