Shades of Fuchsia #C768BD
Tints of Fuchsia #C768BD
RGB
CMYK
RGB Variations
Color information
#C768BD (or 0xC768BD) is known color: Fuchsia. HEX triplet: C7, 68 and BD. RGB value is (199,104,189). Sum of RGB (Red+Green+Blue) = 199+104+189=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C768BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768BD is #389742. Grayscale: #8D8D8D. Windows color (decimal): -3708739 or 12413127. OLE color: 12413127.
HSL color Cylindrical-coordinate representation of color #C768BD: hue angle of 306.32º 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 #C768BD is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 189 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.22 |
| HSL | 306.32º | 0.46% | 0.59% | - |
| HSV(B) | 306.32º | 0.48% | 0.78% | - |
| XYZ | 37.69 | 25.72 | 51.12 | - |
| YUV | 142.1 | 154.47 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 189 | 0 | 0.48 | 0.05 | 0.22 | 306.32 | 0.46 | 0.59 |
| Hex | C7 | 68 | BD | 0 | 30 | 5 | 16 | 132 | 2E | 3B |
| Octal | 307 | 150 | 275 | 0 | 60 | 5 | 26 | 462 | 56 | 73 |
| Binary | 11000111 | 1101000 | 10111101 | 0 | 110000 | 101 | 10110 | 100110010 | 101110 | 111011 |
Color Harmonies of #C768BD
Complementary color
Monochromatic Colors of #C768BD
Black with #C768BD
Text Example
Text Example
White with #C768BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768BD; }
p { color: rgb(199,104,189); }
H1.HeaderClassName
{
color: #C768BD;
}
.AnyTagClassName
{
color: #C768BD;
}
</style>
background-color css
<style>
a { background-color: #C768BD; }
a { background-color: rgb(199,104,189); }
div.DivClassName
{
background-color: #C768BD;
}
.BgClassName
{
background-color: #C768BD;
}
</style>
border-color css
<style>
span { border-color: #C768BD; }
span { border-color: rgb(199,104,189); }
td.TdClassName
{
border-color: #C768BD;
}
.TagClassName
{
border-color: #C768BD;
}
</style>