Shades of Fuchsia #C768B0
Tints of Fuchsia #C768B0
RGB
CMYK
RGB Variations
Color information
#C768B0 (or 0xC768B0) is known color: Fuchsia. HEX triplet: C7, 68 and B0. RGB value is (199,104,176). Sum of RGB (Red+Green+Blue) = 199+104+176=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C768B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C768B0 is #38974F. Grayscale: #8C8C8C. Windows color (decimal): -3708752 or 11561159. OLE color: 11561159.
HSL color Cylindrical-coordinate representation of color #C768B0: hue angle of 314.53º 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 #C768B0 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 176 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.22 |
| HSL | 314.53º | 0.46% | 0.59% | - |
| HSV(B) | 314.53º | 0.48% | 0.78% | - |
| XYZ | 36.34 | 25.18 | 44.02 | - |
| YUV | 140.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 176 | 0 | 0.48 | 0.12 | 0.22 | 314.53 | 0.46 | 0.59 |
| Hex | C7 | 68 | B0 | 0 | 30 | C | 16 | 13B | 2E | 3B |
| Octal | 307 | 150 | 260 | 0 | 60 | 14 | 26 | 473 | 56 | 73 |
| Binary | 11000111 | 1101000 | 10110000 | 0 | 110000 | 1100 | 10110 | 100111011 | 101110 | 111011 |
Color Harmonies of #C768B0
Complementary color
Monochromatic Colors of #C768B0
Black with #C768B0
Text Example
Text Example
White with #C768B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768B0; }
p { color: rgb(199,104,176); }
H1.HeaderClassName
{
color: #C768B0;
}
.AnyTagClassName
{
color: #C768B0;
}
</style>
background-color css
<style>
a { background-color: #C768B0; }
a { background-color: rgb(199,104,176); }
div.DivClassName
{
background-color: #C768B0;
}
.BgClassName
{
background-color: #C768B0;
}
</style>
border-color css
<style>
span { border-color: #C768B0; }
span { border-color: rgb(199,104,176); }
td.TdClassName
{
border-color: #C768B0;
}
.TagClassName
{
border-color: #C768B0;
}
</style>