Shades of Fuchsia #C849BA
Tints of Fuchsia #C849BA
RGB
CMYK
RGB Variations
Color information
#C849BA (or 0xC849BA) is known color: Fuchsia. HEX triplet: C8, 49 and BA. RGB value is (200,73,186). Sum of RGB (Red+Green+Blue) = 200+73+186=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C849BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C849BA is #37B645. Grayscale: #7B7B7B. Windows color (decimal): -3651142 or 12208584. OLE color: 12208584.
HSL color Cylindrical-coordinate representation of color #C849BA: hue angle of 306.61º 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 #C849BA is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 186 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.22 |
| HSL | 306.61º | 0.54% | 0.54% | - |
| HSV(B) | 306.61º | 0.64% | 0.78% | - |
| XYZ | 35.06 | 20.59 | 48.58 | - |
| YUV | 123.86 | 163.08 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 186 | 0 | 0.64 | 0.07 | 0.22 | 306.61 | 0.54 | 0.54 |
| Hex | C8 | 49 | BA | 0 | 40 | 7 | 16 | 133 | 36 | 36 |
| Octal | 310 | 111 | 272 | 0 | 100 | 7 | 26 | 463 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10111010 | 0 | 1000000 | 111 | 10110 | 100110011 | 110110 | 110110 |
Color Harmonies of #C849BA
Complementary color
Monochromatic Colors of #C849BA
Black with #C849BA
Text Example
Text Example
White with #C849BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849BA; }
p { color: rgb(200,73,186); }
H1.HeaderClassName
{
color: #C849BA;
}
.AnyTagClassName
{
color: #C849BA;
}
</style>
background-color css
<style>
a { background-color: #C849BA; }
a { background-color: rgb(200,73,186); }
div.DivClassName
{
background-color: #C849BA;
}
.BgClassName
{
background-color: #C849BA;
}
</style>
border-color css
<style>
span { border-color: #C849BA; }
span { border-color: rgb(200,73,186); }
td.TdClassName
{
border-color: #C849BA;
}
.TagClassName
{
border-color: #C849BA;
}
</style>