Shades of Fuchsia #C476B7
Tints of Fuchsia #C476B7
RGB
CMYK
RGB Variations
Color information
#C476B7 (or 0xC476B7) is known color: Fuchsia. HEX triplet: C4, 76 and B7. RGB value is (196,118,183). Sum of RGB (Red+Green+Blue) = 196+118+183=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C476B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476B7 is #3B8948. Grayscale: #949494. Windows color (decimal): -3901769 or 12023492. OLE color: 12023492.
HSL color Cylindrical-coordinate representation of color #C476B7: hue angle of 310º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C476B7 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 183 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.23 |
| HSL | 310º | 0.4% | 0.62% | - |
| HSV(B) | 310º | 0.4% | 0.77% | - |
| XYZ | 37.79 | 28.11 | 48.23 | - |
| YUV | 148.73 | 147.34 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 183 | 0 | 0.40 | 0.07 | 0.23 | 310 | 0.4 | 0.62 |
| Hex | C4 | 76 | B7 | 0 | 28 | 7 | 17 | 136 | 28 | 3E |
| Octal | 304 | 166 | 267 | 0 | 50 | 7 | 27 | 466 | 50 | 76 |
| Binary | 11000100 | 1110110 | 10110111 | 0 | 101000 | 111 | 10111 | 100110110 | 101000 | 111110 |
Color Harmonies of #C476B7
Complementary color
Monochromatic Colors of #C476B7
Black with #C476B7
Text Example
Text Example
White with #C476B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C476B7; }
p { color: rgb(196,118,183); }
H1.HeaderClassName
{
color: #C476B7;
}
.AnyTagClassName
{
color: #C476B7;
}
</style>
background-color css
<style>
a { background-color: #C476B7; }
a { background-color: rgb(196,118,183); }
div.DivClassName
{
background-color: #C476B7;
}
.BgClassName
{
background-color: #C476B7;
}
</style>
border-color css
<style>
span { border-color: #C476B7; }
span { border-color: rgb(196,118,183); }
td.TdClassName
{
border-color: #C476B7;
}
.TagClassName
{
border-color: #C476B7;
}
</style>