Shades of Fuchsia #C748B5
Tints of Fuchsia #C748B5
RGB
CMYK
RGB Variations
Color information
#C748B5 (or 0xC748B5) is known color: Fuchsia. HEX triplet: C7, 48 and B5. RGB value is (199,72,181). Sum of RGB (Red+Green+Blue) = 199+72+181=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C748B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748B5 is #38B74A. Grayscale: #7A7A7A. Windows color (decimal): -3716939 or 11880647. OLE color: 11880647.
HSL color Cylindrical-coordinate representation of color #C748B5: hue angle of 308.5º 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 #C748B5 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 181 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.22 |
| HSL | 308.5º | 0.53% | 0.53% | - |
| HSV(B) | 308.5º | 0.64% | 0.78% | - |
| XYZ | 34.21 | 20.11 | 45.8 | - |
| YUV | 122.4 | 161.08 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 181 | 0 | 0.64 | 0.09 | 0.22 | 308.5 | 0.53 | 0.53 |
| Hex | C7 | 48 | B5 | 0 | 40 | 9 | 16 | 135 | 35 | 35 |
| Octal | 307 | 110 | 265 | 0 | 100 | 11 | 26 | 465 | 65 | 65 |
| Binary | 11000111 | 1001000 | 10110101 | 0 | 1000000 | 1001 | 10110 | 100110101 | 110101 | 110101 |
Color Harmonies of #C748B5
Complementary color
Monochromatic Colors of #C748B5
Black with #C748B5
Text Example
Text Example
White with #C748B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C748B5; }
p { color: rgb(199,72,181); }
H1.HeaderClassName
{
color: #C748B5;
}
.AnyTagClassName
{
color: #C748B5;
}
</style>
background-color css
<style>
a { background-color: #C748B5; }
a { background-color: rgb(199,72,181); }
div.DivClassName
{
background-color: #C748B5;
}
.BgClassName
{
background-color: #C748B5;
}
</style>
border-color css
<style>
span { border-color: #C748B5; }
span { border-color: rgb(199,72,181); }
td.TdClassName
{
border-color: #C748B5;
}
.TagClassName
{
border-color: #C748B5;
}
</style>