Shades of Fuchsia #C071BA
Tints of Fuchsia #C071BA
RGB
CMYK
RGB Variations
Color information
#C071BA (or 0xC071BA) is known color: Fuchsia. HEX triplet: C0, 71 and BA. RGB value is (192,113,186). Sum of RGB (Red+Green+Blue) = 192+113+186=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C071BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071BA is #3F8E45. Grayscale: #909090. Windows color (decimal): -4165190 or 12218816. OLE color: 12218816.
HSL color Cylindrical-coordinate representation of color #C071BA: hue angle of 304.56º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C071BA is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 186 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.25 |
| HSL | 304.56º | 0.39% | 0.6% | - |
| HSV(B) | 304.56º | 0.41% | 0.75% | - |
| XYZ | 36.51 | 26.56 | 49.66 | - |
| YUV | 144.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 186 | 0 | 0.41 | 0.03 | 0.25 | 304.56 | 0.39 | 0.6 |
| Hex | C0 | 71 | BA | 0 | 29 | 3 | 19 | 131 | 27 | 3C |
| Octal | 300 | 161 | 272 | 0 | 51 | 3 | 31 | 461 | 47 | 74 |
| Binary | 11000000 | 1110001 | 10111010 | 0 | 101001 | 11 | 11001 | 100110001 | 100111 | 111100 |
Color Harmonies of #C071BA
Complementary color
Monochromatic Colors of #C071BA
Black with #C071BA
Text Example
Text Example
White with #C071BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C071BA; }
p { color: rgb(192,113,186); }
H1.HeaderClassName
{
color: #C071BA;
}
.AnyTagClassName
{
color: #C071BA;
}
</style>
background-color css
<style>
a { background-color: #C071BA; }
a { background-color: rgb(192,113,186); }
div.DivClassName
{
background-color: #C071BA;
}
.BgClassName
{
background-color: #C071BA;
}
</style>
border-color css
<style>
span { border-color: #C071BA; }
span { border-color: rgb(192,113,186); }
td.TdClassName
{
border-color: #C071BA;
}
.TagClassName
{
border-color: #C071BA;
}
</style>