Shades of Fuchsia #C76BBB
Tints of Fuchsia #C76BBB
RGB
CMYK
RGB Variations
Color information
#C76BBB (or 0xC76BBB) is known color: Fuchsia. HEX triplet: C7, 6B and BB. RGB value is (199,107,187). Sum of RGB (Red+Green+Blue) = 199+107+187=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C76BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BBB is #389444. Grayscale: #8F8F8F. Windows color (decimal): -3707973 or 12282823. OLE color: 12282823.
HSL color Cylindrical-coordinate representation of color #C76BBB: hue angle of 307.83º 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 #C76BBB is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 107 | 187 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.22 |
| HSL | 307.83º | 0.45% | 0.6% | - |
| HSV(B) | 307.83º | 0.46% | 0.78% | - |
| XYZ | 37.78 | 26.25 | 50.09 | - |
| YUV | 143.63 | 152.48 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 187 | 0 | 0.46 | 0.06 | 0.22 | 307.83 | 0.45 | 0.6 |
| Hex | C7 | 6B | BB | 0 | 2E | 6 | 16 | 134 | 2D | 3C |
| Octal | 307 | 153 | 273 | 0 | 56 | 6 | 26 | 464 | 55 | 74 |
| Binary | 11000111 | 1101011 | 10111011 | 0 | 101110 | 110 | 10110 | 100110100 | 101101 | 111100 |
Color Harmonies of #C76BBB
Complementary color
Monochromatic Colors of #C76BBB
Black with #C76BBB
Text Example
Text Example
White with #C76BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76BBB; }
p { color: rgb(199,107,187); }
H1.HeaderClassName
{
color: #C76BBB;
}
.AnyTagClassName
{
color: #C76BBB;
}
</style>
background-color css
<style>
a { background-color: #C76BBB; }
a { background-color: rgb(199,107,187); }
div.DivClassName
{
background-color: #C76BBB;
}
.BgClassName
{
background-color: #C76BBB;
}
</style>
border-color css
<style>
span { border-color: #C76BBB; }
span { border-color: rgb(199,107,187); }
td.TdClassName
{
border-color: #C76BBB;
}
.TagClassName
{
border-color: #C76BBB;
}
</style>