Shades of Fuchsia #C756B5
Tints of Fuchsia #C756B5
RGB
CMYK
RGB Variations
Color information
#C756B5 (or 0xC756B5) is known color: Fuchsia. HEX triplet: C7, 56 and B5. RGB value is (199,86,181). Sum of RGB (Red+Green+Blue) = 199+86+181=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C756B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C756B5 is #38A94A. Grayscale: #828282. Windows color (decimal): -3713355 or 11884231. OLE color: 11884231.
HSL color Cylindrical-coordinate representation of color #C756B5: hue angle of 309.56º 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 #C756B5 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 181 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.22 |
| HSL | 309.56º | 0.5% | 0.56% | - |
| HSV(B) | 309.56º | 0.57% | 0.78% | - |
| XYZ | 35.22 | 22.13 | 46.13 | - |
| YUV | 130.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 181 | 0 | 0.57 | 0.09 | 0.22 | 309.56 | 0.5 | 0.56 |
| Hex | C7 | 56 | B5 | 0 | 39 | 9 | 16 | 136 | 32 | 38 |
| Octal | 307 | 126 | 265 | 0 | 71 | 11 | 26 | 466 | 62 | 70 |
| Binary | 11000111 | 1010110 | 10110101 | 0 | 111001 | 1001 | 10110 | 100110110 | 110010 | 111000 |
Color Harmonies of #C756B5
Complementary color
Monochromatic Colors of #C756B5
Black with #C756B5
Text Example
Text Example
White with #C756B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C756B5; }
p { color: rgb(199,86,181); }
H1.HeaderClassName
{
color: #C756B5;
}
.AnyTagClassName
{
color: #C756B5;
}
</style>
background-color css
<style>
a { background-color: #C756B5; }
a { background-color: rgb(199,86,181); }
div.DivClassName
{
background-color: #C756B5;
}
.BgClassName
{
background-color: #C756B5;
}
</style>
border-color css
<style>
span { border-color: #C756B5; }
span { border-color: rgb(199,86,181); }
td.TdClassName
{
border-color: #C756B5;
}
.TagClassName
{
border-color: #C756B5;
}
</style>