Shades of Fuchsia #C849B2
Tints of Fuchsia #C849B2
RGB
CMYK
RGB Variations
Color information
#C849B2 (or 0xC849B2) is known color: Fuchsia. HEX triplet: C8, 49 and B2. RGB value is (200,73,178). Sum of RGB (Red+Green+Blue) = 200+73+178=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C849B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C849B2 is #37B64D. Grayscale: #7A7A7A. Windows color (decimal): -3651150 or 11684296. OLE color: 11684296.
HSL color Cylindrical-coordinate representation of color #C849B2: hue angle of 310.39º 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 #C849B2 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 178 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.22 |
| HSL | 310.39º | 0.54% | 0.54% | - |
| HSV(B) | 310.39º | 0.64% | 0.78% | - |
| XYZ | 34.24 | 20.26 | 44.23 | - |
| YUV | 122.94 | 159.08 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 178 | 0 | 0.64 | 0.11 | 0.22 | 310.39 | 0.54 | 0.54 |
| Hex | C8 | 49 | B2 | 0 | 40 | B | 16 | 136 | 36 | 36 |
| Octal | 310 | 111 | 262 | 0 | 100 | 13 | 26 | 466 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10110010 | 0 | 1000000 | 1011 | 10110 | 100110110 | 110110 | 110110 |
Color Harmonies of #C849B2
Complementary color
Monochromatic Colors of #C849B2
Black with #C849B2
Text Example
Text Example
White with #C849B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849B2; }
p { color: rgb(200,73,178); }
H1.HeaderClassName
{
color: #C849B2;
}
.AnyTagClassName
{
color: #C849B2;
}
</style>
background-color css
<style>
a { background-color: #C849B2; }
a { background-color: rgb(200,73,178); }
div.DivClassName
{
background-color: #C849B2;
}
.BgClassName
{
background-color: #C849B2;
}
</style>
border-color css
<style>
span { border-color: #C849B2; }
span { border-color: rgb(200,73,178); }
td.TdClassName
{
border-color: #C849B2;
}
.TagClassName
{
border-color: #C849B2;
}
</style>