Shades of Fuchsia #C048BF
Tints of Fuchsia #C048BF
RGB
CMYK
RGB Variations
Color information
#C048BF (or 0xC048BF) is known color: Fuchsia. HEX triplet: C0, 48 and BF. RGB value is (192,72,191). Sum of RGB (Red+Green+Blue) = 192+72+191=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C048BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C048BF is #3FB740. Grayscale: #797979. Windows color (decimal): -4175681 or 12536000. OLE color: 12536000.
HSL color Cylindrical-coordinate representation of color #C048BF: hue angle of 300.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 #C048BF is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 191 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.25 |
| HSL | 300.5º | 0.49% | 0.52% | - |
| HSV(B) | 300.5º | 0.63% | 0.75% | - |
| XYZ | 33.46 | 19.6 | 51.31 | - |
| YUV | 121.45 | 167.26 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 191 | 0 | 0.63 | 0.01 | 0.25 | 300.5 | 0.49 | 0.52 |
| Hex | C0 | 48 | BF | 0 | 3F | 1 | 19 | 12C | 31 | 34 |
| Octal | 300 | 110 | 277 | 0 | 77 | 1 | 31 | 454 | 61 | 64 |
| Binary | 11000000 | 1001000 | 10111111 | 0 | 111111 | 1 | 11001 | 100101100 | 110001 | 110100 |
Color Harmonies of #C048BF
Complementary color
Monochromatic Colors of #C048BF
Black with #C048BF
Text Example
Text Example
White with #C048BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048BF; }
p { color: rgb(192,72,191); }
H1.HeaderClassName
{
color: #C048BF;
}
.AnyTagClassName
{
color: #C048BF;
}
</style>
background-color css
<style>
a { background-color: #C048BF; }
a { background-color: rgb(192,72,191); }
div.DivClassName
{
background-color: #C048BF;
}
.BgClassName
{
background-color: #C048BF;
}
</style>
border-color css
<style>
span { border-color: #C048BF; }
span { border-color: rgb(192,72,191); }
td.TdClassName
{
border-color: #C048BF;
}
.TagClassName
{
border-color: #C048BF;
}
</style>