Shades of Fuchsia #C163B3
Tints of Fuchsia #C163B3
RGB
CMYK
RGB Variations
Color information
#C163B3 (or 0xC163B3) is known color: Fuchsia. HEX triplet: C1, 63 and B3. RGB value is (193,99,179). Sum of RGB (Red+Green+Blue) = 193+99+179=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C163B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163B3 is #3E9C4C. Grayscale: #888888. Windows color (decimal): -4103245 or 11756481. OLE color: 11756481.
HSL color Cylindrical-coordinate representation of color #C163B3: hue angle of 308.94º 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 #C163B3 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 179 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.24 |
| HSL | 308.94º | 0.43% | 0.57% | - |
| HSV(B) | 308.94º | 0.49% | 0.76% | - |
| XYZ | 34.59 | 23.52 | 45.36 | - |
| YUV | 136.23 | 152.14 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 179 | 0 | 0.49 | 0.07 | 0.24 | 308.94 | 0.43 | 0.57 |
| Hex | C1 | 63 | B3 | 0 | 31 | 7 | 18 | 135 | 2B | 39 |
| Octal | 301 | 143 | 263 | 0 | 61 | 7 | 30 | 465 | 53 | 71 |
| Binary | 11000001 | 1100011 | 10110011 | 0 | 110001 | 111 | 11000 | 100110101 | 101011 | 111001 |
Color Harmonies of #C163B3
Complementary color
Monochromatic Colors of #C163B3
Black with #C163B3
Text Example
Text Example
White with #C163B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C163B3; }
p { color: rgb(193,99,179); }
H1.HeaderClassName
{
color: #C163B3;
}
.AnyTagClassName
{
color: #C163B3;
}
</style>
background-color css
<style>
a { background-color: #C163B3; }
a { background-color: rgb(193,99,179); }
div.DivClassName
{
background-color: #C163B3;
}
.BgClassName
{
background-color: #C163B3;
}
</style>
border-color css
<style>
span { border-color: #C163B3; }
span { border-color: rgb(193,99,179); }
td.TdClassName
{
border-color: #C163B3;
}
.TagClassName
{
border-color: #C163B3;
}
</style>