Shades of Fuchsia #C048AE
Tints of Fuchsia #C048AE
RGB
CMYK
RGB Variations
Color information
#C048AE (or 0xC048AE) is known color: Fuchsia. HEX triplet: C0, 48 and AE. RGB value is (192,72,174). Sum of RGB (Red+Green+Blue) = 192+72+174=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C048AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C048AE is #3FB751. Grayscale: #777777. Windows color (decimal): -4175698 or 11421888. OLE color: 11421888.
HSL color Cylindrical-coordinate representation of color #C048AE: hue angle of 309º 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 #C048AE is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 174 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.25 |
| HSL | 309º | 0.49% | 0.52% | - |
| HSV(B) | 309º | 0.63% | 0.75% | - |
| XYZ | 31.7 | 18.9 | 42.02 | - |
| YUV | 119.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 174 | 0 | 0.63 | 0.09 | 0.25 | 309 | 0.49 | 0.52 |
| Hex | C0 | 48 | AE | 0 | 3F | 9 | 19 | 135 | 31 | 34 |
| Octal | 300 | 110 | 256 | 0 | 77 | 11 | 31 | 465 | 61 | 64 |
| Binary | 11000000 | 1001000 | 10101110 | 0 | 111111 | 1001 | 11001 | 100110101 | 110001 | 110100 |
Color Harmonies of #C048AE
Complementary color
Monochromatic Colors of #C048AE
Black with #C048AE
Text Example
Text Example
White with #C048AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048AE; }
p { color: rgb(192,72,174); }
H1.HeaderClassName
{
color: #C048AE;
}
.AnyTagClassName
{
color: #C048AE;
}
</style>
background-color css
<style>
a { background-color: #C048AE; }
a { background-color: rgb(192,72,174); }
div.DivClassName
{
background-color: #C048AE;
}
.BgClassName
{
background-color: #C048AE;
}
</style>
border-color css
<style>
span { border-color: #C048AE; }
span { border-color: rgb(192,72,174); }
td.TdClassName
{
border-color: #C048AE;
}
.TagClassName
{
border-color: #C048AE;
}
</style>