Shades of Fuchsia #C157B1
Tints of Fuchsia #C157B1
RGB
CMYK
RGB Variations
Color information
#C157B1 (or 0xC157B1) is known color: Fuchsia. HEX triplet: C1, 57 and B1. RGB value is (193,87,177). Sum of RGB (Red+Green+Blue) = 193+87+177=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C157B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C157B1 is #3EA84E. Grayscale: #808080. Windows color (decimal): -4106319 or 11622337. OLE color: 11622337.
HSL color Cylindrical-coordinate representation of color #C157B1: hue angle of 309.06º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C157B1 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 177 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.24 |
| HSL | 309.06º | 0.46% | 0.55% | - |
| HSV(B) | 309.06º | 0.55% | 0.76% | - |
| XYZ | 33.34 | 21.33 | 43.95 | - |
| YUV | 128.95 | 155.12 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 177 | 0 | 0.55 | 0.08 | 0.24 | 309.06 | 0.46 | 0.55 |
| Hex | C1 | 57 | B1 | 0 | 37 | 8 | 18 | 135 | 2E | 37 |
| Octal | 301 | 127 | 261 | 0 | 67 | 10 | 30 | 465 | 56 | 67 |
| Binary | 11000001 | 1010111 | 10110001 | 0 | 110111 | 1000 | 11000 | 100110101 | 101110 | 110111 |
Color Harmonies of #C157B1
Complementary color
Monochromatic Colors of #C157B1
Black with #C157B1
Text Example
Text Example
White with #C157B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C157B1; }
p { color: rgb(193,87,177); }
H1.HeaderClassName
{
color: #C157B1;
}
.AnyTagClassName
{
color: #C157B1;
}
</style>
background-color css
<style>
a { background-color: #C157B1; }
a { background-color: rgb(193,87,177); }
div.DivClassName
{
background-color: #C157B1;
}
.BgClassName
{
background-color: #C157B1;
}
</style>
border-color css
<style>
span { border-color: #C157B1; }
span { border-color: rgb(193,87,177); }
td.TdClassName
{
border-color: #C157B1;
}
.TagClassName
{
border-color: #C157B1;
}
</style>