Shades of Fuchsia #C137BE
Tints of Fuchsia #C137BE
RGB
CMYK
RGB Variations
Color information
#C137BE (or 0xC137BE) is known color: Fuchsia. HEX triplet: C1, 37 and BE. RGB value is (193,55,190). Sum of RGB (Red+Green+Blue) = 193+55+190=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C137BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C137BE is #3EC841. Grayscale: #6F6F6F. Windows color (decimal): -4114498 or 12466113. OLE color: 12466113.
HSL color Cylindrical-coordinate representation of color #C137BE: hue angle of 301.3º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C137BE is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 190 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.24 |
| HSL | 301.3º | 0.56% | 0.49% | - |
| HSV(B) | 301.3º | 0.72% | 0.76% | - |
| XYZ | 32.65 | 17.79 | 50.43 | - |
| YUV | 111.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 190 | 0 | 0.72 | 0.02 | 0.24 | 301.3 | 0.56 | 0.49 |
| Hex | C1 | 37 | BE | 0 | 48 | 2 | 18 | 12D | 38 | 31 |
| Octal | 301 | 67 | 276 | 0 | 110 | 2 | 30 | 455 | 70 | 61 |
| Binary | 11000001 | 110111 | 10111110 | 0 | 1001000 | 10 | 11000 | 100101101 | 111000 | 110001 |
Color Harmonies of #C137BE
Complementary color
Monochromatic Colors of #C137BE
Black with #C137BE
Text Example
Text Example
White with #C137BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137BE; }
p { color: rgb(193,55,190); }
H1.HeaderClassName
{
color: #C137BE;
}
.AnyTagClassName
{
color: #C137BE;
}
</style>
background-color css
<style>
a { background-color: #C137BE; }
a { background-color: rgb(193,55,190); }
div.DivClassName
{
background-color: #C137BE;
}
.BgClassName
{
background-color: #C137BE;
}
</style>
border-color css
<style>
span { border-color: #C137BE; }
span { border-color: rgb(193,55,190); }
td.TdClassName
{
border-color: #C137BE;
}
.TagClassName
{
border-color: #C137BE;
}
</style>