Shades of Fuchsia #C766C7
Tints of Fuchsia #C766C7
RGB
CMYK
RGB Variations
Color information
#C766C7 (or 0xC766C7) is known color: Fuchsia. HEX triplet: C7, 66 and C7. RGB value is (199,102,199). Sum of RGB (Red+Green+Blue) = 199+102+199=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C766C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766C7 is #389938. Grayscale: #8D8D8D. Windows color (decimal): -3709241 or 13067975. OLE color: 13067975.
HSL color Cylindrical-coordinate representation of color #C766C7: hue angle of 300º 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 #C766C7 is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 199 | - |
| CMYK | 0 | 0.49 | 0 | 0.22 |
| HSL | 300º | 0.46% | 0.59% | - |
| HSV(B) | 300º | 0.49% | 0.78% | - |
| XYZ | 38.61 | 25.77 | 56.97 | - |
| YUV | 142.06 | 160.14 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 199 | 0 | 0.49 | 0 | 0.22 | 300 | 0.46 | 0.59 |
| Hex | C7 | 66 | C7 | 0 | 31 | 0 | 16 | 12C | 2E | 3B |
| Octal | 307 | 146 | 307 | 0 | 61 | 0 | 26 | 454 | 56 | 73 |
| Binary | 11000111 | 1100110 | 11000111 | 0 | 110001 | 0 | 10110 | 100101100 | 101110 | 111011 |
Color Harmonies of #C766C7
Complementary color
Monochromatic Colors of #C766C7
Black with #C766C7
Text Example
Text Example
White with #C766C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C766C7; }
p { color: rgb(199,102,199); }
H1.HeaderClassName
{
color: #C766C7;
}
.AnyTagClassName
{
color: #C766C7;
}
</style>
background-color css
<style>
a { background-color: #C766C7; }
a { background-color: rgb(199,102,199); }
div.DivClassName
{
background-color: #C766C7;
}
.BgClassName
{
background-color: #C766C7;
}
</style>
border-color css
<style>
span { border-color: #C766C7; }
span { border-color: rgb(199,102,199); }
td.TdClassName
{
border-color: #C766C7;
}
.TagClassName
{
border-color: #C766C7;
}
</style>