Shades of Fuchsia #C849AE
Tints of Fuchsia #C849AE
RGB
CMYK
RGB Variations
Color information
#C849AE (or 0xC849AE) is known color: Fuchsia. HEX triplet: C8, 49 and AE. RGB value is (200,73,174). Sum of RGB (Red+Green+Blue) = 200+73+174=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C849AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C849AE is #37B651. Grayscale: #7A7A7A. Windows color (decimal): -3651154 or 11422152. OLE color: 11422152.
HSL color Cylindrical-coordinate representation of color #C849AE: hue angle of 312.28º 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 #C849AE is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 174 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.22 |
| HSL | 312.28º | 0.54% | 0.54% | - |
| HSV(B) | 312.28º | 0.64% | 0.78% | - |
| XYZ | 33.84 | 20.1 | 42.14 | - |
| YUV | 122.49 | 157.08 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 174 | 0 | 0.64 | 0.13 | 0.22 | 312.28 | 0.54 | 0.54 |
| Hex | C8 | 49 | AE | 0 | 40 | D | 16 | 138 | 36 | 36 |
| Octal | 310 | 111 | 256 | 0 | 100 | 15 | 26 | 470 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10101110 | 0 | 1000000 | 1101 | 10110 | 100111000 | 110110 | 110110 |
Color Harmonies of #C849AE
Complementary color
Monochromatic Colors of #C849AE
Black with #C849AE
Text Example
Text Example
White with #C849AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849AE; }
p { color: rgb(200,73,174); }
H1.HeaderClassName
{
color: #C849AE;
}
.AnyTagClassName
{
color: #C849AE;
}
</style>
background-color css
<style>
a { background-color: #C849AE; }
a { background-color: rgb(200,73,174); }
div.DivClassName
{
background-color: #C849AE;
}
.BgClassName
{
background-color: #C849AE;
}
</style>
border-color css
<style>
span { border-color: #C849AE; }
span { border-color: rgb(200,73,174); }
td.TdClassName
{
border-color: #C849AE;
}
.TagClassName
{
border-color: #C849AE;
}
</style>