Shades of Fuchsia #C750BB
Tints of Fuchsia #C750BB
RGB
CMYK
RGB Variations
Color information
#C750BB (or 0xC750BB) is known color: Fuchsia. HEX triplet: C7, 50 and BB. RGB value is (199,80,187). Sum of RGB (Red+Green+Blue) = 199+80+187=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C750BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750BB is #38AF44. Grayscale: #7F7F7F. Windows color (decimal): -3714885 or 12275911. OLE color: 12275911.
HSL color Cylindrical-coordinate representation of color #C750BB: hue angle of 306.05º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C750BB is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 187 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.22 |
| HSL | 306.05º | 0.52% | 0.55% | - |
| HSV(B) | 306.05º | 0.6% | 0.78% | - |
| XYZ | 35.39 | 21.47 | 49.29 | - |
| YUV | 127.78 | 161.42 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 187 | 0 | 0.60 | 0.06 | 0.22 | 306.05 | 0.52 | 0.55 |
| Hex | C7 | 50 | BB | 0 | 3C | 6 | 16 | 132 | 34 | 37 |
| Octal | 307 | 120 | 273 | 0 | 74 | 6 | 26 | 462 | 64 | 67 |
| Binary | 11000111 | 1010000 | 10111011 | 0 | 111100 | 110 | 10110 | 100110010 | 110100 | 110111 |
Color Harmonies of #C750BB
Complementary color
Monochromatic Colors of #C750BB
Black with #C750BB
Text Example
Text Example
White with #C750BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C750BB; }
p { color: rgb(199,80,187); }
H1.HeaderClassName
{
color: #C750BB;
}
.AnyTagClassName
{
color: #C750BB;
}
</style>
background-color css
<style>
a { background-color: #C750BB; }
a { background-color: rgb(199,80,187); }
div.DivClassName
{
background-color: #C750BB;
}
.BgClassName
{
background-color: #C750BB;
}
</style>
border-color css
<style>
span { border-color: #C750BB; }
span { border-color: rgb(199,80,187); }
td.TdClassName
{
border-color: #C750BB;
}
.TagClassName
{
border-color: #C750BB;
}
</style>