Shades of Fuchsia #C077BB
Tints of Fuchsia #C077BB
RGB
CMYK
RGB Variations
Color information
#C077BB (or 0xC077BB) is known color: Fuchsia. HEX triplet: C0, 77 and BB. RGB value is (192,119,187). Sum of RGB (Red+Green+Blue) = 192+119+187=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C077BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077BB is #3F8844. Grayscale: #949494. Windows color (decimal): -4163653 or 12285888. OLE color: 12285888.
HSL color Cylindrical-coordinate representation of color #C077BB: hue angle of 304.11º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C077BB is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 187 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.25 |
| HSL | 304.11º | 0.37% | 0.61% | - |
| HSV(B) | 304.11º | 0.38% | 0.75% | - |
| XYZ | 37.3 | 27.99 | 50.45 | - |
| YUV | 148.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 187 | 0 | 0.38 | 0.03 | 0.25 | 304.11 | 0.37 | 0.61 |
| Hex | C0 | 77 | BB | 0 | 26 | 3 | 19 | 130 | 25 | 3D |
| Octal | 300 | 167 | 273 | 0 | 46 | 3 | 31 | 460 | 45 | 75 |
| Binary | 11000000 | 1110111 | 10111011 | 0 | 100110 | 11 | 11001 | 100110000 | 100101 | 111101 |
Color Harmonies of #C077BB
Complementary color
Monochromatic Colors of #C077BB
Black with #C077BB
Text Example
Text Example
White with #C077BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077BB; }
p { color: rgb(192,119,187); }
H1.HeaderClassName
{
color: #C077BB;
}
.AnyTagClassName
{
color: #C077BB;
}
</style>
background-color css
<style>
a { background-color: #C077BB; }
a { background-color: rgb(192,119,187); }
div.DivClassName
{
background-color: #C077BB;
}
.BgClassName
{
background-color: #C077BB;
}
</style>
border-color css
<style>
span { border-color: #C077BB; }
span { border-color: rgb(192,119,187); }
td.TdClassName
{
border-color: #C077BB;
}
.TagClassName
{
border-color: #C077BB;
}
</style>