Shades of Fuchsia #C163B4
Tints of Fuchsia #C163B4
RGB
CMYK
RGB Variations
Color information
#C163B4 (or 0xC163B4) is known color: Fuchsia. HEX triplet: C1, 63 and B4. RGB value is (193,99,180). Sum of RGB (Red+Green+Blue) = 193+99+180=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C163B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163B4 is #3E9C4B. Grayscale: #888888. Windows color (decimal): -4103244 or 11822017. OLE color: 11822017.
HSL color Cylindrical-coordinate representation of color #C163B4: hue angle of 308.3º 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 #C163B4 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 180 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.24 |
| HSL | 308.3º | 0.43% | 0.57% | - |
| HSV(B) | 308.3º | 0.49% | 0.76% | - |
| XYZ | 34.69 | 23.56 | 45.9 | - |
| YUV | 136.34 | 152.64 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 180 | 0 | 0.49 | 0.07 | 0.24 | 308.3 | 0.43 | 0.57 |
| Hex | C1 | 63 | B4 | 0 | 31 | 7 | 18 | 134 | 2B | 39 |
| Octal | 301 | 143 | 264 | 0 | 61 | 7 | 30 | 464 | 53 | 71 |
| Binary | 11000001 | 1100011 | 10110100 | 0 | 110001 | 111 | 11000 | 100110100 | 101011 | 111001 |
Color Harmonies of #C163B4
Complementary color
Monochromatic Colors of #C163B4
Black with #C163B4
Text Example
Text Example
White with #C163B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C163B4; }
p { color: rgb(193,99,180); }
H1.HeaderClassName
{
color: #C163B4;
}
.AnyTagClassName
{
color: #C163B4;
}
</style>
background-color css
<style>
a { background-color: #C163B4; }
a { background-color: rgb(193,99,180); }
div.DivClassName
{
background-color: #C163B4;
}
.BgClassName
{
background-color: #C163B4;
}
</style>
border-color css
<style>
span { border-color: #C163B4; }
span { border-color: rgb(193,99,180); }
td.TdClassName
{
border-color: #C163B4;
}
.TagClassName
{
border-color: #C163B4;
}
</style>