Shades of Fuchsia #C376BB
Tints of Fuchsia #C376BB
RGB
CMYK
RGB Variations
Color information
#C376BB (or 0xC376BB) is known color: Fuchsia. HEX triplet: C3, 76 and BB. RGB value is (195,118,187). Sum of RGB (Red+Green+Blue) = 195+118+187=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C376BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376BB is #3C8944. Grayscale: #949494. Windows color (decimal): -3967301 or 12285635. OLE color: 12285635.
HSL color Cylindrical-coordinate representation of color #C376BB: hue angle of 306.23º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C376BB is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 187 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.24 |
| HSL | 306.23º | 0.39% | 0.61% | - |
| HSV(B) | 306.23º | 0.39% | 0.76% | - |
| XYZ | 37.95 | 28.15 | 50.45 | - |
| YUV | 148.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 187 | 0 | 0.39 | 0.04 | 0.24 | 306.23 | 0.39 | 0.61 |
| Hex | C3 | 76 | BB | 0 | 27 | 4 | 18 | 132 | 27 | 3D |
| Octal | 303 | 166 | 273 | 0 | 47 | 4 | 30 | 462 | 47 | 75 |
| Binary | 11000011 | 1110110 | 10111011 | 0 | 100111 | 100 | 11000 | 100110010 | 100111 | 111101 |
Color Harmonies of #C376BB
Complementary color
Monochromatic Colors of #C376BB
Black with #C376BB
Text Example
Text Example
White with #C376BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C376BB; }
p { color: rgb(195,118,187); }
H1.HeaderClassName
{
color: #C376BB;
}
.AnyTagClassName
{
color: #C376BB;
}
</style>
background-color css
<style>
a { background-color: #C376BB; }
a { background-color: rgb(195,118,187); }
div.DivClassName
{
background-color: #C376BB;
}
.BgClassName
{
background-color: #C376BB;
}
</style>
border-color css
<style>
span { border-color: #C376BB; }
span { border-color: rgb(195,118,187); }
td.TdClassName
{
border-color: #C376BB;
}
.TagClassName
{
border-color: #C376BB;
}
</style>