Shades of Fuchsia #C769BC
Tints of Fuchsia #C769BC
RGB
CMYK
RGB Variations
Color information
#C769BC (or 0xC769BC) is known color: Fuchsia. HEX triplet: C7, 69 and BC. RGB value is (199,105,188). Sum of RGB (Red+Green+Blue) = 199+105+188=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C769BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769BC is #389643. Grayscale: #8E8E8E. Windows color (decimal): -3708484 or 12347847. OLE color: 12347847.
HSL color Cylindrical-coordinate representation of color #C769BC: hue angle of 307.02º 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 #C769BC is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 188 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.22 |
| HSL | 307.02º | 0.46% | 0.6% | - |
| HSV(B) | 307.02º | 0.47% | 0.78% | - |
| XYZ | 37.68 | 25.88 | 50.59 | - |
| YUV | 142.57 | 153.64 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 188 | 0 | 0.47 | 0.06 | 0.22 | 307.02 | 0.46 | 0.6 |
| Hex | C7 | 69 | BC | 0 | 2F | 6 | 16 | 133 | 2E | 3C |
| Octal | 307 | 151 | 274 | 0 | 57 | 6 | 26 | 463 | 56 | 74 |
| Binary | 11000111 | 1101001 | 10111100 | 0 | 101111 | 110 | 10110 | 100110011 | 101110 | 111100 |
Color Harmonies of #C769BC
Complementary color
Monochromatic Colors of #C769BC
Black with #C769BC
Text Example
Text Example
White with #C769BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C769BC; }
p { color: rgb(199,105,188); }
H1.HeaderClassName
{
color: #C769BC;
}
.AnyTagClassName
{
color: #C769BC;
}
</style>
background-color css
<style>
a { background-color: #C769BC; }
a { background-color: rgb(199,105,188); }
div.DivClassName
{
background-color: #C769BC;
}
.BgClassName
{
background-color: #C769BC;
}
</style>
border-color css
<style>
span { border-color: #C769BC; }
span { border-color: rgb(199,105,188); }
td.TdClassName
{
border-color: #C769BC;
}
.TagClassName
{
border-color: #C769BC;
}
</style>