Shades of Fuchsia #C048AA
Tints of Fuchsia #C048AA
RGB
CMYK
RGB Variations
Color information
#C048AA (or 0xC048AA) is known color: Fuchsia. HEX triplet: C0, 48 and AA. RGB value is (192,72,170). Sum of RGB (Red+Green+Blue) = 192+72+170=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C048AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C048AA is #3FB755. Grayscale: #767676. Windows color (decimal): -4175702 or 11159744. OLE color: 11159744.
HSL color Cylindrical-coordinate representation of color #C048AA: hue angle of 311º 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 #C048AA is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 170 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.25 |
| HSL | 311º | 0.49% | 0.52% | - |
| HSV(B) | 311º | 0.63% | 0.75% | - |
| XYZ | 31.31 | 18.74 | 40 | - |
| YUV | 119.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 170 | 0 | 0.63 | 0.11 | 0.25 | 311 | 0.49 | 0.52 |
| Hex | C0 | 48 | AA | 0 | 3F | B | 19 | 137 | 31 | 34 |
| Octal | 300 | 110 | 252 | 0 | 77 | 13 | 31 | 467 | 61 | 64 |
| Binary | 11000000 | 1001000 | 10101010 | 0 | 111111 | 1011 | 11001 | 100110111 | 110001 | 110100 |
Color Harmonies of #C048AA
Complementary color
Monochromatic Colors of #C048AA
Black with #C048AA
Text Example
Text Example
White with #C048AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048AA; }
p { color: rgb(192,72,170); }
H1.HeaderClassName
{
color: #C048AA;
}
.AnyTagClassName
{
color: #C048AA;
}
</style>
background-color css
<style>
a { background-color: #C048AA; }
a { background-color: rgb(192,72,170); }
div.DivClassName
{
background-color: #C048AA;
}
.BgClassName
{
background-color: #C048AA;
}
</style>
border-color css
<style>
span { border-color: #C048AA; }
span { border-color: rgb(192,72,170); }
td.TdClassName
{
border-color: #C048AA;
}
.TagClassName
{
border-color: #C048AA;
}
</style>