Shades of Fuchsia #C766BD
Tints of Fuchsia #C766BD
RGB
CMYK
RGB Variations
Color information
#C766BD (or 0xC766BD) is known color: Fuchsia. HEX triplet: C7, 66 and BD. RGB value is (199,102,189). Sum of RGB (Red+Green+Blue) = 199+102+189=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C766BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766BD is #389942. Grayscale: #8C8C8C. Windows color (decimal): -3709251 or 12412615. OLE color: 12412615.
HSL color Cylindrical-coordinate representation of color #C766BD: hue angle of 306.19º 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 #C766BD is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 189 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.22 |
| HSL | 306.19º | 0.46% | 0.59% | - |
| HSV(B) | 306.19º | 0.49% | 0.78% | - |
| XYZ | 37.49 | 25.32 | 51.06 | - |
| YUV | 140.92 | 155.14 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 189 | 0 | 0.49 | 0.05 | 0.22 | 306.19 | 0.46 | 0.59 |
| Hex | C7 | 66 | BD | 0 | 31 | 5 | 16 | 132 | 2E | 3B |
| Octal | 307 | 146 | 275 | 0 | 61 | 5 | 26 | 462 | 56 | 73 |
| Binary | 11000111 | 1100110 | 10111101 | 0 | 110001 | 101 | 10110 | 100110010 | 101110 | 111011 |
Color Harmonies of #C766BD
Complementary color
Monochromatic Colors of #C766BD
Black with #C766BD
Text Example
Text Example
White with #C766BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C766BD; }
p { color: rgb(199,102,189); }
H1.HeaderClassName
{
color: #C766BD;
}
.AnyTagClassName
{
color: #C766BD;
}
</style>
background-color css
<style>
a { background-color: #C766BD; }
a { background-color: rgb(199,102,189); }
div.DivClassName
{
background-color: #C766BD;
}
.BgClassName
{
background-color: #C766BD;
}
</style>
border-color css
<style>
span { border-color: #C766BD; }
span { border-color: rgb(199,102,189); }
td.TdClassName
{
border-color: #C766BD;
}
.TagClassName
{
border-color: #C766BD;
}
</style>