Shades of Fuchsia #C271BF
Tints of Fuchsia #C271BF
RGB
CMYK
RGB Variations
Color information
#C271BF (or 0xC271BF) is known color: Fuchsia. HEX triplet: C2, 71 and BF. RGB value is (194,113,191). Sum of RGB (Red+Green+Blue) = 194+113+191=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C271BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271BF is #3D8E40. Grayscale: #919191. Windows color (decimal): -4034113 or 12546498. OLE color: 12546498.
HSL color Cylindrical-coordinate representation of color #C271BF: hue angle of 302.22º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C271BF is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 191 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.24 |
| HSL | 302.22º | 0.4% | 0.6% | - |
| HSV(B) | 302.22º | 0.42% | 0.76% | - |
| XYZ | 37.56 | 27.04 | 52.53 | - |
| YUV | 146.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 191 | 0 | 0.42 | 0.02 | 0.24 | 302.22 | 0.4 | 0.6 |
| Hex | C2 | 71 | BF | 0 | 2A | 2 | 18 | 12E | 28 | 3C |
| Octal | 302 | 161 | 277 | 0 | 52 | 2 | 30 | 456 | 50 | 74 |
| Binary | 11000010 | 1110001 | 10111111 | 0 | 101010 | 10 | 11000 | 100101110 | 101000 | 111100 |
Color Harmonies of #C271BF
Complementary color
Monochromatic Colors of #C271BF
Black with #C271BF
Text Example
Text Example
White with #C271BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C271BF; }
p { color: rgb(194,113,191); }
H1.HeaderClassName
{
color: #C271BF;
}
.AnyTagClassName
{
color: #C271BF;
}
</style>
background-color css
<style>
a { background-color: #C271BF; }
a { background-color: rgb(194,113,191); }
div.DivClassName
{
background-color: #C271BF;
}
.BgClassName
{
background-color: #C271BF;
}
</style>
border-color css
<style>
span { border-color: #C271BF; }
span { border-color: rgb(194,113,191); }
td.TdClassName
{
border-color: #C271BF;
}
.TagClassName
{
border-color: #C271BF;
}
</style>