Shades of Fuchsia #C849B1
Tints of Fuchsia #C849B1
RGB
CMYK
RGB Variations
Color information
#C849B1 (or 0xC849B1) is known color: Fuchsia. HEX triplet: C8, 49 and B1. RGB value is (200,73,177). Sum of RGB (Red+Green+Blue) = 200+73+177=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C849B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C849B1 is #37B64E. Grayscale: #7A7A7A. Windows color (decimal): -3651151 or 11618760. OLE color: 11618760.
HSL color Cylindrical-coordinate representation of color #C849B1: hue angle of 310.87º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C849B1 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 177 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.22 |
| HSL | 310.87º | 0.54% | 0.54% | - |
| HSV(B) | 310.87º | 0.64% | 0.78% | - |
| XYZ | 34.14 | 20.22 | 43.7 | - |
| YUV | 122.83 | 158.58 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 177 | 0 | 0.64 | 0.12 | 0.22 | 310.87 | 0.54 | 0.54 |
| Hex | C8 | 49 | B1 | 0 | 40 | C | 16 | 137 | 36 | 36 |
| Octal | 310 | 111 | 261 | 0 | 100 | 14 | 26 | 467 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10110001 | 0 | 1000000 | 1100 | 10110 | 100110111 | 110110 | 110110 |
Color Harmonies of #C849B1
Complementary color
Monochromatic Colors of #C849B1
Black with #C849B1
Text Example
Text Example
White with #C849B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849B1; }
p { color: rgb(200,73,177); }
H1.HeaderClassName
{
color: #C849B1;
}
.AnyTagClassName
{
color: #C849B1;
}
</style>
background-color css
<style>
a { background-color: #C849B1; }
a { background-color: rgb(200,73,177); }
div.DivClassName
{
background-color: #C849B1;
}
.BgClassName
{
background-color: #C849B1;
}
</style>
border-color css
<style>
span { border-color: #C849B1; }
span { border-color: rgb(200,73,177); }
td.TdClassName
{
border-color: #C849B1;
}
.TagClassName
{
border-color: #C849B1;
}
</style>