Shades of Fuchsia #C156BE
Tints of Fuchsia #C156BE
RGB
CMYK
RGB Variations
Color information
#C156BE (or 0xC156BE) is known color: Fuchsia. HEX triplet: C1, 56 and BE. RGB value is (193,86,190). Sum of RGB (Red+Green+Blue) = 193+86+190=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C156BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C156BE is #3EA941. Grayscale: #818181. Windows color (decimal): -4106562 or 12474049. OLE color: 12474049.
HSL color Cylindrical-coordinate representation of color #C156BE: hue angle of 301.68º 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 #C156BE is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 190 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.24 |
| HSL | 301.68º | 0.46% | 0.55% | - |
| HSV(B) | 301.68º | 0.55% | 0.76% | - |
| XYZ | 34.61 | 21.71 | 51.08 | - |
| YUV | 129.85 | 161.95 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 190 | 0 | 0.55 | 0.02 | 0.24 | 301.68 | 0.46 | 0.55 |
| Hex | C1 | 56 | BE | 0 | 37 | 2 | 18 | 12E | 2E | 37 |
| Octal | 301 | 126 | 276 | 0 | 67 | 2 | 30 | 456 | 56 | 67 |
| Binary | 11000001 | 1010110 | 10111110 | 0 | 110111 | 10 | 11000 | 100101110 | 101110 | 110111 |
Color Harmonies of #C156BE
Complementary color
Monochromatic Colors of #C156BE
Black with #C156BE
Text Example
Text Example
White with #C156BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C156BE; }
p { color: rgb(193,86,190); }
H1.HeaderClassName
{
color: #C156BE;
}
.AnyTagClassName
{
color: #C156BE;
}
</style>
background-color css
<style>
a { background-color: #C156BE; }
a { background-color: rgb(193,86,190); }
div.DivClassName
{
background-color: #C156BE;
}
.BgClassName
{
background-color: #C156BE;
}
</style>
border-color css
<style>
span { border-color: #C156BE; }
span { border-color: rgb(193,86,190); }
td.TdClassName
{
border-color: #C156BE;
}
.TagClassName
{
border-color: #C156BE;
}
</style>