Shades of Fuchsia #C048A9
Tints of Fuchsia #C048A9
RGB
CMYK
RGB Variations
Color information
#C048A9 (or 0xC048A9) is known color: Fuchsia. HEX triplet: C0, 48 and A9. RGB value is (192,72,169). Sum of RGB (Red+Green+Blue) = 192+72+169=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C048A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C048A9 is #3FB756. Grayscale: #767676. Windows color (decimal): -4175703 or 11094208. OLE color: 11094208.
HSL color Cylindrical-coordinate representation of color #C048A9: hue angle of 311.5º 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 #C048A9 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 169 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.25 |
| HSL | 311.5º | 0.49% | 0.52% | - |
| HSV(B) | 311.5º | 0.63% | 0.75% | - |
| XYZ | 31.22 | 18.71 | 39.5 | - |
| YUV | 118.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 169 | 0 | 0.63 | 0.12 | 0.25 | 311.5 | 0.49 | 0.52 |
| Hex | C0 | 48 | A9 | 0 | 3F | C | 19 | 138 | 31 | 34 |
| Octal | 300 | 110 | 251 | 0 | 77 | 14 | 31 | 470 | 61 | 64 |
| Binary | 11000000 | 1001000 | 10101001 | 0 | 111111 | 1100 | 11001 | 100111000 | 110001 | 110100 |
Color Harmonies of #C048A9
Complementary color
Monochromatic Colors of #C048A9
Black with #C048A9
Text Example
Text Example
White with #C048A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048A9; }
p { color: rgb(192,72,169); }
H1.HeaderClassName
{
color: #C048A9;
}
.AnyTagClassName
{
color: #C048A9;
}
</style>
background-color css
<style>
a { background-color: #C048A9; }
a { background-color: rgb(192,72,169); }
div.DivClassName
{
background-color: #C048A9;
}
.BgClassName
{
background-color: #C048A9;
}
</style>
border-color css
<style>
span { border-color: #C048A9; }
span { border-color: rgb(192,72,169); }
td.TdClassName
{
border-color: #C048A9;
}
.TagClassName
{
border-color: #C048A9;
}
</style>