Shades of Fuchsia #C756CC
Tints of Fuchsia #C756CC
RGB
CMYK
RGB Variations
Color information
#C756CC (or 0xC756CC) is known color: Fuchsia. HEX triplet: C7, 56 and CC. RGB value is (199,86,204). Sum of RGB (Red+Green+Blue) = 199+86+204=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #C756CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C756CC is #38A933. Grayscale: #848484. Windows color (decimal): -3713332 or 13391559. OLE color: 13391559.
HSL color Cylindrical-coordinate representation of color #C756CC: hue angle of 297.46º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C756CC is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 86 | 204 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.2 |
| HSL | 297.46º | 0.54% | 0.57% | - |
| HSV(B) | 297.46º | 0.58% | 0.8% | - |
| XYZ | 37.78 | 23.16 | 59.61 | - |
| YUV | 133.24 | 167.94 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 204 | 0.02 | 0.58 | 0 | 0.2 | 297.46 | 0.54 | 0.57 |
| Hex | C7 | 56 | CC | 2 | 3A | 0 | 14 | 129 | 36 | 39 |
| Octal | 307 | 126 | 314 | 2 | 72 | 0 | 24 | 451 | 66 | 71 |
| Binary | 11000111 | 1010110 | 11001100 | 10 | 111010 | 0 | 10100 | 100101001 | 110110 | 111001 |
Color Harmonies of #C756CC
Complementary color
Monochromatic Colors of #C756CC
Black with #C756CC
Text Example
Text Example
White with #C756CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C756CC; }
p { color: rgb(199,86,204); }
H1.HeaderClassName
{
color: #C756CC;
}
.AnyTagClassName
{
color: #C756CC;
}
</style>
background-color css
<style>
a { background-color: #C756CC; }
a { background-color: rgb(199,86,204); }
div.DivClassName
{
background-color: #C756CC;
}
.BgClassName
{
background-color: #C756CC;
}
</style>
border-color css
<style>
span { border-color: #C756CC; }
span { border-color: rgb(199,86,204); }
td.TdClassName
{
border-color: #C756CC;
}
.TagClassName
{
border-color: #C756CC;
}
</style>