Shades of Fuchsia #C769B7
Tints of Fuchsia #C769B7
RGB
CMYK
RGB Variations
Color information
#C769B7 (or 0xC769B7) is known color: Fuchsia. HEX triplet: C7, 69 and B7. RGB value is (199,105,183). Sum of RGB (Red+Green+Blue) = 199+105+183=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C769B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769B7 is #389648. Grayscale: #8D8D8D. Windows color (decimal): -3708489 or 12020167. OLE color: 12020167.
HSL color Cylindrical-coordinate representation of color #C769B7: hue angle of 310.21º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C769B7 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 183 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.22 |
| HSL | 310.21º | 0.46% | 0.6% | - |
| HSV(B) | 310.21º | 0.47% | 0.78% | - |
| XYZ | 37.15 | 25.66 | 47.8 | - |
| YUV | 142 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 183 | 0 | 0.47 | 0.08 | 0.22 | 310.21 | 0.46 | 0.6 |
| Hex | C7 | 69 | B7 | 0 | 2F | 8 | 16 | 136 | 2E | 3C |
| Octal | 307 | 151 | 267 | 0 | 57 | 10 | 26 | 466 | 56 | 74 |
| Binary | 11000111 | 1101001 | 10110111 | 0 | 101111 | 1000 | 10110 | 100110110 | 101110 | 111100 |
Color Harmonies of #C769B7
Complementary color
Monochromatic Colors of #C769B7
Black with #C769B7
Text Example
Text Example
White with #C769B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C769B7; }
p { color: rgb(199,105,183); }
H1.HeaderClassName
{
color: #C769B7;
}
.AnyTagClassName
{
color: #C769B7;
}
</style>
background-color css
<style>
a { background-color: #C769B7; }
a { background-color: rgb(199,105,183); }
div.DivClassName
{
background-color: #C769B7;
}
.BgClassName
{
background-color: #C769B7;
}
</style>
border-color css
<style>
span { border-color: #C769B7; }
span { border-color: rgb(199,105,183); }
td.TdClassName
{
border-color: #C769B7;
}
.TagClassName
{
border-color: #C769B7;
}
</style>