Shades of Fuchsia #C849BF
Tints of Fuchsia #C849BF
RGB
CMYK
RGB Variations
Color information
#C849BF (or 0xC849BF) is known color: Fuchsia. HEX triplet: C8, 49 and BF. RGB value is (200,73,191). Sum of RGB (Red+Green+Blue) = 200+73+191=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C849BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C849BF is #37B640. Grayscale: #7C7C7C. Windows color (decimal): -3651137 or 12536264. OLE color: 12536264.
HSL color Cylindrical-coordinate representation of color #C849BF: hue angle of 304.25º 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 #C849BF is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 191 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.22 |
| HSL | 304.25º | 0.54% | 0.54% | - |
| HSV(B) | 304.25º | 0.64% | 0.78% | - |
| XYZ | 35.61 | 20.81 | 51.43 | - |
| YUV | 124.43 | 165.58 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 191 | 0 | 0.64 | 0.04 | 0.22 | 304.25 | 0.54 | 0.54 |
| Hex | C8 | 49 | BF | 0 | 40 | 4 | 16 | 130 | 36 | 36 |
| Octal | 310 | 111 | 277 | 0 | 100 | 4 | 26 | 460 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10111111 | 0 | 1000000 | 100 | 10110 | 100110000 | 110110 | 110110 |
Color Harmonies of #C849BF
Complementary color
Monochromatic Colors of #C849BF
Black with #C849BF
Text Example
Text Example
White with #C849BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849BF; }
p { color: rgb(200,73,191); }
H1.HeaderClassName
{
color: #C849BF;
}
.AnyTagClassName
{
color: #C849BF;
}
</style>
background-color css
<style>
a { background-color: #C849BF; }
a { background-color: rgb(200,73,191); }
div.DivClassName
{
background-color: #C849BF;
}
.BgClassName
{
background-color: #C849BF;
}
</style>
border-color css
<style>
span { border-color: #C849BF; }
span { border-color: rgb(200,73,191); }
td.TdClassName
{
border-color: #C849BF;
}
.TagClassName
{
border-color: #C849BF;
}
</style>