Shades of Fuchsia #C849AD
Tints of Fuchsia #C849AD
RGB
CMYK
RGB Variations
Color information
#C849AD (or 0xC849AD) is known color: Fuchsia. HEX triplet: C8, 49 and AD. RGB value is (200,73,173). Sum of RGB (Red+Green+Blue) = 200+73+173=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C849AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C849AD is #37B652. Grayscale: #7A7A7A. Windows color (decimal): -3651155 or 11356616. OLE color: 11356616.
HSL color Cylindrical-coordinate representation of color #C849AD: hue angle of 312.76º 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 #C849AD is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 173 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.22 |
| HSL | 312.76º | 0.54% | 0.54% | - |
| HSV(B) | 312.76º | 0.64% | 0.78% | - |
| XYZ | 33.74 | 20.06 | 41.63 | - |
| YUV | 122.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 173 | 0 | 0.64 | 0.14 | 0.22 | 312.76 | 0.54 | 0.54 |
| Hex | C8 | 49 | AD | 0 | 40 | E | 16 | 139 | 36 | 36 |
| Octal | 310 | 111 | 255 | 0 | 100 | 16 | 26 | 471 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10101101 | 0 | 1000000 | 1110 | 10110 | 100111001 | 110110 | 110110 |
Color Harmonies of #C849AD
Complementary color
Monochromatic Colors of #C849AD
Black with #C849AD
Text Example
Text Example
White with #C849AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849AD; }
p { color: rgb(200,73,173); }
H1.HeaderClassName
{
color: #C849AD;
}
.AnyTagClassName
{
color: #C849AD;
}
</style>
background-color css
<style>
a { background-color: #C849AD; }
a { background-color: rgb(200,73,173); }
div.DivClassName
{
background-color: #C849AD;
}
.BgClassName
{
background-color: #C849AD;
}
</style>
border-color css
<style>
span { border-color: #C849AD; }
span { border-color: rgb(200,73,173); }
td.TdClassName
{
border-color: #C849AD;
}
.TagClassName
{
border-color: #C849AD;
}
</style>