Shades of Fuchsia #C571B7
Tints of Fuchsia #C571B7
RGB
CMYK
RGB Variations
Color information
#C571B7 (or 0xC571B7) is known color: Fuchsia. HEX triplet: C5, 71 and B7. RGB value is (197,113,183). Sum of RGB (Red+Green+Blue) = 197+113+183=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C571B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C571B7 is #3A8E48. Grayscale: #919191. Windows color (decimal): -3837513 or 12022213. OLE color: 12022213.
HSL color Cylindrical-coordinate representation of color #C571B7: hue angle of 310º 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 #C571B7 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 183 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.23 |
| HSL | 310º | 0.42% | 0.61% | - |
| HSV(B) | 310º | 0.43% | 0.77% | - |
| XYZ | 37.48 | 27.1 | 48.06 | - |
| YUV | 146.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 183 | 0 | 0.43 | 0.07 | 0.23 | 310 | 0.42 | 0.61 |
| Hex | C5 | 71 | B7 | 0 | 2B | 7 | 17 | 136 | 2A | 3D |
| Octal | 305 | 161 | 267 | 0 | 53 | 7 | 27 | 466 | 52 | 75 |
| Binary | 11000101 | 1110001 | 10110111 | 0 | 101011 | 111 | 10111 | 100110110 | 101010 | 111101 |
Color Harmonies of #C571B7
Complementary color
Monochromatic Colors of #C571B7
Black with #C571B7
Text Example
Text Example
White with #C571B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C571B7; }
p { color: rgb(197,113,183); }
H1.HeaderClassName
{
color: #C571B7;
}
.AnyTagClassName
{
color: #C571B7;
}
</style>
background-color css
<style>
a { background-color: #C571B7; }
a { background-color: rgb(197,113,183); }
div.DivClassName
{
background-color: #C571B7;
}
.BgClassName
{
background-color: #C571B7;
}
</style>
border-color css
<style>
span { border-color: #C571B7; }
span { border-color: rgb(197,113,183); }
td.TdClassName
{
border-color: #C571B7;
}
.TagClassName
{
border-color: #C571B7;
}
</style>