Shades of Fuchsia #C137BD
Tints of Fuchsia #C137BD
RGB
CMYK
RGB Variations
Color information
#C137BD (or 0xC137BD) is known color: Fuchsia. HEX triplet: C1, 37 and BD. RGB value is (193,55,189). Sum of RGB (Red+Green+Blue) = 193+55+189=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C137BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C137BD is #3EC842. Grayscale: #6F6F6F. Windows color (decimal): -4114499 or 12400577. OLE color: 12400577.
HSL color Cylindrical-coordinate representation of color #C137BD: hue angle of 301.74º 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 #C137BD is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 189 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.24 |
| HSL | 301.74º | 0.56% | 0.49% | - |
| HSV(B) | 301.74º | 0.72% | 0.76% | - |
| XYZ | 32.54 | 17.74 | 49.85 | - |
| YUV | 111.54 | 171.72 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 189 | 0 | 0.72 | 0.02 | 0.24 | 301.74 | 0.56 | 0.49 |
| Hex | C1 | 37 | BD | 0 | 48 | 2 | 18 | 12E | 38 | 31 |
| Octal | 301 | 67 | 275 | 0 | 110 | 2 | 30 | 456 | 70 | 61 |
| Binary | 11000001 | 110111 | 10111101 | 0 | 1001000 | 10 | 11000 | 100101110 | 111000 | 110001 |
Color Harmonies of #C137BD
Complementary color
Monochromatic Colors of #C137BD
Black with #C137BD
Text Example
Text Example
White with #C137BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137BD; }
p { color: rgb(193,55,189); }
H1.HeaderClassName
{
color: #C137BD;
}
.AnyTagClassName
{
color: #C137BD;
}
</style>
background-color css
<style>
a { background-color: #C137BD; }
a { background-color: rgb(193,55,189); }
div.DivClassName
{
background-color: #C137BD;
}
.BgClassName
{
background-color: #C137BD;
}
</style>
border-color css
<style>
span { border-color: #C137BD; }
span { border-color: rgb(193,55,189); }
td.TdClassName
{
border-color: #C137BD;
}
.TagClassName
{
border-color: #C137BD;
}
</style>