Shades of Fuchsia #C049AA
Tints of Fuchsia #C049AA
RGB
CMYK
RGB Variations
Color information
#C049AA (or 0xC049AA) is known color: Fuchsia. HEX triplet: C0, 49 and AA. RGB value is (192,73,170). Sum of RGB (Red+Green+Blue) = 192+73+170=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C049AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C049AA is #3FB655. Grayscale: #777777. Windows color (decimal): -4175446 or 11160000. OLE color: 11160000.
HSL color Cylindrical-coordinate representation of color #C049AA: hue angle of 311.09º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C049AA is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 170 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.25 |
| HSL | 311.09º | 0.49% | 0.52% | - |
| HSV(B) | 311.09º | 0.62% | 0.75% | - |
| XYZ | 31.38 | 18.87 | 40.02 | - |
| YUV | 119.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 170 | 0 | 0.62 | 0.11 | 0.25 | 311.09 | 0.49 | 0.52 |
| Hex | C0 | 49 | AA | 0 | 3E | B | 19 | 137 | 31 | 34 |
| Octal | 300 | 111 | 252 | 0 | 76 | 13 | 31 | 467 | 61 | 64 |
| Binary | 11000000 | 1001001 | 10101010 | 0 | 111110 | 1011 | 11001 | 100110111 | 110001 | 110100 |
Color Harmonies of #C049AA
Complementary color
Monochromatic Colors of #C049AA
Black with #C049AA
Text Example
Text Example
White with #C049AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C049AA; }
p { color: rgb(192,73,170); }
H1.HeaderClassName
{
color: #C049AA;
}
.AnyTagClassName
{
color: #C049AA;
}
</style>
background-color css
<style>
a { background-color: #C049AA; }
a { background-color: rgb(192,73,170); }
div.DivClassName
{
background-color: #C049AA;
}
.BgClassName
{
background-color: #C049AA;
}
</style>
border-color css
<style>
span { border-color: #C049AA; }
span { border-color: rgb(192,73,170); }
td.TdClassName
{
border-color: #C049AA;
}
.TagClassName
{
border-color: #C049AA;
}
</style>