Shades of Fuchsia #C271BD
Tints of Fuchsia #C271BD
RGB
CMYK
RGB Variations
Color information
#C271BD (or 0xC271BD) is known color: Fuchsia. HEX triplet: C2, 71 and BD. RGB value is (194,113,189). Sum of RGB (Red+Green+Blue) = 194+113+189=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C271BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271BD is #3D8E42. Grayscale: #919191. Windows color (decimal): -4034115 or 12415426. OLE color: 12415426.
HSL color Cylindrical-coordinate representation of color #C271BD: hue angle of 303.7º 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 #C271BD is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 189 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.24 |
| HSL | 303.7º | 0.4% | 0.6% | - |
| HSV(B) | 303.7º | 0.42% | 0.76% | - |
| XYZ | 37.34 | 26.95 | 51.38 | - |
| YUV | 145.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 189 | 0 | 0.42 | 0.03 | 0.24 | 303.7 | 0.4 | 0.6 |
| Hex | C2 | 71 | BD | 0 | 2A | 3 | 18 | 130 | 28 | 3C |
| Octal | 302 | 161 | 275 | 0 | 52 | 3 | 30 | 460 | 50 | 74 |
| Binary | 11000010 | 1110001 | 10111101 | 0 | 101010 | 11 | 11000 | 100110000 | 101000 | 111100 |
Color Harmonies of #C271BD
Complementary color
Monochromatic Colors of #C271BD
Black with #C271BD
Text Example
Text Example
White with #C271BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C271BD; }
p { color: rgb(194,113,189); }
H1.HeaderClassName
{
color: #C271BD;
}
.AnyTagClassName
{
color: #C271BD;
}
</style>
background-color css
<style>
a { background-color: #C271BD; }
a { background-color: rgb(194,113,189); }
div.DivClassName
{
background-color: #C271BD;
}
.BgClassName
{
background-color: #C271BD;
}
</style>
border-color css
<style>
span { border-color: #C271BD; }
span { border-color: rgb(194,113,189); }
td.TdClassName
{
border-color: #C271BD;
}
.TagClassName
{
border-color: #C271BD;
}
</style>