Shades of Fuchsia #C048BC
Tints of Fuchsia #C048BC
RGB
CMYK
RGB Variations
Color information
#C048BC (or 0xC048BC) is known color: Fuchsia. HEX triplet: C0, 48 and BC. RGB value is (192,72,188). Sum of RGB (Red+Green+Blue) = 192+72+188=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C048BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C048BC is #3FB743. Grayscale: #787878. Windows color (decimal): -4175684 or 12339392. OLE color: 12339392.
HSL color Cylindrical-coordinate representation of color #C048BC: hue angle of 302º 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 #C048BC is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 188 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.25 |
| HSL | 302º | 0.49% | 0.52% | - |
| HSV(B) | 302º | 0.63% | 0.75% | - |
| XYZ | 33.13 | 19.47 | 49.59 | - |
| YUV | 121.1 | 165.76 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 188 | 0 | 0.63 | 0.02 | 0.25 | 302 | 0.49 | 0.52 |
| Hex | C0 | 48 | BC | 0 | 3F | 2 | 19 | 12E | 31 | 34 |
| Octal | 300 | 110 | 274 | 0 | 77 | 2 | 31 | 456 | 61 | 64 |
| Binary | 11000000 | 1001000 | 10111100 | 0 | 111111 | 10 | 11001 | 100101110 | 110001 | 110100 |
Color Harmonies of #C048BC
Complementary color
Monochromatic Colors of #C048BC
Black with #C048BC
Text Example
Text Example
White with #C048BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048BC; }
p { color: rgb(192,72,188); }
H1.HeaderClassName
{
color: #C048BC;
}
.AnyTagClassName
{
color: #C048BC;
}
</style>
background-color css
<style>
a { background-color: #C048BC; }
a { background-color: rgb(192,72,188); }
div.DivClassName
{
background-color: #C048BC;
}
.BgClassName
{
background-color: #C048BC;
}
</style>
border-color css
<style>
span { border-color: #C048BC; }
span { border-color: rgb(192,72,188); }
td.TdClassName
{
border-color: #C048BC;
}
.TagClassName
{
border-color: #C048BC;
}
</style>