Shades of Fuchsia #C937BA
Tints of Fuchsia #C937BA
RGB
CMYK
RGB Variations
Color information
#C937BA (or 0xC937BA) is known color: Fuchsia. HEX triplet: C9, 37 and BA. RGB value is (201,55,186). Sum of RGB (Red+Green+Blue) = 201+55+186=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C937BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C937BA is #36C845. Grayscale: #717171. Windows color (decimal): -3590214 or 12203977. OLE color: 12203977.
HSL color Cylindrical-coordinate representation of color #C937BA: hue angle of 306.16º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C937BA is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 186 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.21 |
| HSL | 306.16º | 0.57% | 0.5% | - |
| HSV(B) | 306.16º | 0.73% | 0.79% | - |
| XYZ | 34.32 | 18.7 | 48.25 | - |
| YUV | 113.59 | 168.87 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 186 | 0 | 0.73 | 0.07 | 0.21 | 306.16 | 0.57 | 0.5 |
| Hex | C9 | 37 | BA | 0 | 49 | 7 | 15 | 132 | 39 | 32 |
| Octal | 311 | 67 | 272 | 0 | 111 | 7 | 25 | 462 | 71 | 62 |
| Binary | 11001001 | 110111 | 10111010 | 0 | 1001001 | 111 | 10101 | 100110010 | 111001 | 110010 |
Color Harmonies of #C937BA
Complementary color
Monochromatic Colors of #C937BA
Black with #C937BA
Text Example
Text Example
White with #C937BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C937BA; }
p { color: rgb(201,55,186); }
H1.HeaderClassName
{
color: #C937BA;
}
.AnyTagClassName
{
color: #C937BA;
}
</style>
background-color css
<style>
a { background-color: #C937BA; }
a { background-color: rgb(201,55,186); }
div.DivClassName
{
background-color: #C937BA;
}
.BgClassName
{
background-color: #C937BA;
}
</style>
border-color css
<style>
span { border-color: #C937BA; }
span { border-color: rgb(201,55,186); }
td.TdClassName
{
border-color: #C937BA;
}
.TagClassName
{
border-color: #C937BA;
}
</style>