Shades of Fuchsia #C849BE
Tints of Fuchsia #C849BE
RGB
CMYK
RGB Variations
Color information
#C849BE (or 0xC849BE) is known color: Fuchsia. HEX triplet: C8, 49 and BE. RGB value is (200,73,190). Sum of RGB (Red+Green+Blue) = 200+73+190=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C849BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C849BE is #37B641. Grayscale: #7B7B7B. Windows color (decimal): -3651138 or 12470728. OLE color: 12470728.
HSL color Cylindrical-coordinate representation of color #C849BE: hue angle of 304.72º 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 #C849BE is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 190 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.22 |
| HSL | 304.72º | 0.54% | 0.54% | - |
| HSV(B) | 304.72º | 0.64% | 0.78% | - |
| XYZ | 35.5 | 20.76 | 50.85 | - |
| YUV | 124.31 | 165.08 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 190 | 0 | 0.64 | 0.05 | 0.22 | 304.72 | 0.54 | 0.54 |
| Hex | C8 | 49 | BE | 0 | 40 | 5 | 16 | 131 | 36 | 36 |
| Octal | 310 | 111 | 276 | 0 | 100 | 5 | 26 | 461 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10111110 | 0 | 1000000 | 101 | 10110 | 100110001 | 110110 | 110110 |
Color Harmonies of #C849BE
Complementary color
Monochromatic Colors of #C849BE
Black with #C849BE
Text Example
Text Example
White with #C849BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849BE; }
p { color: rgb(200,73,190); }
H1.HeaderClassName
{
color: #C849BE;
}
.AnyTagClassName
{
color: #C849BE;
}
</style>
background-color css
<style>
a { background-color: #C849BE; }
a { background-color: rgb(200,73,190); }
div.DivClassName
{
background-color: #C849BE;
}
.BgClassName
{
background-color: #C849BE;
}
</style>
border-color css
<style>
span { border-color: #C849BE; }
span { border-color: rgb(200,73,190); }
td.TdClassName
{
border-color: #C849BE;
}
.TagClassName
{
border-color: #C849BE;
}
</style>