Shades of Fuchsia #C471B0
Tints of Fuchsia #C471B0
RGB
CMYK
RGB Variations
Color information
#C471B0 (or 0xC471B0) is known color: Fuchsia. HEX triplet: C4, 71 and B0. RGB value is (196,113,176). Sum of RGB (Red+Green+Blue) = 196+113+176=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C471B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C471B0 is #3B8E4F. Grayscale: #909090. Windows color (decimal): -3903056 or 11563460. OLE color: 11563460.
HSL color Cylindrical-coordinate representation of color #C471B0: hue angle of 314.46º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C471B0 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 176 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.23 |
| HSL | 314.46º | 0.41% | 0.61% | - |
| HSV(B) | 314.46º | 0.42% | 0.77% | - |
| XYZ | 36.51 | 26.68 | 44.3 | - |
| YUV | 145 | 145.5 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 176 | 0 | 0.42 | 0.10 | 0.23 | 314.46 | 0.41 | 0.61 |
| Hex | C4 | 71 | B0 | 0 | 2A | A | 17 | 13A | 29 | 3D |
| Octal | 304 | 161 | 260 | 0 | 52 | 12 | 27 | 472 | 51 | 75 |
| Binary | 11000100 | 1110001 | 10110000 | 0 | 101010 | 1010 | 10111 | 100111010 | 101001 | 111101 |
Color Harmonies of #C471B0
Complementary color
Monochromatic Colors of #C471B0
Black with #C471B0
Text Example
Text Example
White with #C471B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C471B0; }
p { color: rgb(196,113,176); }
H1.HeaderClassName
{
color: #C471B0;
}
.AnyTagClassName
{
color: #C471B0;
}
</style>
background-color css
<style>
a { background-color: #C471B0; }
a { background-color: rgb(196,113,176); }
div.DivClassName
{
background-color: #C471B0;
}
.BgClassName
{
background-color: #C471B0;
}
</style>
border-color css
<style>
span { border-color: #C471B0; }
span { border-color: rgb(196,113,176); }
td.TdClassName
{
border-color: #C471B0;
}
.TagClassName
{
border-color: #C471B0;
}
</style>