Shades of Fuchsia #C271C6
Tints of Fuchsia #C271C6
RGB
CMYK
RGB Variations
Color information
#C271C6 (or 0xC271C6) is known color: Fuchsia. HEX triplet: C2, 71 and C6. RGB value is (194,113,198). Sum of RGB (Red+Green+Blue) = 194+113+198=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 198 - color contains mainly: blue. Hex color #C271C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271C6 is #3D8E39. Grayscale: #929292. Windows color (decimal): -4034106 or 13005250. OLE color: 13005250.
HSL color Cylindrical-coordinate representation of color #C271C6: hue angle of 297.18º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C271C6 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 113 | 198 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.22 |
| HSL | 297.18º | 0.43% | 0.61% | - |
| HSV(B) | 297.18º | 0.43% | 0.78% | - |
| XYZ | 38.35 | 27.36 | 56.69 | - |
| YUV | 146.91 | 156.84 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 198 | 0.02 | 0.43 | 0 | 0.22 | 297.18 | 0.43 | 0.61 |
| Hex | C2 | 71 | C6 | 2 | 2B | 0 | 16 | 129 | 2B | 3D |
| Octal | 302 | 161 | 306 | 2 | 53 | 0 | 26 | 451 | 53 | 75 |
| Binary | 11000010 | 1110001 | 11000110 | 10 | 101011 | 0 | 10110 | 100101001 | 101011 | 111101 |
Color Harmonies of #C271C6
Complementary color
Monochromatic Colors of #C271C6
Black with #C271C6
Text Example
Text Example
White with #C271C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C271C6; }
p { color: rgb(194,113,198); }
H1.HeaderClassName
{
color: #C271C6;
}
.AnyTagClassName
{
color: #C271C6;
}
</style>
background-color css
<style>
a { background-color: #C271C6; }
a { background-color: rgb(194,113,198); }
div.DivClassName
{
background-color: #C271C6;
}
.BgClassName
{
background-color: #C271C6;
}
</style>
border-color css
<style>
span { border-color: #C271C6; }
span { border-color: rgb(194,113,198); }
td.TdClassName
{
border-color: #C271C6;
}
.TagClassName
{
border-color: #C271C6;
}
</style>