Shades of Fuchsia #C756BD
Tints of Fuchsia #C756BD
RGB
CMYK
RGB Variations
Color information
#C756BD (or 0xC756BD) is known color: Fuchsia. HEX triplet: C7, 56 and BD. RGB value is (199,86,189). Sum of RGB (Red+Green+Blue) = 199+86+189=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C756BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C756BD is #38A942. Grayscale: #838383. Windows color (decimal): -3713347 or 12408519. OLE color: 12408519.
HSL color Cylindrical-coordinate representation of color #C756BD: hue angle of 305.31º 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 #C756BD is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 189 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.22 |
| HSL | 305.31º | 0.5% | 0.56% | - |
| HSV(B) | 305.31º | 0.57% | 0.78% | - |
| XYZ | 36.07 | 22.47 | 50.58 | - |
| YUV | 131.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 189 | 0 | 0.57 | 0.05 | 0.22 | 305.31 | 0.5 | 0.56 |
| Hex | C7 | 56 | BD | 0 | 39 | 5 | 16 | 131 | 32 | 38 |
| Octal | 307 | 126 | 275 | 0 | 71 | 5 | 26 | 461 | 62 | 70 |
| Binary | 11000111 | 1010110 | 10111101 | 0 | 111001 | 101 | 10110 | 100110001 | 110010 | 111000 |
Color Harmonies of #C756BD
Complementary color
Monochromatic Colors of #C756BD
Black with #C756BD
Text Example
Text Example
White with #C756BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C756BD; }
p { color: rgb(199,86,189); }
H1.HeaderClassName
{
color: #C756BD;
}
.AnyTagClassName
{
color: #C756BD;
}
</style>
background-color css
<style>
a { background-color: #C756BD; }
a { background-color: rgb(199,86,189); }
div.DivClassName
{
background-color: #C756BD;
}
.BgClassName
{
background-color: #C756BD;
}
</style>
border-color css
<style>
span { border-color: #C756BD; }
span { border-color: rgb(199,86,189); }
td.TdClassName
{
border-color: #C756BD;
}
.TagClassName
{
border-color: #C756BD;
}
</style>