Shades of Fuchsia #C137BA
Tints of Fuchsia #C137BA
RGB
CMYK
RGB Variations
Color information
#C137BA (or 0xC137BA) is known color: Fuchsia. HEX triplet: C1, 37 and BA. RGB value is (193,55,186). Sum of RGB (Red+Green+Blue) = 193+55+186=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C137BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C137BA is #3EC845. Grayscale: #6E6E6E. Windows color (decimal): -4114502 or 12203969. OLE color: 12203969.
HSL color Cylindrical-coordinate representation of color #C137BA: hue angle of 303.04º 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 #C137BA is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 186 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.24 |
| HSL | 303.04º | 0.56% | 0.49% | - |
| HSV(B) | 303.04º | 0.72% | 0.76% | - |
| XYZ | 32.22 | 17.62 | 48.16 | - |
| YUV | 111.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 186 | 0 | 0.72 | 0.04 | 0.24 | 303.04 | 0.56 | 0.49 |
| Hex | C1 | 37 | BA | 0 | 48 | 4 | 18 | 12F | 38 | 31 |
| Octal | 301 | 67 | 272 | 0 | 110 | 4 | 30 | 457 | 70 | 61 |
| Binary | 11000001 | 110111 | 10111010 | 0 | 1001000 | 100 | 11000 | 100101111 | 111000 | 110001 |
Color Harmonies of #C137BA
Complementary color
Monochromatic Colors of #C137BA
Black with #C137BA
Text Example
Text Example
White with #C137BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137BA; }
p { color: rgb(193,55,186); }
H1.HeaderClassName
{
color: #C137BA;
}
.AnyTagClassName
{
color: #C137BA;
}
</style>
background-color css
<style>
a { background-color: #C137BA; }
a { background-color: rgb(193,55,186); }
div.DivClassName
{
background-color: #C137BA;
}
.BgClassName
{
background-color: #C137BA;
}
</style>
border-color css
<style>
span { border-color: #C137BA; }
span { border-color: rgb(193,55,186); }
td.TdClassName
{
border-color: #C137BA;
}
.TagClassName
{
border-color: #C137BA;
}
</style>