Shades of Fuchsia #C766B3
Tints of Fuchsia #C766B3
RGB
CMYK
RGB Variations
Color information
#C766B3 (or 0xC766B3) is known color: Fuchsia. HEX triplet: C7, 66 and B3. RGB value is (199,102,179). Sum of RGB (Red+Green+Blue) = 199+102+179=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C766B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766B3 is #38994C. Grayscale: #8B8B8B. Windows color (decimal): -3709261 or 11757255. OLE color: 11757255.
HSL color Cylindrical-coordinate representation of color #C766B3: hue angle of 312.37º 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 #C766B3 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 179 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.22 |
| HSL | 312.37º | 0.46% | 0.59% | - |
| HSV(B) | 312.37º | 0.49% | 0.78% | - |
| XYZ | 36.44 | 24.9 | 45.53 | - |
| YUV | 139.78 | 150.14 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 179 | 0 | 0.49 | 0.10 | 0.22 | 312.37 | 0.46 | 0.59 |
| Hex | C7 | 66 | B3 | 0 | 31 | A | 16 | 138 | 2E | 3B |
| Octal | 307 | 146 | 263 | 0 | 61 | 12 | 26 | 470 | 56 | 73 |
| Binary | 11000111 | 1100110 | 10110011 | 0 | 110001 | 1010 | 10110 | 100111000 | 101110 | 111011 |
Color Harmonies of #C766B3
Complementary color
Monochromatic Colors of #C766B3
Black with #C766B3
Text Example
Text Example
White with #C766B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C766B3; }
p { color: rgb(199,102,179); }
H1.HeaderClassName
{
color: #C766B3;
}
.AnyTagClassName
{
color: #C766B3;
}
</style>
background-color css
<style>
a { background-color: #C766B3; }
a { background-color: rgb(199,102,179); }
div.DivClassName
{
background-color: #C766B3;
}
.BgClassName
{
background-color: #C766B3;
}
</style>
border-color css
<style>
span { border-color: #C766B3; }
span { border-color: rgb(199,102,179); }
td.TdClassName
{
border-color: #C766B3;
}
.TagClassName
{
border-color: #C766B3;
}
</style>