Shades of Fuchsia #C048B9
Tints of Fuchsia #C048B9
RGB
CMYK
RGB Variations
Color information
#C048B9 (or 0xC048B9) is known color: Fuchsia. HEX triplet: C0, 48 and B9. RGB value is (192,72,185). Sum of RGB (Red+Green+Blue) = 192+72+185=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C048B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C048B9 is #3FB746. Grayscale: #787878. Windows color (decimal): -4175687 or 12142784. OLE color: 12142784.
HSL color Cylindrical-coordinate representation of color #C048B9: hue angle of 303.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 #C048B9 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 185 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.25 |
| HSL | 303.5º | 0.49% | 0.52% | - |
| HSV(B) | 303.5º | 0.63% | 0.75% | - |
| XYZ | 32.81 | 19.34 | 47.9 | - |
| YUV | 120.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 185 | 0 | 0.63 | 0.04 | 0.25 | 303.5 | 0.49 | 0.52 |
| Hex | C0 | 48 | B9 | 0 | 3F | 4 | 19 | 130 | 31 | 34 |
| Octal | 300 | 110 | 271 | 0 | 77 | 4 | 31 | 460 | 61 | 64 |
| Binary | 11000000 | 1001000 | 10111001 | 0 | 111111 | 100 | 11001 | 100110000 | 110001 | 110100 |
Color Harmonies of #C048B9
Complementary color
Monochromatic Colors of #C048B9
Black with #C048B9
Text Example
Text Example
White with #C048B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048B9; }
p { color: rgb(192,72,185); }
H1.HeaderClassName
{
color: #C048B9;
}
.AnyTagClassName
{
color: #C048B9;
}
</style>
background-color css
<style>
a { background-color: #C048B9; }
a { background-color: rgb(192,72,185); }
div.DivClassName
{
background-color: #C048B9;
}
.BgClassName
{
background-color: #C048B9;
}
</style>
border-color css
<style>
span { border-color: #C048B9; }
span { border-color: rgb(192,72,185); }
td.TdClassName
{
border-color: #C048B9;
}
.TagClassName
{
border-color: #C048B9;
}
</style>