Shades of Fuchsia #C770BB
Tints of Fuchsia #C770BB
RGB
CMYK
RGB Variations
Color information
#C770BB (or 0xC770BB) is known color: Fuchsia. HEX triplet: C7, 70 and BB. RGB value is (199,112,187). Sum of RGB (Red+Green+Blue) = 199+112+187=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C770BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770BB is #388F44. Grayscale: #929292. Windows color (decimal): -3706693 or 12284103. OLE color: 12284103.
HSL color Cylindrical-coordinate representation of color #C770BB: hue angle of 308.28º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C770BB is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 187 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.22 |
| HSL | 308.28º | 0.44% | 0.61% | - |
| HSV(B) | 308.28º | 0.44% | 0.78% | - |
| XYZ | 38.32 | 27.32 | 50.27 | - |
| YUV | 146.56 | 150.82 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 187 | 0 | 0.44 | 0.06 | 0.22 | 308.28 | 0.44 | 0.61 |
| Hex | C7 | 70 | BB | 0 | 2C | 6 | 16 | 134 | 2C | 3D |
| Octal | 307 | 160 | 273 | 0 | 54 | 6 | 26 | 464 | 54 | 75 |
| Binary | 11000111 | 1110000 | 10111011 | 0 | 101100 | 110 | 10110 | 100110100 | 101100 | 111101 |
Color Harmonies of #C770BB
Complementary color
Monochromatic Colors of #C770BB
Black with #C770BB
Text Example
Text Example
White with #C770BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C770BB; }
p { color: rgb(199,112,187); }
H1.HeaderClassName
{
color: #C770BB;
}
.AnyTagClassName
{
color: #C770BB;
}
</style>
background-color css
<style>
a { background-color: #C770BB; }
a { background-color: rgb(199,112,187); }
div.DivClassName
{
background-color: #C770BB;
}
.BgClassName
{
background-color: #C770BB;
}
</style>
border-color css
<style>
span { border-color: #C770BB; }
span { border-color: rgb(199,112,187); }
td.TdClassName
{
border-color: #C770BB;
}
.TagClassName
{
border-color: #C770BB;
}
</style>