Shades of Fuchsia #C157B7
Tints of Fuchsia #C157B7
RGB
CMYK
RGB Variations
Color information
#C157B7 (or 0xC157B7) is known color: Fuchsia. HEX triplet: C1, 57 and B7. RGB value is (193,87,183). Sum of RGB (Red+Green+Blue) = 193+87+183=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C157B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C157B7 is #3EA848. Grayscale: #818181. Windows color (decimal): -4106313 or 12015553. OLE color: 12015553.
HSL color Cylindrical-coordinate representation of color #C157B7: hue angle of 305.66º 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 #C157B7 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 183 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.24 |
| HSL | 305.66º | 0.46% | 0.55% | - |
| HSV(B) | 305.66º | 0.55% | 0.76% | - |
| XYZ | 33.95 | 21.57 | 47.17 | - |
| YUV | 129.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 183 | 0 | 0.55 | 0.05 | 0.24 | 305.66 | 0.46 | 0.55 |
| Hex | C1 | 57 | B7 | 0 | 37 | 5 | 18 | 132 | 2E | 37 |
| Octal | 301 | 127 | 267 | 0 | 67 | 5 | 30 | 462 | 56 | 67 |
| Binary | 11000001 | 1010111 | 10110111 | 0 | 110111 | 101 | 11000 | 100110010 | 101110 | 110111 |
Color Harmonies of #C157B7
Complementary color
Monochromatic Colors of #C157B7
Black with #C157B7
Text Example
Text Example
White with #C157B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C157B7; }
p { color: rgb(193,87,183); }
H1.HeaderClassName
{
color: #C157B7;
}
.AnyTagClassName
{
color: #C157B7;
}
</style>
background-color css
<style>
a { background-color: #C157B7; }
a { background-color: rgb(193,87,183); }
div.DivClassName
{
background-color: #C157B7;
}
.BgClassName
{
background-color: #C157B7;
}
</style>
border-color css
<style>
span { border-color: #C157B7; }
span { border-color: rgb(193,87,183); }
td.TdClassName
{
border-color: #C157B7;
}
.TagClassName
{
border-color: #C157B7;
}
</style>