Shades of Fuchsia #C76CC1
Tints of Fuchsia #C76CC1
RGB
CMYK
RGB Variations
Color information
#C76CC1 (or 0xC76CC1) is known color: Fuchsia. HEX triplet: C7, 6C and C1. RGB value is (199,108,193). Sum of RGB (Red+Green+Blue) = 199+108+193=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C76CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CC1 is #38933E. Grayscale: #909090. Windows color (decimal): -3707711 or 12676295. OLE color: 12676295.
HSL color Cylindrical-coordinate representation of color #C76CC1: hue angle of 303.96º 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 #C76CC1 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 193 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.22 |
| HSL | 303.96º | 0.45% | 0.6% | - |
| HSV(B) | 303.96º | 0.46% | 0.78% | - |
| XYZ | 38.54 | 26.72 | 53.58 | - |
| YUV | 144.9 | 155.15 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 193 | 0 | 0.46 | 0.03 | 0.22 | 303.96 | 0.45 | 0.6 |
| Hex | C7 | 6C | C1 | 0 | 2E | 3 | 16 | 130 | 2D | 3C |
| Octal | 307 | 154 | 301 | 0 | 56 | 3 | 26 | 460 | 55 | 74 |
| Binary | 11000111 | 1101100 | 11000001 | 0 | 101110 | 11 | 10110 | 100110000 | 101101 | 111100 |
Color Harmonies of #C76CC1
Complementary color
Monochromatic Colors of #C76CC1
Black with #C76CC1
Text Example
Text Example
White with #C76CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76CC1; }
p { color: rgb(199,108,193); }
H1.HeaderClassName
{
color: #C76CC1;
}
.AnyTagClassName
{
color: #C76CC1;
}
</style>
background-color css
<style>
a { background-color: #C76CC1; }
a { background-color: rgb(199,108,193); }
div.DivClassName
{
background-color: #C76CC1;
}
.BgClassName
{
background-color: #C76CC1;
}
</style>
border-color css
<style>
span { border-color: #C76CC1; }
span { border-color: rgb(199,108,193); }
td.TdClassName
{
border-color: #C76CC1;
}
.TagClassName
{
border-color: #C76CC1;
}
</style>