Shades of Fuchsia #C476B8
Tints of Fuchsia #C476B8
RGB
CMYK
RGB Variations
Color information
#C476B8 (or 0xC476B8) is known color: Fuchsia. HEX triplet: C4, 76 and B8. RGB value is (196,118,184). Sum of RGB (Red+Green+Blue) = 196+118+184=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C476B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476B8 is #3B8947. Grayscale: #949494. Windows color (decimal): -3901768 or 12089028. OLE color: 12089028.
HSL color Cylindrical-coordinate representation of color #C476B8: hue angle of 309.23º 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 #C476B8 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 184 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.23 |
| HSL | 309.23º | 0.4% | 0.62% | - |
| HSV(B) | 309.23º | 0.4% | 0.77% | - |
| XYZ | 37.9 | 28.15 | 48.78 | - |
| YUV | 148.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 184 | 0 | 0.40 | 0.06 | 0.23 | 309.23 | 0.4 | 0.62 |
| Hex | C4 | 76 | B8 | 0 | 28 | 6 | 17 | 135 | 28 | 3E |
| Octal | 304 | 166 | 270 | 0 | 50 | 6 | 27 | 465 | 50 | 76 |
| Binary | 11000100 | 1110110 | 10111000 | 0 | 101000 | 110 | 10111 | 100110101 | 101000 | 111110 |
Color Harmonies of #C476B8
Complementary color
Monochromatic Colors of #C476B8
Black with #C476B8
Text Example
Text Example
White with #C476B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C476B8; }
p { color: rgb(196,118,184); }
H1.HeaderClassName
{
color: #C476B8;
}
.AnyTagClassName
{
color: #C476B8;
}
</style>
background-color css
<style>
a { background-color: #C476B8; }
a { background-color: rgb(196,118,184); }
div.DivClassName
{
background-color: #C476B8;
}
.BgClassName
{
background-color: #C476B8;
}
</style>
border-color css
<style>
span { border-color: #C476B8; }
span { border-color: rgb(196,118,184); }
td.TdClassName
{
border-color: #C476B8;
}
.TagClassName
{
border-color: #C476B8;
}
</style>