Shades of Fuchsia #C748AD
Tints of Fuchsia #C748AD
RGB
CMYK
RGB Variations
Color information
#C748AD (or 0xC748AD) is known color: Fuchsia. HEX triplet: C7, 48 and AD. RGB value is (199,72,173). Sum of RGB (Red+Green+Blue) = 199+72+173=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C748AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C748AD is #38B752. Grayscale: #797979. Windows color (decimal): -3716947 or 11356359. OLE color: 11356359.
HSL color Cylindrical-coordinate representation of color #C748AD: hue angle of 312.28º 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 #C748AD is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 173 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.22 |
| HSL | 312.28º | 0.53% | 0.53% | - |
| HSV(B) | 312.28º | 0.64% | 0.78% | - |
| XYZ | 33.41 | 19.79 | 41.59 | - |
| YUV | 121.49 | 157.08 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 173 | 0 | 0.64 | 0.13 | 0.22 | 312.28 | 0.53 | 0.53 |
| Hex | C7 | 48 | AD | 0 | 40 | D | 16 | 138 | 35 | 35 |
| Octal | 307 | 110 | 255 | 0 | 100 | 15 | 26 | 470 | 65 | 65 |
| Binary | 11000111 | 1001000 | 10101101 | 0 | 1000000 | 1101 | 10110 | 100111000 | 110101 | 110101 |
Color Harmonies of #C748AD
Complementary color
Monochromatic Colors of #C748AD
Black with #C748AD
Text Example
Text Example
White with #C748AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C748AD; }
p { color: rgb(199,72,173); }
H1.HeaderClassName
{
color: #C748AD;
}
.AnyTagClassName
{
color: #C748AD;
}
</style>
background-color css
<style>
a { background-color: #C748AD; }
a { background-color: rgb(199,72,173); }
div.DivClassName
{
background-color: #C748AD;
}
.BgClassName
{
background-color: #C748AD;
}
</style>
border-color css
<style>
span { border-color: #C748AD; }
span { border-color: rgb(199,72,173); }
td.TdClassName
{
border-color: #C748AD;
}
.TagClassName
{
border-color: #C748AD;
}
</style>