Shades of Fuchsia #C756CF
Tints of Fuchsia #C756CF
RGB
CMYK
RGB Variations
Color information
#C756CF (or 0xC756CF) is known color: Fuchsia. HEX triplet: C7, 56 and CF. RGB value is (199,86,207). Sum of RGB (Red+Green+Blue) = 199+86+207=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #C756CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C756CF is #38A930. Grayscale: #858585. Windows color (decimal): -3713329 or 13588167. OLE color: 13588167.
HSL color Cylindrical-coordinate representation of color #C756CF: hue angle of 296.03º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C756CF is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 86 | 207 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.19 |
| HSL | 296.03º | 0.56% | 0.57% | - |
| HSV(B) | 296.03º | 0.58% | 0.81% | - |
| XYZ | 38.14 | 23.3 | 61.52 | - |
| YUV | 133.58 | 169.44 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 207 | 0.04 | 0.58 | 0 | 0.19 | 296.03 | 0.56 | 0.57 |
| Hex | C7 | 56 | CF | 4 | 3A | 0 | 13 | 128 | 38 | 39 |
| Octal | 307 | 126 | 317 | 4 | 72 | 0 | 23 | 450 | 70 | 71 |
| Binary | 11000111 | 1010110 | 11001111 | 100 | 111010 | 0 | 10011 | 100101000 | 111000 | 111001 |
Color Harmonies of #C756CF
Complementary color
Monochromatic Colors of #C756CF
Black with #C756CF
Text Example
Text Example
White with #C756CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C756CF; }
p { color: rgb(199,86,207); }
H1.HeaderClassName
{
color: #C756CF;
}
.AnyTagClassName
{
color: #C756CF;
}
</style>
background-color css
<style>
a { background-color: #C756CF; }
a { background-color: rgb(199,86,207); }
div.DivClassName
{
background-color: #C756CF;
}
.BgClassName
{
background-color: #C756CF;
}
</style>
border-color css
<style>
span { border-color: #C756CF; }
span { border-color: rgb(199,86,207); }
td.TdClassName
{
border-color: #C756CF;
}
.TagClassName
{
border-color: #C756CF;
}
</style>