Shades of Fuchsia #C768B9
Tints of Fuchsia #C768B9
RGB
CMYK
RGB Variations
Color information
#C768B9 (or 0xC768B9) is known color: Fuchsia. HEX triplet: C7, 68 and B9. RGB value is (199,104,185). Sum of RGB (Red+Green+Blue) = 199+104+185=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C768B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768B9 is #389746. Grayscale: #8D8D8D. Windows color (decimal): -3708743 or 12150983. OLE color: 12150983.
HSL color Cylindrical-coordinate representation of color #C768B9: hue angle of 308.84º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C768B9 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 185 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.22 |
| HSL | 308.84º | 0.46% | 0.59% | - |
| HSV(B) | 308.84º | 0.48% | 0.78% | - |
| XYZ | 37.26 | 25.55 | 48.87 | - |
| YUV | 141.64 | 152.47 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 185 | 0 | 0.48 | 0.07 | 0.22 | 308.84 | 0.46 | 0.59 |
| Hex | C7 | 68 | B9 | 0 | 30 | 7 | 16 | 135 | 2E | 3B |
| Octal | 307 | 150 | 271 | 0 | 60 | 7 | 26 | 465 | 56 | 73 |
| Binary | 11000111 | 1101000 | 10111001 | 0 | 110000 | 111 | 10110 | 100110101 | 101110 | 111011 |
Color Harmonies of #C768B9
Complementary color
Monochromatic Colors of #C768B9
Black with #C768B9
Text Example
Text Example
White with #C768B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768B9; }
p { color: rgb(199,104,185); }
H1.HeaderClassName
{
color: #C768B9;
}
.AnyTagClassName
{
color: #C768B9;
}
</style>
background-color css
<style>
a { background-color: #C768B9; }
a { background-color: rgb(199,104,185); }
div.DivClassName
{
background-color: #C768B9;
}
.BgClassName
{
background-color: #C768B9;
}
</style>
border-color css
<style>
span { border-color: #C768B9; }
span { border-color: rgb(199,104,185); }
td.TdClassName
{
border-color: #C768B9;
}
.TagClassName
{
border-color: #C768B9;
}
</style>