Shades of Fuchsia #C768BE
Tints of Fuchsia #C768BE
RGB
CMYK
RGB Variations
Color information
#C768BE (or 0xC768BE) is known color: Fuchsia. HEX triplet: C7, 68 and BE. RGB value is (199,104,190). Sum of RGB (Red+Green+Blue) = 199+104+190=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C768BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768BE is #389741. Grayscale: #8D8D8D. Windows color (decimal): -3708738 or 12478663. OLE color: 12478663.
HSL color Cylindrical-coordinate representation of color #C768BE: hue angle of 305.68º 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 #C768BE is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 190 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.22 |
| HSL | 305.68º | 0.46% | 0.59% | - |
| HSV(B) | 305.68º | 0.48% | 0.78% | - |
| XYZ | 37.8 | 25.76 | 51.7 | - |
| YUV | 142.21 | 154.97 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 190 | 0 | 0.48 | 0.05 | 0.22 | 305.68 | 0.46 | 0.59 |
| Hex | C7 | 68 | BE | 0 | 30 | 5 | 16 | 132 | 2E | 3B |
| Octal | 307 | 150 | 276 | 0 | 60 | 5 | 26 | 462 | 56 | 73 |
| Binary | 11000111 | 1101000 | 10111110 | 0 | 110000 | 101 | 10110 | 100110010 | 101110 | 111011 |
Color Harmonies of #C768BE
Complementary color
Monochromatic Colors of #C768BE
Black with #C768BE
Text Example
Text Example
White with #C768BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768BE; }
p { color: rgb(199,104,190); }
H1.HeaderClassName
{
color: #C768BE;
}
.AnyTagClassName
{
color: #C768BE;
}
</style>
background-color css
<style>
a { background-color: #C768BE; }
a { background-color: rgb(199,104,190); }
div.DivClassName
{
background-color: #C768BE;
}
.BgClassName
{
background-color: #C768BE;
}
</style>
border-color css
<style>
span { border-color: #C768BE; }
span { border-color: rgb(199,104,190); }
td.TdClassName
{
border-color: #C768BE;
}
.TagClassName
{
border-color: #C768BE;
}
</style>