Shades of Fuchsia #C471BB
Tints of Fuchsia #C471BB
RGB
CMYK
RGB Variations
Color information
#C471BB (or 0xC471BB) is known color: Fuchsia. HEX triplet: C4, 71 and BB. RGB value is (196,113,187). Sum of RGB (Red+Green+Blue) = 196+113+187=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C471BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471BB is #3B8E44. Grayscale: #929292. Windows color (decimal): -3903045 or 12284356. OLE color: 12284356.
HSL color Cylindrical-coordinate representation of color #C471BB: hue angle of 306.51º 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 #C471BB is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 187 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.23 |
| HSL | 306.51º | 0.41% | 0.61% | - |
| HSV(B) | 306.51º | 0.42% | 0.77% | - |
| XYZ | 37.64 | 27.13 | 50.27 | - |
| YUV | 146.25 | 151 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 187 | 0 | 0.42 | 0.05 | 0.23 | 306.51 | 0.41 | 0.61 |
| Hex | C4 | 71 | BB | 0 | 2A | 5 | 17 | 133 | 29 | 3D |
| Octal | 304 | 161 | 273 | 0 | 52 | 5 | 27 | 463 | 51 | 75 |
| Binary | 11000100 | 1110001 | 10111011 | 0 | 101010 | 101 | 10111 | 100110011 | 101001 | 111101 |
Color Harmonies of #C471BB
Complementary color
Monochromatic Colors of #C471BB
Black with #C471BB
Text Example
Text Example
White with #C471BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C471BB; }
p { color: rgb(196,113,187); }
H1.HeaderClassName
{
color: #C471BB;
}
.AnyTagClassName
{
color: #C471BB;
}
</style>
background-color css
<style>
a { background-color: #C471BB; }
a { background-color: rgb(196,113,187); }
div.DivClassName
{
background-color: #C471BB;
}
.BgClassName
{
background-color: #C471BB;
}
</style>
border-color css
<style>
span { border-color: #C471BB; }
span { border-color: rgb(196,113,187); }
td.TdClassName
{
border-color: #C471BB;
}
.TagClassName
{
border-color: #C471BB;
}
</style>