Shades of Fuchsia #C76DC1
Tints of Fuchsia #C76DC1
RGB
CMYK
RGB Variations
Color information
#C76DC1 (or 0xC76DC1) is known color: Fuchsia. HEX triplet: C7, 6D and C1. RGB value is (199,109,193). Sum of RGB (Red+Green+Blue) = 199+109+193=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C76DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DC1 is #38923E. Grayscale: #919191. Windows color (decimal): -3707455 or 12676551. OLE color: 12676551.
HSL color Cylindrical-coordinate representation of color #C76DC1: hue angle of 304º 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 #C76DC1 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 193 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.22 |
| HSL | 304º | 0.45% | 0.6% | - |
| HSV(B) | 304º | 0.45% | 0.78% | - |
| XYZ | 38.65 | 26.93 | 53.61 | - |
| YUV | 145.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 193 | 0 | 0.45 | 0.03 | 0.22 | 304 | 0.45 | 0.6 |
| Hex | C7 | 6D | C1 | 0 | 2D | 3 | 16 | 130 | 2D | 3C |
| Octal | 307 | 155 | 301 | 0 | 55 | 3 | 26 | 460 | 55 | 74 |
| Binary | 11000111 | 1101101 | 11000001 | 0 | 101101 | 11 | 10110 | 100110000 | 101101 | 111100 |
Color Harmonies of #C76DC1
Complementary color
Monochromatic Colors of #C76DC1
Black with #C76DC1
Text Example
Text Example
White with #C76DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76DC1; }
p { color: rgb(199,109,193); }
H1.HeaderClassName
{
color: #C76DC1;
}
.AnyTagClassName
{
color: #C76DC1;
}
</style>
background-color css
<style>
a { background-color: #C76DC1; }
a { background-color: rgb(199,109,193); }
div.DivClassName
{
background-color: #C76DC1;
}
.BgClassName
{
background-color: #C76DC1;
}
</style>
border-color css
<style>
span { border-color: #C76DC1; }
span { border-color: rgb(199,109,193); }
td.TdClassName
{
border-color: #C76DC1;
}
.TagClassName
{
border-color: #C76DC1;
}
</style>