Shades of Fuchsia #C76DC3
Tints of Fuchsia #C76DC3
RGB
CMYK
RGB Variations
Color information
#C76DC3 (or 0xC76DC3) is known color: Fuchsia. HEX triplet: C7, 6D and C3. RGB value is (199,109,195). Sum of RGB (Red+Green+Blue) = 199+109+195=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C76DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DC3 is #38923C. Grayscale: #919191. Windows color (decimal): -3707453 or 12807623. OLE color: 12807623.
HSL color Cylindrical-coordinate representation of color #C76DC3: hue angle of 302.67º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76DC3 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 195 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.22 |
| HSL | 302.67º | 0.45% | 0.6% | - |
| HSV(B) | 302.67º | 0.45% | 0.78% | - |
| XYZ | 38.87 | 27.02 | 54.8 | - |
| YUV | 145.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 195 | 0 | 0.45 | 0.02 | 0.22 | 302.67 | 0.45 | 0.6 |
| Hex | C7 | 6D | C3 | 0 | 2D | 2 | 16 | 12F | 2D | 3C |
| Octal | 307 | 155 | 303 | 0 | 55 | 2 | 26 | 457 | 55 | 74 |
| Binary | 11000111 | 1101101 | 11000011 | 0 | 101101 | 10 | 10110 | 100101111 | 101101 | 111100 |
Color Harmonies of #C76DC3
Complementary color
Monochromatic Colors of #C76DC3
Black with #C76DC3
Text Example
Text Example
White with #C76DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76DC3; }
p { color: rgb(199,109,195); }
H1.HeaderClassName
{
color: #C76DC3;
}
.AnyTagClassName
{
color: #C76DC3;
}
</style>
background-color css
<style>
a { background-color: #C76DC3; }
a { background-color: rgb(199,109,195); }
div.DivClassName
{
background-color: #C76DC3;
}
.BgClassName
{
background-color: #C76DC3;
}
</style>
border-color css
<style>
span { border-color: #C76DC3; }
span { border-color: rgb(199,109,195); }
td.TdClassName
{
border-color: #C76DC3;
}
.TagClassName
{
border-color: #C76DC3;
}
</style>