Shades of Fuchsia #C759B2
Tints of Fuchsia #C759B2
RGB
CMYK
RGB Variations
Color information
#C759B2 (or 0xC759B2) is known color: Fuchsia. HEX triplet: C7, 59 and B2. RGB value is (199,89,178). Sum of RGB (Red+Green+Blue) = 199+89+178=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C759B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C759B2 is #38A64D. Grayscale: #838383. Windows color (decimal): -3712590 or 11688391. OLE color: 11688391.
HSL color Cylindrical-coordinate representation of color #C759B2: hue angle of 311.45º 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 #C759B2 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 178 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.22 |
| HSL | 311.45º | 0.5% | 0.56% | - |
| HSV(B) | 311.45º | 0.55% | 0.78% | - |
| XYZ | 35.16 | 22.5 | 44.61 | - |
| YUV | 132.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 178 | 0 | 0.55 | 0.11 | 0.22 | 311.45 | 0.5 | 0.56 |
| Hex | C7 | 59 | B2 | 0 | 37 | B | 16 | 137 | 32 | 38 |
| Octal | 307 | 131 | 262 | 0 | 67 | 13 | 26 | 467 | 62 | 70 |
| Binary | 11000111 | 1011001 | 10110010 | 0 | 110111 | 1011 | 10110 | 100110111 | 110010 | 111000 |
Color Harmonies of #C759B2
Complementary color
Monochromatic Colors of #C759B2
Black with #C759B2
Text Example
Text Example
White with #C759B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C759B2; }
p { color: rgb(199,89,178); }
H1.HeaderClassName
{
color: #C759B2;
}
.AnyTagClassName
{
color: #C759B2;
}
</style>
background-color css
<style>
a { background-color: #C759B2; }
a { background-color: rgb(199,89,178); }
div.DivClassName
{
background-color: #C759B2;
}
.BgClassName
{
background-color: #C759B2;
}
</style>
border-color css
<style>
span { border-color: #C759B2; }
span { border-color: rgb(199,89,178); }
td.TdClassName
{
border-color: #C759B2;
}
.TagClassName
{
border-color: #C759B2;
}
</style>