Shades of Fuchsia #C748BB
Tints of Fuchsia #C748BB
RGB
CMYK
RGB Variations
Color information
#C748BB (or 0xC748BB) is known color: Fuchsia. HEX triplet: C7, 48 and BB. RGB value is (199,72,187). Sum of RGB (Red+Green+Blue) = 199+72+187=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C748BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748BB is #38B744. Grayscale: #7A7A7A. Windows color (decimal): -3716933 or 12273863. OLE color: 12273863.
HSL color Cylindrical-coordinate representation of color #C748BB: hue angle of 305.67º 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 #C748BB is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 187 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.22 |
| HSL | 305.67º | 0.53% | 0.53% | - |
| HSV(B) | 305.67º | 0.64% | 0.78% | - |
| XYZ | 34.84 | 20.36 | 49.11 | - |
| YUV | 123.08 | 164.08 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 187 | 0 | 0.64 | 0.06 | 0.22 | 305.67 | 0.53 | 0.53 |
| Hex | C7 | 48 | BB | 0 | 40 | 6 | 16 | 132 | 35 | 35 |
| Octal | 307 | 110 | 273 | 0 | 100 | 6 | 26 | 462 | 65 | 65 |
| Binary | 11000111 | 1001000 | 10111011 | 0 | 1000000 | 110 | 10110 | 100110010 | 110101 | 110101 |
Color Harmonies of #C748BB
Complementary color
Monochromatic Colors of #C748BB
Black with #C748BB
Text Example
Text Example
White with #C748BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C748BB; }
p { color: rgb(199,72,187); }
H1.HeaderClassName
{
color: #C748BB;
}
.AnyTagClassName
{
color: #C748BB;
}
</style>
background-color css
<style>
a { background-color: #C748BB; }
a { background-color: rgb(199,72,187); }
div.DivClassName
{
background-color: #C748BB;
}
.BgClassName
{
background-color: #C748BB;
}
</style>
border-color css
<style>
span { border-color: #C748BB; }
span { border-color: rgb(199,72,187); }
td.TdClassName
{
border-color: #C748BB;
}
.TagClassName
{
border-color: #C748BB;
}
</style>