Shades of Fuchsia #C076BB
Tints of Fuchsia #C076BB
RGB
CMYK
RGB Variations
Color information
#C076BB (or 0xC076BB) is known color: Fuchsia. HEX triplet: C0, 76 and BB. RGB value is (192,118,187). Sum of RGB (Red+Green+Blue) = 192+118+187=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C076BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076BB is #3F8944. Grayscale: #939393. Windows color (decimal): -4163909 or 12285632. OLE color: 12285632.
HSL color Cylindrical-coordinate representation of color #C076BB: hue angle of 304.05º 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 #C076BB is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 187 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.25 |
| HSL | 304.05º | 0.37% | 0.61% | - |
| HSV(B) | 304.05º | 0.39% | 0.75% | - |
| XYZ | 37.19 | 27.75 | 50.41 | - |
| YUV | 147.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 187 | 0 | 0.39 | 0.03 | 0.25 | 304.05 | 0.37 | 0.61 |
| Hex | C0 | 76 | BB | 0 | 27 | 3 | 19 | 130 | 25 | 3D |
| Octal | 300 | 166 | 273 | 0 | 47 | 3 | 31 | 460 | 45 | 75 |
| Binary | 11000000 | 1110110 | 10111011 | 0 | 100111 | 11 | 11001 | 100110000 | 100101 | 111101 |
Color Harmonies of #C076BB
Complementary color
Monochromatic Colors of #C076BB
Black with #C076BB
Text Example
Text Example
White with #C076BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076BB; }
p { color: rgb(192,118,187); }
H1.HeaderClassName
{
color: #C076BB;
}
.AnyTagClassName
{
color: #C076BB;
}
</style>
background-color css
<style>
a { background-color: #C076BB; }
a { background-color: rgb(192,118,187); }
div.DivClassName
{
background-color: #C076BB;
}
.BgClassName
{
background-color: #C076BB;
}
</style>
border-color css
<style>
span { border-color: #C076BB; }
span { border-color: rgb(192,118,187); }
td.TdClassName
{
border-color: #C076BB;
}
.TagClassName
{
border-color: #C076BB;
}
</style>