Shades of Fuchsia #C071B0
Tints of Fuchsia #C071B0
RGB
CMYK
RGB Variations
Color information
#C071B0 (or 0xC071B0) is known color: Fuchsia. HEX triplet: C0, 71 and B0. RGB value is (192,113,176). Sum of RGB (Red+Green+Blue) = 192+113+176=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C071B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C071B0 is #3F8E4F. Grayscale: #8F8F8F. Windows color (decimal): -4165200 or 11563456. OLE color: 11563456.
HSL color Cylindrical-coordinate representation of color #C071B0: hue angle of 312.15º 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 #C071B0 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 176 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.25 |
| HSL | 312.15º | 0.39% | 0.6% | - |
| HSV(B) | 312.15º | 0.41% | 0.75% | - |
| XYZ | 35.48 | 26.15 | 44.25 | - |
| YUV | 143.8 | 146.17 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 176 | 0 | 0.41 | 0.08 | 0.25 | 312.15 | 0.39 | 0.6 |
| Hex | C0 | 71 | B0 | 0 | 29 | 8 | 19 | 138 | 27 | 3C |
| Octal | 300 | 161 | 260 | 0 | 51 | 10 | 31 | 470 | 47 | 74 |
| Binary | 11000000 | 1110001 | 10110000 | 0 | 101001 | 1000 | 11001 | 100111000 | 100111 | 111100 |
Color Harmonies of #C071B0
Complementary color
Monochromatic Colors of #C071B0
Black with #C071B0
Text Example
Text Example
White with #C071B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C071B0; }
p { color: rgb(192,113,176); }
H1.HeaderClassName
{
color: #C071B0;
}
.AnyTagClassName
{
color: #C071B0;
}
</style>
background-color css
<style>
a { background-color: #C071B0; }
a { background-color: rgb(192,113,176); }
div.DivClassName
{
background-color: #C071B0;
}
.BgClassName
{
background-color: #C071B0;
}
</style>
border-color css
<style>
span { border-color: #C071B0; }
span { border-color: rgb(192,113,176); }
td.TdClassName
{
border-color: #C071B0;
}
.TagClassName
{
border-color: #C071B0;
}
</style>