Shades of Fuchsia #C571BF
Tints of Fuchsia #C571BF
RGB
CMYK
RGB Variations
Color information
#C571BF (or 0xC571BF) is known color: Fuchsia. HEX triplet: C5, 71 and BF. RGB value is (197,113,191). Sum of RGB (Red+Green+Blue) = 197+113+191=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C571BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C571BF is #3A8E40. Grayscale: #929292. Windows color (decimal): -3837505 or 12546501. OLE color: 12546501.
HSL color Cylindrical-coordinate representation of color #C571BF: hue angle of 304.29º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C571BF is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 191 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.23 |
| HSL | 304.29º | 0.42% | 0.61% | - |
| HSV(B) | 304.29º | 0.43% | 0.77% | - |
| XYZ | 38.34 | 27.44 | 52.57 | - |
| YUV | 147.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 191 | 0 | 0.43 | 0.03 | 0.23 | 304.29 | 0.42 | 0.61 |
| Hex | C5 | 71 | BF | 0 | 2B | 3 | 17 | 130 | 2A | 3D |
| Octal | 305 | 161 | 277 | 0 | 53 | 3 | 27 | 460 | 52 | 75 |
| Binary | 11000101 | 1110001 | 10111111 | 0 | 101011 | 11 | 10111 | 100110000 | 101010 | 111101 |
Color Harmonies of #C571BF
Complementary color
Monochromatic Colors of #C571BF
Black with #C571BF
Text Example
Text Example
White with #C571BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C571BF; }
p { color: rgb(197,113,191); }
H1.HeaderClassName
{
color: #C571BF;
}
.AnyTagClassName
{
color: #C571BF;
}
</style>
background-color css
<style>
a { background-color: #C571BF; }
a { background-color: rgb(197,113,191); }
div.DivClassName
{
background-color: #C571BF;
}
.BgClassName
{
background-color: #C571BF;
}
</style>
border-color css
<style>
span { border-color: #C571BF; }
span { border-color: rgb(197,113,191); }
td.TdClassName
{
border-color: #C571BF;
}
.TagClassName
{
border-color: #C571BF;
}
</style>