Shades of Fuchsia #C157BC
Tints of Fuchsia #C157BC
RGB
CMYK
RGB Variations
Color information
#C157BC (or 0xC157BC) is known color: Fuchsia. HEX triplet: C1, 57 and BC. RGB value is (193,87,188). Sum of RGB (Red+Green+Blue) = 193+87+188=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C157BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C157BC is #3EA843. Grayscale: #818181. Windows color (decimal): -4106308 or 12343233. OLE color: 12343233.
HSL color Cylindrical-coordinate representation of color #C157BC: hue angle of 302.83º 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 #C157BC is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 188 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.24 |
| HSL | 302.83º | 0.46% | 0.55% | - |
| HSV(B) | 302.83º | 0.55% | 0.76% | - |
| XYZ | 34.48 | 21.78 | 49.96 | - |
| YUV | 130.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 188 | 0 | 0.55 | 0.03 | 0.24 | 302.83 | 0.46 | 0.55 |
| Hex | C1 | 57 | BC | 0 | 37 | 3 | 18 | 12F | 2E | 37 |
| Octal | 301 | 127 | 274 | 0 | 67 | 3 | 30 | 457 | 56 | 67 |
| Binary | 11000001 | 1010111 | 10111100 | 0 | 110111 | 11 | 11000 | 100101111 | 101110 | 110111 |
Color Harmonies of #C157BC
Complementary color
Monochromatic Colors of #C157BC
Black with #C157BC
Text Example
Text Example
White with #C157BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C157BC; }
p { color: rgb(193,87,188); }
H1.HeaderClassName
{
color: #C157BC;
}
.AnyTagClassName
{
color: #C157BC;
}
</style>
background-color css
<style>
a { background-color: #C157BC; }
a { background-color: rgb(193,87,188); }
div.DivClassName
{
background-color: #C157BC;
}
.BgClassName
{
background-color: #C157BC;
}
</style>
border-color css
<style>
span { border-color: #C157BC; }
span { border-color: rgb(193,87,188); }
td.TdClassName
{
border-color: #C157BC;
}
.TagClassName
{
border-color: #C157BC;
}
</style>