Shades of Fuchsia #C756AF
Tints of Fuchsia #C756AF
RGB
CMYK
RGB Variations
Color information
#C756AF (or 0xC756AF) is known color: Fuchsia. HEX triplet: C7, 56 and AF. RGB value is (199,86,175). Sum of RGB (Red+Green+Blue) = 199+86+175=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C756AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C756AF is #38A950. Grayscale: #818181. Windows color (decimal): -3713361 or 11491015. OLE color: 11491015.
HSL color Cylindrical-coordinate representation of color #C756AF: hue angle of 312.74º 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 #C756AF is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 175 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.22 |
| HSL | 312.74º | 0.5% | 0.56% | - |
| HSV(B) | 312.74º | 0.57% | 0.78% | - |
| XYZ | 34.62 | 21.89 | 42.96 | - |
| YUV | 129.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 175 | 0 | 0.57 | 0.12 | 0.22 | 312.74 | 0.5 | 0.56 |
| Hex | C7 | 56 | AF | 0 | 39 | C | 16 | 139 | 32 | 38 |
| Octal | 307 | 126 | 257 | 0 | 71 | 14 | 26 | 471 | 62 | 70 |
| Binary | 11000111 | 1010110 | 10101111 | 0 | 111001 | 1100 | 10110 | 100111001 | 110010 | 111000 |
Color Harmonies of #C756AF
Complementary color
Monochromatic Colors of #C756AF
Black with #C756AF
Text Example
Text Example
White with #C756AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C756AF; }
p { color: rgb(199,86,175); }
H1.HeaderClassName
{
color: #C756AF;
}
.AnyTagClassName
{
color: #C756AF;
}
</style>
background-color css
<style>
a { background-color: #C756AF; }
a { background-color: rgb(199,86,175); }
div.DivClassName
{
background-color: #C756AF;
}
.BgClassName
{
background-color: #C756AF;
}
</style>
border-color css
<style>
span { border-color: #C756AF; }
span { border-color: rgb(199,86,175); }
td.TdClassName
{
border-color: #C756AF;
}
.TagClassName
{
border-color: #C756AF;
}
</style>