Shades of Fuchsia #C748BA
Tints of Fuchsia #C748BA
RGB
CMYK
RGB Variations
Color information
#C748BA (or 0xC748BA) is known color: Fuchsia. HEX triplet: C7, 48 and BA. RGB value is (199,72,186). Sum of RGB (Red+Green+Blue) = 199+72+186=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C748BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748BA is #38B745. Grayscale: #7A7A7A. Windows color (decimal): -3716934 or 12208327. OLE color: 12208327.
HSL color Cylindrical-coordinate representation of color #C748BA: hue angle of 306.14º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C748BA is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 186 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.22 |
| HSL | 306.14º | 0.53% | 0.53% | - |
| HSV(B) | 306.14º | 0.64% | 0.78% | - |
| XYZ | 34.73 | 20.32 | 48.55 | - |
| YUV | 122.97 | 163.58 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 186 | 0 | 0.64 | 0.07 | 0.22 | 306.14 | 0.53 | 0.53 |
| Hex | C7 | 48 | BA | 0 | 40 | 7 | 16 | 132 | 35 | 35 |
| Octal | 307 | 110 | 272 | 0 | 100 | 7 | 26 | 462 | 65 | 65 |
| Binary | 11000111 | 1001000 | 10111010 | 0 | 1000000 | 111 | 10110 | 100110010 | 110101 | 110101 |
Color Harmonies of #C748BA
Complementary color
Monochromatic Colors of #C748BA
Black with #C748BA
Text Example
Text Example
White with #C748BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C748BA; }
p { color: rgb(199,72,186); }
H1.HeaderClassName
{
color: #C748BA;
}
.AnyTagClassName
{
color: #C748BA;
}
</style>
background-color css
<style>
a { background-color: #C748BA; }
a { background-color: rgb(199,72,186); }
div.DivClassName
{
background-color: #C748BA;
}
.BgClassName
{
background-color: #C748BA;
}
</style>
border-color css
<style>
span { border-color: #C748BA; }
span { border-color: rgb(199,72,186); }
td.TdClassName
{
border-color: #C748BA;
}
.TagClassName
{
border-color: #C748BA;
}
</style>