Shades of Fuchsia #C76AC2
Tints of Fuchsia #C76AC2
RGB
CMYK
RGB Variations
Color information
#C76AC2 (or 0xC76AC2) is known color: Fuchsia. HEX triplet: C7, 6A and C2. RGB value is (199,106,194). Sum of RGB (Red+Green+Blue) = 199+106+194=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C76AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76AC2 is #38953D. Grayscale: #8F8F8F. Windows color (decimal): -3708222 or 12741319. OLE color: 12741319.
HSL color Cylindrical-coordinate representation of color #C76AC2: hue angle of 303.23º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76AC2 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 194 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.22 |
| HSL | 303.23º | 0.45% | 0.6% | - |
| HSV(B) | 303.23º | 0.47% | 0.78% | - |
| XYZ | 38.44 | 26.35 | 54.1 | - |
| YUV | 143.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 194 | 0 | 0.47 | 0.03 | 0.22 | 303.23 | 0.45 | 0.6 |
| Hex | C7 | 6A | C2 | 0 | 2F | 3 | 16 | 12F | 2D | 3C |
| Octal | 307 | 152 | 302 | 0 | 57 | 3 | 26 | 457 | 55 | 74 |
| Binary | 11000111 | 1101010 | 11000010 | 0 | 101111 | 11 | 10110 | 100101111 | 101101 | 111100 |
Color Harmonies of #C76AC2
Complementary color
Monochromatic Colors of #C76AC2
Black with #C76AC2
Text Example
Text Example
White with #C76AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76AC2; }
p { color: rgb(199,106,194); }
H1.HeaderClassName
{
color: #C76AC2;
}
.AnyTagClassName
{
color: #C76AC2;
}
</style>
background-color css
<style>
a { background-color: #C76AC2; }
a { background-color: rgb(199,106,194); }
div.DivClassName
{
background-color: #C76AC2;
}
.BgClassName
{
background-color: #C76AC2;
}
</style>
border-color css
<style>
span { border-color: #C76AC2; }
span { border-color: rgb(199,106,194); }
td.TdClassName
{
border-color: #C76AC2;
}
.TagClassName
{
border-color: #C76AC2;
}
</style>