Shades of Fuchsia #C756B1
Tints of Fuchsia #C756B1
RGB
CMYK
RGB Variations
Color information
#C756B1 (or 0xC756B1) is known color: Fuchsia. HEX triplet: C7, 56 and B1. RGB value is (199,86,177). Sum of RGB (Red+Green+Blue) = 199+86+177=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C756B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C756B1 is #38A94E. Grayscale: #818181. Windows color (decimal): -3713359 or 11622087. OLE color: 11622087.
HSL color Cylindrical-coordinate representation of color #C756B1: hue angle of 311.68º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C756B1 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 177 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.22 |
| HSL | 311.68º | 0.5% | 0.56% | - |
| HSV(B) | 311.68º | 0.57% | 0.78% | - |
| XYZ | 34.82 | 21.97 | 44 | - |
| YUV | 130.16 | 154.44 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 177 | 0 | 0.57 | 0.11 | 0.22 | 311.68 | 0.5 | 0.56 |
| Hex | C7 | 56 | B1 | 0 | 39 | B | 16 | 138 | 32 | 38 |
| Octal | 307 | 126 | 261 | 0 | 71 | 13 | 26 | 470 | 62 | 70 |
| Binary | 11000111 | 1010110 | 10110001 | 0 | 111001 | 1011 | 10110 | 100111000 | 110010 | 111000 |
Color Harmonies of #C756B1
Complementary color
Monochromatic Colors of #C756B1
Black with #C756B1
Text Example
Text Example
White with #C756B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C756B1; }
p { color: rgb(199,86,177); }
H1.HeaderClassName
{
color: #C756B1;
}
.AnyTagClassName
{
color: #C756B1;
}
</style>
background-color css
<style>
a { background-color: #C756B1; }
a { background-color: rgb(199,86,177); }
div.DivClassName
{
background-color: #C756B1;
}
.BgClassName
{
background-color: #C756B1;
}
</style>
border-color css
<style>
span { border-color: #C756B1; }
span { border-color: rgb(199,86,177); }
td.TdClassName
{
border-color: #C756B1;
}
.TagClassName
{
border-color: #C756B1;
}
</style>