Shades of Fuchsia #C271B2
Tints of Fuchsia #C271B2
RGB
CMYK
RGB Variations
Color information
#C271B2 (or 0xC271B2) is known color: Fuchsia. HEX triplet: C2, 71 and B2. RGB value is (194,113,178). Sum of RGB (Red+Green+Blue) = 194+113+178=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C271B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C271B2 is #3D8E4D. Grayscale: #909090. Windows color (decimal): -4034126 or 11694530. OLE color: 11694530.
HSL color Cylindrical-coordinate representation of color #C271B2: hue angle of 311.85º 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 #C271B2 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 178 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.24 |
| HSL | 311.85º | 0.4% | 0.6% | - |
| HSV(B) | 311.85º | 0.42% | 0.76% | - |
| XYZ | 36.19 | 26.49 | 45.33 | - |
| YUV | 144.63 | 146.84 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 178 | 0 | 0.42 | 0.08 | 0.24 | 311.85 | 0.4 | 0.6 |
| Hex | C2 | 71 | B2 | 0 | 2A | 8 | 18 | 138 | 28 | 3C |
| Octal | 302 | 161 | 262 | 0 | 52 | 10 | 30 | 470 | 50 | 74 |
| Binary | 11000010 | 1110001 | 10110010 | 0 | 101010 | 1000 | 11000 | 100111000 | 101000 | 111100 |
Color Harmonies of #C271B2
Complementary color
Monochromatic Colors of #C271B2
Black with #C271B2
Text Example
Text Example
White with #C271B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C271B2; }
p { color: rgb(194,113,178); }
H1.HeaderClassName
{
color: #C271B2;
}
.AnyTagClassName
{
color: #C271B2;
}
</style>
background-color css
<style>
a { background-color: #C271B2; }
a { background-color: rgb(194,113,178); }
div.DivClassName
{
background-color: #C271B2;
}
.BgClassName
{
background-color: #C271B2;
}
</style>
border-color css
<style>
span { border-color: #C271B2; }
span { border-color: rgb(194,113,178); }
td.TdClassName
{
border-color: #C271B2;
}
.TagClassName
{
border-color: #C271B2;
}
</style>