Shades of Fuchsia #C071B6
Tints of Fuchsia #C071B6
RGB
CMYK
RGB Variations
Color information
#C071B6 (or 0xC071B6) is known color: Fuchsia. HEX triplet: C0, 71 and B6. RGB value is (192,113,182). Sum of RGB (Red+Green+Blue) = 192+113+182=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C071B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071B6 is #3F8E49. Grayscale: #909090. Windows color (decimal): -4165194 or 11956672. OLE color: 11956672.
HSL color Cylindrical-coordinate representation of color #C071B6: hue angle of 307.59º 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 #C071B6 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 182 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.25 |
| HSL | 307.59º | 0.39% | 0.6% | - |
| HSV(B) | 307.59º | 0.41% | 0.75% | - |
| XYZ | 36.09 | 26.39 | 47.45 | - |
| YUV | 144.49 | 149.17 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 182 | 0 | 0.41 | 0.05 | 0.25 | 307.59 | 0.39 | 0.6 |
| Hex | C0 | 71 | B6 | 0 | 29 | 5 | 19 | 134 | 27 | 3C |
| Octal | 300 | 161 | 266 | 0 | 51 | 5 | 31 | 464 | 47 | 74 |
| Binary | 11000000 | 1110001 | 10110110 | 0 | 101001 | 101 | 11001 | 100110100 | 100111 | 111100 |
Color Harmonies of #C071B6
Complementary color
Monochromatic Colors of #C071B6
Black with #C071B6
Text Example
Text Example
White with #C071B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C071B6; }
p { color: rgb(192,113,182); }
H1.HeaderClassName
{
color: #C071B6;
}
.AnyTagClassName
{
color: #C071B6;
}
</style>
background-color css
<style>
a { background-color: #C071B6; }
a { background-color: rgb(192,113,182); }
div.DivClassName
{
background-color: #C071B6;
}
.BgClassName
{
background-color: #C071B6;
}
</style>
border-color css
<style>
span { border-color: #C071B6; }
span { border-color: rgb(192,113,182); }
td.TdClassName
{
border-color: #C071B6;
}
.TagClassName
{
border-color: #C071B6;
}
</style>