Shades of Fuchsia #C048AF
Tints of Fuchsia #C048AF
RGB
CMYK
RGB Variations
Color information
#C048AF (or 0xC048AF) is known color: Fuchsia. HEX triplet: C0, 48 and AF. RGB value is (192,72,175). Sum of RGB (Red+Green+Blue) = 192+72+175=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C048AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C048AF is #3FB750. Grayscale: #777777. Windows color (decimal): -4175697 or 11487424. OLE color: 11487424.
HSL color Cylindrical-coordinate representation of color #C048AF: hue angle of 308.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 #C048AF is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 175 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.25 |
| HSL | 308.5º | 0.49% | 0.52% | - |
| HSV(B) | 308.5º | 0.63% | 0.75% | - |
| XYZ | 31.79 | 18.94 | 42.54 | - |
| YUV | 119.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 175 | 0 | 0.63 | 0.09 | 0.25 | 308.5 | 0.49 | 0.52 |
| Hex | C0 | 48 | AF | 0 | 3F | 9 | 19 | 134 | 31 | 34 |
| Octal | 300 | 110 | 257 | 0 | 77 | 11 | 31 | 464 | 61 | 64 |
| Binary | 11000000 | 1001000 | 10101111 | 0 | 111111 | 1001 | 11001 | 100110100 | 110001 | 110100 |
Color Harmonies of #C048AF
Complementary color
Monochromatic Colors of #C048AF
Black with #C048AF
Text Example
Text Example
White with #C048AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048AF; }
p { color: rgb(192,72,175); }
H1.HeaderClassName
{
color: #C048AF;
}
.AnyTagClassName
{
color: #C048AF;
}
</style>
background-color css
<style>
a { background-color: #C048AF; }
a { background-color: rgb(192,72,175); }
div.DivClassName
{
background-color: #C048AF;
}
.BgClassName
{
background-color: #C048AF;
}
</style>
border-color css
<style>
span { border-color: #C048AF; }
span { border-color: rgb(192,72,175); }
td.TdClassName
{
border-color: #C048AF;
}
.TagClassName
{
border-color: #C048AF;
}
</style>