Shades of Fuchsia #C076BA
Tints of Fuchsia #C076BA
RGB
CMYK
RGB Variations
Color information
#C076BA (or 0xC076BA) is known color: Fuchsia. HEX triplet: C0, 76 and BA. RGB value is (192,118,186). Sum of RGB (Red+Green+Blue) = 192+118+186=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C076BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076BA is #3F8945. Grayscale: #939393. Windows color (decimal): -4163910 or 12220096. OLE color: 12220096.
HSL color Cylindrical-coordinate representation of color #C076BA: hue angle of 304.86º 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 #C076BA is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 186 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.25 |
| HSL | 304.86º | 0.37% | 0.61% | - |
| HSV(B) | 304.86º | 0.39% | 0.75% | - |
| XYZ | 37.08 | 27.71 | 49.85 | - |
| YUV | 147.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 186 | 0 | 0.39 | 0.03 | 0.25 | 304.86 | 0.37 | 0.61 |
| Hex | C0 | 76 | BA | 0 | 27 | 3 | 19 | 131 | 25 | 3D |
| Octal | 300 | 166 | 272 | 0 | 47 | 3 | 31 | 461 | 45 | 75 |
| Binary | 11000000 | 1110110 | 10111010 | 0 | 100111 | 11 | 11001 | 100110001 | 100101 | 111101 |
Color Harmonies of #C076BA
Complementary color
Monochromatic Colors of #C076BA
Black with #C076BA
Text Example
Text Example
White with #C076BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076BA; }
p { color: rgb(192,118,186); }
H1.HeaderClassName
{
color: #C076BA;
}
.AnyTagClassName
{
color: #C076BA;
}
</style>
background-color css
<style>
a { background-color: #C076BA; }
a { background-color: rgb(192,118,186); }
div.DivClassName
{
background-color: #C076BA;
}
.BgClassName
{
background-color: #C076BA;
}
</style>
border-color css
<style>
span { border-color: #C076BA; }
span { border-color: rgb(192,118,186); }
td.TdClassName
{
border-color: #C076BA;
}
.TagClassName
{
border-color: #C076BA;
}
</style>