Shades of Fuchsia #C759B0
Tints of Fuchsia #C759B0
RGB
CMYK
RGB Variations
Color information
#C759B0 (or 0xC759B0) is known color: Fuchsia. HEX triplet: C7, 59 and B0. RGB value is (199,89,176). Sum of RGB (Red+Green+Blue) = 199+89+176=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C759B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C759B0 is #38A64F. Grayscale: #838383. Windows color (decimal): -3712592 or 11557319. OLE color: 11557319.
HSL color Cylindrical-coordinate representation of color #C759B0: hue angle of 312.55º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C759B0 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 176 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.22 |
| HSL | 312.55º | 0.5% | 0.56% | - |
| HSV(B) | 312.55º | 0.55% | 0.78% | - |
| XYZ | 34.96 | 22.42 | 43.56 | - |
| YUV | 131.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 176 | 0 | 0.55 | 0.12 | 0.22 | 312.55 | 0.5 | 0.56 |
| Hex | C7 | 59 | B0 | 0 | 37 | C | 16 | 139 | 32 | 38 |
| Octal | 307 | 131 | 260 | 0 | 67 | 14 | 26 | 471 | 62 | 70 |
| Binary | 11000111 | 1011001 | 10110000 | 0 | 110111 | 1100 | 10110 | 100111001 | 110010 | 111000 |
Color Harmonies of #C759B0
Complementary color
Monochromatic Colors of #C759B0
Black with #C759B0
Text Example
Text Example
White with #C759B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C759B0; }
p { color: rgb(199,89,176); }
H1.HeaderClassName
{
color: #C759B0;
}
.AnyTagClassName
{
color: #C759B0;
}
</style>
background-color css
<style>
a { background-color: #C759B0; }
a { background-color: rgb(199,89,176); }
div.DivClassName
{
background-color: #C759B0;
}
.BgClassName
{
background-color: #C759B0;
}
</style>
border-color css
<style>
span { border-color: #C759B0; }
span { border-color: rgb(199,89,176); }
td.TdClassName
{
border-color: #C759B0;
}
.TagClassName
{
border-color: #C759B0;
}
</style>