Shades of Fuchsia #C766BF
Tints of Fuchsia #C766BF
RGB
CMYK
RGB Variations
Color information
#C766BF (or 0xC766BF) is known color: Fuchsia. HEX triplet: C7, 66 and BF. RGB value is (199,102,191). Sum of RGB (Red+Green+Blue) = 199+102+191=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C766BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766BF is #389940. Grayscale: #8C8C8C. Windows color (decimal): -3709249 or 12543687. OLE color: 12543687.
HSL color Cylindrical-coordinate representation of color #C766BF: hue angle of 304.95º 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 #C766BF is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 191 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.22 |
| HSL | 304.95º | 0.46% | 0.59% | - |
| HSV(B) | 304.95º | 0.49% | 0.78% | - |
| XYZ | 37.71 | 25.41 | 52.21 | - |
| YUV | 141.15 | 156.14 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 191 | 0 | 0.49 | 0.04 | 0.22 | 304.95 | 0.46 | 0.59 |
| Hex | C7 | 66 | BF | 0 | 31 | 4 | 16 | 131 | 2E | 3B |
| Octal | 307 | 146 | 277 | 0 | 61 | 4 | 26 | 461 | 56 | 73 |
| Binary | 11000111 | 1100110 | 10111111 | 0 | 110001 | 100 | 10110 | 100110001 | 101110 | 111011 |
Color Harmonies of #C766BF
Complementary color
Monochromatic Colors of #C766BF
Black with #C766BF
Text Example
Text Example
White with #C766BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C766BF; }
p { color: rgb(199,102,191); }
H1.HeaderClassName
{
color: #C766BF;
}
.AnyTagClassName
{
color: #C766BF;
}
</style>
background-color css
<style>
a { background-color: #C766BF; }
a { background-color: rgb(199,102,191); }
div.DivClassName
{
background-color: #C766BF;
}
.BgClassName
{
background-color: #C766BF;
}
</style>
border-color css
<style>
span { border-color: #C766BF; }
span { border-color: rgb(199,102,191); }
td.TdClassName
{
border-color: #C766BF;
}
.TagClassName
{
border-color: #C766BF;
}
</style>