Shades of Fuchsia #C837BA
Tints of Fuchsia #C837BA
RGB
CMYK
RGB Variations
Color information
#C837BA (or 0xC837BA) is known color: Fuchsia. HEX triplet: C8, 37 and BA. RGB value is (200,55,186). Sum of RGB (Red+Green+Blue) = 200+55+186=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C837BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C837BA is #37C845. Grayscale: #707070. Windows color (decimal): -3655750 or 12203976. OLE color: 12203976.
HSL color Cylindrical-coordinate representation of color #C837BA: hue angle of 305.79º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C837BA is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 55 | 186 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.22 |
| HSL | 305.79º | 0.57% | 0.5% | - |
| HSV(B) | 305.79º | 0.73% | 0.78% | - |
| XYZ | 34.05 | 18.56 | 48.24 | - |
| YUV | 113.29 | 169.04 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 55 | 186 | 0 | 0.72 | 0.07 | 0.22 | 305.79 | 0.57 | 0.5 |
| Hex | C8 | 37 | BA | 0 | 48 | 7 | 16 | 132 | 39 | 32 |
| Octal | 310 | 67 | 272 | 0 | 110 | 7 | 26 | 462 | 71 | 62 |
| Binary | 11001000 | 110111 | 10111010 | 0 | 1001000 | 111 | 10110 | 100110010 | 111001 | 110010 |
Color Harmonies of #C837BA
Complementary color
Monochromatic Colors of #C837BA
Black with #C837BA
Text Example
Text Example
White with #C837BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C837BA; }
p { color: rgb(200,55,186); }
H1.HeaderClassName
{
color: #C837BA;
}
.AnyTagClassName
{
color: #C837BA;
}
</style>
background-color css
<style>
a { background-color: #C837BA; }
a { background-color: rgb(200,55,186); }
div.DivClassName
{
background-color: #C837BA;
}
.BgClassName
{
background-color: #C837BA;
}
</style>
border-color css
<style>
span { border-color: #C837BA; }
span { border-color: rgb(200,55,186); }
td.TdClassName
{
border-color: #C837BA;
}
.TagClassName
{
border-color: #C837BA;
}
</style>