Shades of Fuchsia #C376BC
Tints of Fuchsia #C376BC
RGB
CMYK
RGB Variations
Color information
#C376BC (or 0xC376BC) is known color: Fuchsia. HEX triplet: C3, 76 and BC. RGB value is (195,118,188). Sum of RGB (Red+Green+Blue) = 195+118+188=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C376BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376BC is #3C8943. Grayscale: #949494. Windows color (decimal): -3967300 or 12351171. OLE color: 12351171.
HSL color Cylindrical-coordinate representation of color #C376BC: hue angle of 305.45º 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 #C376BC is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 188 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.24 |
| HSL | 305.45º | 0.39% | 0.61% | - |
| HSV(B) | 305.45º | 0.39% | 0.76% | - |
| XYZ | 38.06 | 28.19 | 51.01 | - |
| YUV | 149 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 188 | 0 | 0.39 | 0.04 | 0.24 | 305.45 | 0.39 | 0.61 |
| Hex | C3 | 76 | BC | 0 | 27 | 4 | 18 | 131 | 27 | 3D |
| Octal | 303 | 166 | 274 | 0 | 47 | 4 | 30 | 461 | 47 | 75 |
| Binary | 11000011 | 1110110 | 10111100 | 0 | 100111 | 100 | 11000 | 100110001 | 100111 | 111101 |
Color Harmonies of #C376BC
Complementary color
Monochromatic Colors of #C376BC
Black with #C376BC
Text Example
Text Example
White with #C376BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C376BC; }
p { color: rgb(195,118,188); }
H1.HeaderClassName
{
color: #C376BC;
}
.AnyTagClassName
{
color: #C376BC;
}
</style>
background-color css
<style>
a { background-color: #C376BC; }
a { background-color: rgb(195,118,188); }
div.DivClassName
{
background-color: #C376BC;
}
.BgClassName
{
background-color: #C376BC;
}
</style>
border-color css
<style>
span { border-color: #C376BC; }
span { border-color: rgb(195,118,188); }
td.TdClassName
{
border-color: #C376BC;
}
.TagClassName
{
border-color: #C376BC;
}
</style>