Shades of Fuchsia #C76CC2
Tints of Fuchsia #C76CC2
RGB
CMYK
RGB Variations
Color information
#C76CC2 (or 0xC76CC2) is known color: Fuchsia. HEX triplet: C7, 6C and C2. RGB value is (199,108,194). Sum of RGB (Red+Green+Blue) = 199+108+194=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C76CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CC2 is #38933D. Grayscale: #909090. Windows color (decimal): -3707710 or 12741831. OLE color: 12741831.
HSL color Cylindrical-coordinate representation of color #C76CC2: hue angle of 303.3º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76CC2 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 194 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.22 |
| HSL | 303.3º | 0.45% | 0.6% | - |
| HSV(B) | 303.3º | 0.46% | 0.78% | - |
| XYZ | 38.65 | 26.76 | 54.17 | - |
| YUV | 145.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 194 | 0 | 0.46 | 0.03 | 0.22 | 303.3 | 0.45 | 0.6 |
| Hex | C7 | 6C | C2 | 0 | 2E | 3 | 16 | 12F | 2D | 3C |
| Octal | 307 | 154 | 302 | 0 | 56 | 3 | 26 | 457 | 55 | 74 |
| Binary | 11000111 | 1101100 | 11000010 | 0 | 101110 | 11 | 10110 | 100101111 | 101101 | 111100 |
Color Harmonies of #C76CC2
Complementary color
Monochromatic Colors of #C76CC2
Black with #C76CC2
Text Example
Text Example
White with #C76CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76CC2; }
p { color: rgb(199,108,194); }
H1.HeaderClassName
{
color: #C76CC2;
}
.AnyTagClassName
{
color: #C76CC2;
}
</style>
background-color css
<style>
a { background-color: #C76CC2; }
a { background-color: rgb(199,108,194); }
div.DivClassName
{
background-color: #C76CC2;
}
.BgClassName
{
background-color: #C76CC2;
}
</style>
border-color css
<style>
span { border-color: #C76CC2; }
span { border-color: rgb(199,108,194); }
td.TdClassName
{
border-color: #C76CC2;
}
.TagClassName
{
border-color: #C76CC2;
}
</style>