Shades of Fuchsia #C071B1
Tints of Fuchsia #C071B1
RGB
CMYK
RGB Variations
Color information
#C071B1 (or 0xC071B1) is known color: Fuchsia. HEX triplet: C0, 71 and B1. RGB value is (192,113,177). Sum of RGB (Red+Green+Blue) = 192+113+177=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C071B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C071B1 is #3F8E4E. Grayscale: #8F8F8F. Windows color (decimal): -4165199 or 11628992. OLE color: 11628992.
HSL color Cylindrical-coordinate representation of color #C071B1: hue angle of 311.39º 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 #C071B1 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 177 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.25 |
| HSL | 311.39º | 0.39% | 0.6% | - |
| HSV(B) | 311.39º | 0.41% | 0.75% | - |
| XYZ | 35.58 | 26.19 | 44.78 | - |
| YUV | 143.92 | 146.67 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 177 | 0 | 0.41 | 0.08 | 0.25 | 311.39 | 0.39 | 0.6 |
| Hex | C0 | 71 | B1 | 0 | 29 | 8 | 19 | 137 | 27 | 3C |
| Octal | 300 | 161 | 261 | 0 | 51 | 10 | 31 | 467 | 47 | 74 |
| Binary | 11000000 | 1110001 | 10110001 | 0 | 101001 | 1000 | 11001 | 100110111 | 100111 | 111100 |
Color Harmonies of #C071B1
Complementary color
Monochromatic Colors of #C071B1
Black with #C071B1
Text Example
Text Example
White with #C071B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C071B1; }
p { color: rgb(192,113,177); }
H1.HeaderClassName
{
color: #C071B1;
}
.AnyTagClassName
{
color: #C071B1;
}
</style>
background-color css
<style>
a { background-color: #C071B1; }
a { background-color: rgb(192,113,177); }
div.DivClassName
{
background-color: #C071B1;
}
.BgClassName
{
background-color: #C071B1;
}
</style>
border-color css
<style>
span { border-color: #C071B1; }
span { border-color: rgb(192,113,177); }
td.TdClassName
{
border-color: #C071B1;
}
.TagClassName
{
border-color: #C071B1;
}
</style>