Shades of Fuchsia #C076BC
Tints of Fuchsia #C076BC
RGB
CMYK
RGB Variations
Color information
#C076BC (or 0xC076BC) is known color: Fuchsia. HEX triplet: C0, 76 and BC. RGB value is (192,118,188). Sum of RGB (Red+Green+Blue) = 192+118+188=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C076BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076BC is #3F8943. Grayscale: #939393. Windows color (decimal): -4163908 or 12351168. OLE color: 12351168.
HSL color Cylindrical-coordinate representation of color #C076BC: hue angle of 303.24º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C076BC is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 188 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.25 |
| HSL | 303.24º | 0.37% | 0.61% | - |
| HSV(B) | 303.24º | 0.39% | 0.75% | - |
| XYZ | 37.29 | 27.79 | 50.98 | - |
| YUV | 148.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 188 | 0 | 0.39 | 0.02 | 0.25 | 303.24 | 0.37 | 0.61 |
| Hex | C0 | 76 | BC | 0 | 27 | 2 | 19 | 12F | 25 | 3D |
| Octal | 300 | 166 | 274 | 0 | 47 | 2 | 31 | 457 | 45 | 75 |
| Binary | 11000000 | 1110110 | 10111100 | 0 | 100111 | 10 | 11001 | 100101111 | 100101 | 111101 |
Color Harmonies of #C076BC
Complementary color
Monochromatic Colors of #C076BC
Black with #C076BC
Text Example
Text Example
White with #C076BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076BC; }
p { color: rgb(192,118,188); }
H1.HeaderClassName
{
color: #C076BC;
}
.AnyTagClassName
{
color: #C076BC;
}
</style>
background-color css
<style>
a { background-color: #C076BC; }
a { background-color: rgb(192,118,188); }
div.DivClassName
{
background-color: #C076BC;
}
.BgClassName
{
background-color: #C076BC;
}
</style>
border-color css
<style>
span { border-color: #C076BC; }
span { border-color: rgb(192,118,188); }
td.TdClassName
{
border-color: #C076BC;
}
.TagClassName
{
border-color: #C076BC;
}
</style>