Shades of Fuchsia #C048BA
Tints of Fuchsia #C048BA
RGB
CMYK
RGB Variations
Color information
#C048BA (or 0xC048BA) is known color: Fuchsia. HEX triplet: C0, 48 and BA. RGB value is (192,72,186). Sum of RGB (Red+Green+Blue) = 192+72+186=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C048BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C048BA is #3FB745. Grayscale: #787878. Windows color (decimal): -4175686 or 12208320. OLE color: 12208320.
HSL color Cylindrical-coordinate representation of color #C048BA: hue angle of 303º 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 #C048BA is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 186 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.25 |
| HSL | 303º | 0.49% | 0.52% | - |
| HSV(B) | 303º | 0.63% | 0.75% | - |
| XYZ | 32.92 | 19.39 | 48.46 | - |
| YUV | 120.88 | 164.76 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 186 | 0 | 0.63 | 0.03 | 0.25 | 303 | 0.49 | 0.52 |
| Hex | C0 | 48 | BA | 0 | 3F | 3 | 19 | 12F | 31 | 34 |
| Octal | 300 | 110 | 272 | 0 | 77 | 3 | 31 | 457 | 61 | 64 |
| Binary | 11000000 | 1001000 | 10111010 | 0 | 111111 | 11 | 11001 | 100101111 | 110001 | 110100 |
Color Harmonies of #C048BA
Complementary color
Monochromatic Colors of #C048BA
Black with #C048BA
Text Example
Text Example
White with #C048BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048BA; }
p { color: rgb(192,72,186); }
H1.HeaderClassName
{
color: #C048BA;
}
.AnyTagClassName
{
color: #C048BA;
}
</style>
background-color css
<style>
a { background-color: #C048BA; }
a { background-color: rgb(192,72,186); }
div.DivClassName
{
background-color: #C048BA;
}
.BgClassName
{
background-color: #C048BA;
}
</style>
border-color css
<style>
span { border-color: #C048BA; }
span { border-color: rgb(192,72,186); }
td.TdClassName
{
border-color: #C048BA;
}
.TagClassName
{
border-color: #C048BA;
}
</style>