Shades of Fuchsia #C137B7
Tints of Fuchsia #C137B7
RGB
CMYK
RGB Variations
Color information
#C137B7 (or 0xC137B7) is known color: Fuchsia. HEX triplet: C1, 37 and B7. RGB value is (193,55,183). Sum of RGB (Red+Green+Blue) = 193+55+183=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 183 (71.88% from 255 or 42.46% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C137B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C137B7 is #3EC848. Grayscale: #6E6E6E. Windows color (decimal): -4114505 or 12007361. OLE color: 12007361.
HSL color Cylindrical-coordinate representation of color #C137B7: hue angle of 304.35º 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 #C137B7 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 183 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.24 |
| HSL | 304.35º | 0.56% | 0.49% | - |
| HSV(B) | 304.35º | 0.72% | 0.76% | - |
| XYZ | 31.91 | 17.49 | 46.49 | - |
| YUV | 110.85 | 168.72 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 183 | 0 | 0.72 | 0.05 | 0.24 | 304.35 | 0.56 | 0.49 |
| Hex | C1 | 37 | B7 | 0 | 48 | 5 | 18 | 130 | 38 | 31 |
| Octal | 301 | 67 | 267 | 0 | 110 | 5 | 30 | 460 | 70 | 61 |
| Binary | 11000001 | 110111 | 10110111 | 0 | 1001000 | 101 | 11000 | 100110000 | 111000 | 110001 |
Color Harmonies of #C137B7
Complementary color
Monochromatic Colors of #C137B7
Black with #C137B7
Text Example
Text Example
White with #C137B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137B7; }
p { color: rgb(193,55,183); }
H1.HeaderClassName
{
color: #C137B7;
}
.AnyTagClassName
{
color: #C137B7;
}
</style>
background-color css
<style>
a { background-color: #C137B7; }
a { background-color: rgb(193,55,183); }
div.DivClassName
{
background-color: #C137B7;
}
.BgClassName
{
background-color: #C137B7;
}
</style>
border-color css
<style>
span { border-color: #C137B7; }
span { border-color: rgb(193,55,183); }
td.TdClassName
{
border-color: #C137B7;
}
.TagClassName
{
border-color: #C137B7;
}
</style>