Shades of Fuchsia #C76BB7
Tints of Fuchsia #C76BB7
RGB
CMYK
RGB Variations
Color information
#C76BB7 (or 0xC76BB7) is known color: Fuchsia. HEX triplet: C7, 6B and B7. RGB value is (199,107,183). Sum of RGB (Red+Green+Blue) = 199+107+183=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C76BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BB7 is #389448. Grayscale: #8E8E8E. Windows color (decimal): -3707977 or 12020679. OLE color: 12020679.
HSL color Cylindrical-coordinate representation of color #C76BB7: hue angle of 310.43º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76BB7 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 107 | 183 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.22 |
| HSL | 310.43º | 0.45% | 0.6% | - |
| HSV(B) | 310.43º | 0.46% | 0.78% | - |
| XYZ | 37.36 | 26.08 | 47.86 | - |
| YUV | 143.17 | 150.48 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 183 | 0 | 0.46 | 0.08 | 0.22 | 310.43 | 0.45 | 0.6 |
| Hex | C7 | 6B | B7 | 0 | 2E | 8 | 16 | 136 | 2D | 3C |
| Octal | 307 | 153 | 267 | 0 | 56 | 10 | 26 | 466 | 55 | 74 |
| Binary | 11000111 | 1101011 | 10110111 | 0 | 101110 | 1000 | 10110 | 100110110 | 101101 | 111100 |
Color Harmonies of #C76BB7
Complementary color
Monochromatic Colors of #C76BB7
Black with #C76BB7
Text Example
Text Example
White with #C76BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76BB7; }
p { color: rgb(199,107,183); }
H1.HeaderClassName
{
color: #C76BB7;
}
.AnyTagClassName
{
color: #C76BB7;
}
</style>
background-color css
<style>
a { background-color: #C76BB7; }
a { background-color: rgb(199,107,183); }
div.DivClassName
{
background-color: #C76BB7;
}
.BgClassName
{
background-color: #C76BB7;
}
</style>
border-color css
<style>
span { border-color: #C76BB7; }
span { border-color: rgb(199,107,183); }
td.TdClassName
{
border-color: #C76BB7;
}
.TagClassName
{
border-color: #C76BB7;
}
</style>