Shades of Fuchsia #C76EC1
Tints of Fuchsia #C76EC1
RGB
CMYK
RGB Variations
Color information
#C76EC1 (or 0xC76EC1) is known color: Fuchsia. HEX triplet: C7, 6E and C1. RGB value is (199,110,193). Sum of RGB (Red+Green+Blue) = 199+110+193=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C76EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76EC1 is #38913E. Grayscale: #919191. Windows color (decimal): -3707199 or 12676807. OLE color: 12676807.
HSL color Cylindrical-coordinate representation of color #C76EC1: hue angle of 304.04º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76EC1 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 193 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.22 |
| HSL | 304.05º | 0.44% | 0.61% | - |
| HSV(B) | 304.05º | 0.45% | 0.78% | - |
| XYZ | 38.75 | 27.14 | 53.65 | - |
| YUV | 146.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 193 | 0 | 0.45 | 0.03 | 0.22 | 304.05 | 0.44 | 0.61 |
| Hex | C7 | 6E | C1 | 0 | 2D | 3 | 16 | 130 | 2C | 3D |
| Octal | 307 | 156 | 301 | 0 | 55 | 3 | 26 | 460 | 54 | 75 |
| Binary | 11000111 | 1101110 | 11000001 | 0 | 101101 | 11 | 10110 | 100110000 | 101100 | 111101 |
Color Harmonies of #C76EC1
Complementary color
Monochromatic Colors of #C76EC1
Black with #C76EC1
Text Example
Text Example
White with #C76EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76EC1; }
p { color: rgb(199,110,193); }
H1.HeaderClassName
{
color: #C76EC1;
}
.AnyTagClassName
{
color: #C76EC1;
}
</style>
background-color css
<style>
a { background-color: #C76EC1; }
a { background-color: rgb(199,110,193); }
div.DivClassName
{
background-color: #C76EC1;
}
.BgClassName
{
background-color: #C76EC1;
}
</style>
border-color css
<style>
span { border-color: #C76EC1; }
span { border-color: rgb(199,110,193); }
td.TdClassName
{
border-color: #C76EC1;
}
.TagClassName
{
border-color: #C76EC1;
}
</style>