Shades of Fuchsia #C048A8
Tints of Fuchsia #C048A8
RGB
CMYK
RGB Variations
Color information
#C048A8 (or 0xC048A8) is known color: Fuchsia. HEX triplet: C0, 48 and A8. RGB value is (192,72,168). Sum of RGB (Red+Green+Blue) = 192+72+168=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C048A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C048A8 is #3FB757. Grayscale: #767676. Windows color (decimal): -4175704 or 11028672. OLE color: 11028672.
HSL color Cylindrical-coordinate representation of color #C048A8: hue angle of 312º 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 #C048A8 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 168 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.25 |
| HSL | 312º | 0.49% | 0.52% | - |
| HSV(B) | 312º | 0.63% | 0.75% | - |
| XYZ | 31.12 | 18.67 | 39.01 | - |
| YUV | 118.82 | 155.76 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 168 | 0 | 0.63 | 0.12 | 0.25 | 312 | 0.49 | 0.52 |
| Hex | C0 | 48 | A8 | 0 | 3F | C | 19 | 138 | 31 | 34 |
| Octal | 300 | 110 | 250 | 0 | 77 | 14 | 31 | 470 | 61 | 64 |
| Binary | 11000000 | 1001000 | 10101000 | 0 | 111111 | 1100 | 11001 | 100111000 | 110001 | 110100 |
Color Harmonies of #C048A8
Complementary color
Monochromatic Colors of #C048A8
Black with #C048A8
Text Example
Text Example
White with #C048A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048A8; }
p { color: rgb(192,72,168); }
H1.HeaderClassName
{
color: #C048A8;
}
.AnyTagClassName
{
color: #C048A8;
}
</style>
background-color css
<style>
a { background-color: #C048A8; }
a { background-color: rgb(192,72,168); }
div.DivClassName
{
background-color: #C048A8;
}
.BgClassName
{
background-color: #C048A8;
}
</style>
border-color css
<style>
span { border-color: #C048A8; }
span { border-color: rgb(192,72,168); }
td.TdClassName
{
border-color: #C048A8;
}
.TagClassName
{
border-color: #C048A8;
}
</style>