Shades of Fuchsia #C849B6
Tints of Fuchsia #C849B6
RGB
CMYK
RGB Variations
Color information
#C849B6 (or 0xC849B6) is known color: Fuchsia. HEX triplet: C8, 49 and B6. RGB value is (200,73,182). Sum of RGB (Red+Green+Blue) = 200+73+182=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C849B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C849B6 is #37B649. Grayscale: #7B7B7B. Windows color (decimal): -3651146 or 11946440. OLE color: 11946440.
HSL color Cylindrical-coordinate representation of color #C849B6: hue angle of 308.5º 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 #C849B6 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 182 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.22 |
| HSL | 308.5º | 0.54% | 0.54% | - |
| HSV(B) | 308.5º | 0.64% | 0.78% | - |
| XYZ | 34.65 | 20.42 | 46.37 | - |
| YUV | 123.4 | 161.08 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 182 | 0 | 0.64 | 0.09 | 0.22 | 308.5 | 0.54 | 0.54 |
| Hex | C8 | 49 | B6 | 0 | 40 | 9 | 16 | 135 | 36 | 36 |
| Octal | 310 | 111 | 266 | 0 | 100 | 11 | 26 | 465 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10110110 | 0 | 1000000 | 1001 | 10110 | 100110101 | 110110 | 110110 |
Color Harmonies of #C849B6
Complementary color
Monochromatic Colors of #C849B6
Black with #C849B6
Text Example
Text Example
White with #C849B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849B6; }
p { color: rgb(200,73,182); }
H1.HeaderClassName
{
color: #C849B6;
}
.AnyTagClassName
{
color: #C849B6;
}
</style>
background-color css
<style>
a { background-color: #C849B6; }
a { background-color: rgb(200,73,182); }
div.DivClassName
{
background-color: #C849B6;
}
.BgClassName
{
background-color: #C849B6;
}
</style>
border-color css
<style>
span { border-color: #C849B6; }
span { border-color: rgb(200,73,182); }
td.TdClassName
{
border-color: #C849B6;
}
.TagClassName
{
border-color: #C849B6;
}
</style>