Shades of Fuchsia #C971BA
Tints of Fuchsia #C971BA
RGB
CMYK
RGB Variations
Color information
#C971BA (or 0xC971BA) is known color: Fuchsia. HEX triplet: C9, 71 and BA. RGB value is (201,113,186). Sum of RGB (Red+Green+Blue) = 201+113+186=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C971BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971BA is #368E45. Grayscale: #939393. Windows color (decimal): -3575366 or 12218825. OLE color: 12218825.
HSL color Cylindrical-coordinate representation of color #C971BA: hue angle of 310.23º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C971BA is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 186 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.21 |
| HSL | 310.23º | 0.45% | 0.62% | - |
| HSV(B) | 310.23º | 0.44% | 0.79% | - |
| XYZ | 38.86 | 27.77 | 49.77 | - |
| YUV | 147.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 186 | 0 | 0.44 | 0.07 | 0.21 | 310.23 | 0.45 | 0.62 |
| Hex | C9 | 71 | BA | 0 | 2C | 7 | 15 | 136 | 2D | 3E |
| Octal | 311 | 161 | 272 | 0 | 54 | 7 | 25 | 466 | 55 | 76 |
| Binary | 11001001 | 1110001 | 10111010 | 0 | 101100 | 111 | 10101 | 100110110 | 101101 | 111110 |
Color Harmonies of #C971BA
Complementary color
Monochromatic Colors of #C971BA
Black with #C971BA
Text Example
Text Example
White with #C971BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C971BA; }
p { color: rgb(201,113,186); }
H1.HeaderClassName
{
color: #C971BA;
}
.AnyTagClassName
{
color: #C971BA;
}
</style>
background-color css
<style>
a { background-color: #C971BA; }
a { background-color: rgb(201,113,186); }
div.DivClassName
{
background-color: #C971BA;
}
.BgClassName
{
background-color: #C971BA;
}
</style>
border-color css
<style>
span { border-color: #C971BA; }
span { border-color: rgb(201,113,186); }
td.TdClassName
{
border-color: #C971BA;
}
.TagClassName
{
border-color: #C971BA;
}
</style>