Shades of Fuchsia #C137B9
Tints of Fuchsia #C137B9
RGB
CMYK
RGB Variations
Color information
#C137B9 (or 0xC137B9) is known color: Fuchsia. HEX triplet: C1, 37 and B9. RGB value is (193,55,185). Sum of RGB (Red+Green+Blue) = 193+55+185=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C137B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C137B9 is #3EC846. Grayscale: #6E6E6E. Windows color (decimal): -4114503 or 12138433. OLE color: 12138433.
HSL color Cylindrical-coordinate representation of color #C137B9: hue angle of 303.48º 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 #C137B9 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 185 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.24 |
| HSL | 303.48º | 0.56% | 0.49% | - |
| HSV(B) | 303.48º | 0.72% | 0.76% | - |
| XYZ | 32.12 | 17.57 | 47.6 | - |
| YUV | 111.08 | 169.72 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 185 | 0 | 0.72 | 0.04 | 0.24 | 303.48 | 0.56 | 0.49 |
| Hex | C1 | 37 | B9 | 0 | 48 | 4 | 18 | 12F | 38 | 31 |
| Octal | 301 | 67 | 271 | 0 | 110 | 4 | 30 | 457 | 70 | 61 |
| Binary | 11000001 | 110111 | 10111001 | 0 | 1001000 | 100 | 11000 | 100101111 | 111000 | 110001 |
Color Harmonies of #C137B9
Complementary color
Monochromatic Colors of #C137B9
Black with #C137B9
Text Example
Text Example
White with #C137B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137B9; }
p { color: rgb(193,55,185); }
H1.HeaderClassName
{
color: #C137B9;
}
.AnyTagClassName
{
color: #C137B9;
}
</style>
background-color css
<style>
a { background-color: #C137B9; }
a { background-color: rgb(193,55,185); }
div.DivClassName
{
background-color: #C137B9;
}
.BgClassName
{
background-color: #C137B9;
}
</style>
border-color css
<style>
span { border-color: #C137B9; }
span { border-color: rgb(193,55,185); }
td.TdClassName
{
border-color: #C137B9;
}
.TagClassName
{
border-color: #C137B9;
}
</style>