Shades of Fuchsia #C76BBE
Tints of Fuchsia #C76BBE
RGB
CMYK
RGB Variations
Color information
#C76BBE (or 0xC76BBE) is known color: Fuchsia. HEX triplet: C7, 6B and BE. RGB value is (199,107,190). Sum of RGB (Red+Green+Blue) = 199+107+190=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C76BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BBE is #389441. Grayscale: #8F8F8F. Windows color (decimal): -3707970 or 12479431. OLE color: 12479431.
HSL color Cylindrical-coordinate representation of color #C76BBE: hue angle of 305.87º 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 #C76BBE is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 107 | 190 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.22 |
| HSL | 305.87º | 0.45% | 0.6% | - |
| HSV(B) | 305.87º | 0.46% | 0.78% | - |
| XYZ | 38.11 | 26.38 | 51.8 | - |
| YUV | 143.97 | 153.98 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 190 | 0 | 0.46 | 0.05 | 0.22 | 305.87 | 0.45 | 0.6 |
| Hex | C7 | 6B | BE | 0 | 2E | 5 | 16 | 132 | 2D | 3C |
| Octal | 307 | 153 | 276 | 0 | 56 | 5 | 26 | 462 | 55 | 74 |
| Binary | 11000111 | 1101011 | 10111110 | 0 | 101110 | 101 | 10110 | 100110010 | 101101 | 111100 |
Color Harmonies of #C76BBE
Complementary color
Monochromatic Colors of #C76BBE
Black with #C76BBE
Text Example
Text Example
White with #C76BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76BBE; }
p { color: rgb(199,107,190); }
H1.HeaderClassName
{
color: #C76BBE;
}
.AnyTagClassName
{
color: #C76BBE;
}
</style>
background-color css
<style>
a { background-color: #C76BBE; }
a { background-color: rgb(199,107,190); }
div.DivClassName
{
background-color: #C76BBE;
}
.BgClassName
{
background-color: #C76BBE;
}
</style>
border-color css
<style>
span { border-color: #C76BBE; }
span { border-color: rgb(199,107,190); }
td.TdClassName
{
border-color: #C76BBE;
}
.TagClassName
{
border-color: #C76BBE;
}
</style>