Shades of Fuchsia #C471B1
Tints of Fuchsia #C471B1
RGB
CMYK
RGB Variations
Color information
#C471B1 (or 0xC471B1) is known color: Fuchsia. HEX triplet: C4, 71 and B1. RGB value is (196,113,177). Sum of RGB (Red+Green+Blue) = 196+113+177=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C471B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C471B1 is #3B8E4E. Grayscale: #909090. Windows color (decimal): -3903055 or 11628996. OLE color: 11628996.
HSL color Cylindrical-coordinate representation of color #C471B1: hue angle of 313.73º 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 #C471B1 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 177 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.23 |
| HSL | 313.73º | 0.41% | 0.61% | - |
| HSV(B) | 313.73º | 0.42% | 0.77% | - |
| XYZ | 36.61 | 26.72 | 44.82 | - |
| YUV | 145.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 177 | 0 | 0.42 | 0.10 | 0.23 | 313.73 | 0.41 | 0.61 |
| Hex | C4 | 71 | B1 | 0 | 2A | A | 17 | 13A | 29 | 3D |
| Octal | 304 | 161 | 261 | 0 | 52 | 12 | 27 | 472 | 51 | 75 |
| Binary | 11000100 | 1110001 | 10110001 | 0 | 101010 | 1010 | 10111 | 100111010 | 101001 | 111101 |
Color Harmonies of #C471B1
Complementary color
Monochromatic Colors of #C471B1
Black with #C471B1
Text Example
Text Example
White with #C471B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C471B1; }
p { color: rgb(196,113,177); }
H1.HeaderClassName
{
color: #C471B1;
}
.AnyTagClassName
{
color: #C471B1;
}
</style>
background-color css
<style>
a { background-color: #C471B1; }
a { background-color: rgb(196,113,177); }
div.DivClassName
{
background-color: #C471B1;
}
.BgClassName
{
background-color: #C471B1;
}
</style>
border-color css
<style>
span { border-color: #C471B1; }
span { border-color: rgb(196,113,177); }
td.TdClassName
{
border-color: #C471B1;
}
.TagClassName
{
border-color: #C471B1;
}
</style>