Shades of Fuchsia #C756BE
Tints of Fuchsia #C756BE
RGB
CMYK
RGB Variations
Color information
#C756BE (or 0xC756BE) is known color: Fuchsia. HEX triplet: C7, 56 and BE. RGB value is (199,86,190). Sum of RGB (Red+Green+Blue) = 199+86+190=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C756BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C756BE is #38A941. Grayscale: #838383. Windows color (decimal): -3713346 or 12474055. OLE color: 12474055.
HSL color Cylindrical-coordinate representation of color #C756BE: hue angle of 304.78º 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 #C756BE is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 190 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.22 |
| HSL | 304.78º | 0.5% | 0.56% | - |
| HSV(B) | 304.78º | 0.57% | 0.78% | - |
| XYZ | 36.18 | 22.52 | 51.15 | - |
| YUV | 131.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 190 | 0 | 0.57 | 0.05 | 0.22 | 304.78 | 0.5 | 0.56 |
| Hex | C7 | 56 | BE | 0 | 39 | 5 | 16 | 131 | 32 | 38 |
| Octal | 307 | 126 | 276 | 0 | 71 | 5 | 26 | 461 | 62 | 70 |
| Binary | 11000111 | 1010110 | 10111110 | 0 | 111001 | 101 | 10110 | 100110001 | 110010 | 111000 |
Color Harmonies of #C756BE
Complementary color
Monochromatic Colors of #C756BE
Black with #C756BE
Text Example
Text Example
White with #C756BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C756BE; }
p { color: rgb(199,86,190); }
H1.HeaderClassName
{
color: #C756BE;
}
.AnyTagClassName
{
color: #C756BE;
}
</style>
background-color css
<style>
a { background-color: #C756BE; }
a { background-color: rgb(199,86,190); }
div.DivClassName
{
background-color: #C756BE;
}
.BgClassName
{
background-color: #C756BE;
}
</style>
border-color css
<style>
span { border-color: #C756BE; }
span { border-color: rgb(199,86,190); }
td.TdClassName
{
border-color: #C756BE;
}
.TagClassName
{
border-color: #C756BE;
}
</style>