Shades of Fuchsia #C157BE
Tints of Fuchsia #C157BE
RGB
CMYK
RGB Variations
Color information
#C157BE (or 0xC157BE) is known color: Fuchsia. HEX triplet: C1, 57 and BE. RGB value is (193,87,190). Sum of RGB (Red+Green+Blue) = 193+87+190=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 87 (34.38% from 255 or 18.51% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C157BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C157BE is #3EA841. Grayscale: #828282. Windows color (decimal): -4106306 or 12474305. OLE color: 12474305.
HSL color Cylindrical-coordinate representation of color #C157BE: hue angle of 301.7º 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 #C157BE is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 190 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.24 |
| HSL | 301.7º | 0.46% | 0.55% | - |
| HSV(B) | 301.7º | 0.55% | 0.76% | - |
| XYZ | 34.69 | 21.87 | 51.11 | - |
| YUV | 130.44 | 161.62 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 190 | 0 | 0.55 | 0.02 | 0.24 | 301.7 | 0.46 | 0.55 |
| Hex | C1 | 57 | BE | 0 | 37 | 2 | 18 | 12E | 2E | 37 |
| Octal | 301 | 127 | 276 | 0 | 67 | 2 | 30 | 456 | 56 | 67 |
| Binary | 11000001 | 1010111 | 10111110 | 0 | 110111 | 10 | 11000 | 100101110 | 101110 | 110111 |
Color Harmonies of #C157BE
Complementary color
Monochromatic Colors of #C157BE
Black with #C157BE
Text Example
Text Example
White with #C157BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C157BE; }
p { color: rgb(193,87,190); }
H1.HeaderClassName
{
color: #C157BE;
}
.AnyTagClassName
{
color: #C157BE;
}
</style>
background-color css
<style>
a { background-color: #C157BE; }
a { background-color: rgb(193,87,190); }
div.DivClassName
{
background-color: #C157BE;
}
.BgClassName
{
background-color: #C157BE;
}
</style>
border-color css
<style>
span { border-color: #C157BE; }
span { border-color: rgb(193,87,190); }
td.TdClassName
{
border-color: #C157BE;
}
.TagClassName
{
border-color: #C157BE;
}
</style>