Shades of Fuchsia #C766B7
Tints of Fuchsia #C766B7
RGB
CMYK
RGB Variations
Color information
#C766B7 (or 0xC766B7) is known color: Fuchsia. HEX triplet: C7, 66 and B7. RGB value is (199,102,183). Sum of RGB (Red+Green+Blue) = 199+102+183=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C766B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766B7 is #389948. Grayscale: #8C8C8C. Windows color (decimal): -3709257 or 12019399. OLE color: 12019399.
HSL color Cylindrical-coordinate representation of color #C766B7: hue angle of 309.9º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C766B7 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 183 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.22 |
| HSL | 309.9º | 0.46% | 0.59% | - |
| HSV(B) | 309.9º | 0.49% | 0.78% | - |
| XYZ | 36.85 | 25.06 | 47.7 | - |
| YUV | 140.24 | 152.14 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 183 | 0 | 0.49 | 0.08 | 0.22 | 309.9 | 0.46 | 0.59 |
| Hex | C7 | 66 | B7 | 0 | 31 | 8 | 16 | 136 | 2E | 3B |
| Octal | 307 | 146 | 267 | 0 | 61 | 10 | 26 | 466 | 56 | 73 |
| Binary | 11000111 | 1100110 | 10110111 | 0 | 110001 | 1000 | 10110 | 100110110 | 101110 | 111011 |
Color Harmonies of #C766B7
Complementary color
Monochromatic Colors of #C766B7
Black with #C766B7
Text Example
Text Example
White with #C766B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C766B7; }
p { color: rgb(199,102,183); }
H1.HeaderClassName
{
color: #C766B7;
}
.AnyTagClassName
{
color: #C766B7;
}
</style>
background-color css
<style>
a { background-color: #C766B7; }
a { background-color: rgb(199,102,183); }
div.DivClassName
{
background-color: #C766B7;
}
.BgClassName
{
background-color: #C766B7;
}
</style>
border-color css
<style>
span { border-color: #C766B7; }
span { border-color: rgb(199,102,183); }
td.TdClassName
{
border-color: #C766B7;
}
.TagClassName
{
border-color: #C766B7;
}
</style>