Shades of Fuchsia #C756BA
Tints of Fuchsia #C756BA
RGB
CMYK
RGB Variations
Color information
#C756BA (or 0xC756BA) is known color: Fuchsia. HEX triplet: C7, 56 and BA. RGB value is (199,86,186). Sum of RGB (Red+Green+Blue) = 199+86+186=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C756BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C756BA is #38A945. Grayscale: #828282. Windows color (decimal): -3713350 or 12211911. OLE color: 12211911.
HSL color Cylindrical-coordinate representation of color #C756BA: hue angle of 306.9º 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 #C756BA is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 186 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.22 |
| HSL | 306.9º | 0.5% | 0.56% | - |
| HSV(B) | 306.9º | 0.57% | 0.78% | - |
| XYZ | 35.74 | 22.34 | 48.88 | - |
| YUV | 131.19 | 158.94 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 186 | 0 | 0.57 | 0.07 | 0.22 | 306.9 | 0.5 | 0.56 |
| Hex | C7 | 56 | BA | 0 | 39 | 7 | 16 | 133 | 32 | 38 |
| Octal | 307 | 126 | 272 | 0 | 71 | 7 | 26 | 463 | 62 | 70 |
| Binary | 11000111 | 1010110 | 10111010 | 0 | 111001 | 111 | 10110 | 100110011 | 110010 | 111000 |
Color Harmonies of #C756BA
Complementary color
Monochromatic Colors of #C756BA
Black with #C756BA
Text Example
Text Example
White with #C756BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C756BA; }
p { color: rgb(199,86,186); }
H1.HeaderClassName
{
color: #C756BA;
}
.AnyTagClassName
{
color: #C756BA;
}
</style>
background-color css
<style>
a { background-color: #C756BA; }
a { background-color: rgb(199,86,186); }
div.DivClassName
{
background-color: #C756BA;
}
.BgClassName
{
background-color: #C756BA;
}
</style>
border-color css
<style>
span { border-color: #C756BA; }
span { border-color: rgb(199,86,186); }
td.TdClassName
{
border-color: #C756BA;
}
.TagClassName
{
border-color: #C756BA;
}
</style>