Shades of Fuchsia #C071BB
Tints of Fuchsia #C071BB
RGB
CMYK
RGB Variations
Color information
#C071BB (or 0xC071BB) is known color: Fuchsia. HEX triplet: C0, 71 and BB. RGB value is (192,113,187). Sum of RGB (Red+Green+Blue) = 192+113+187=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C071BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071BB is #3F8E44. Grayscale: #909090. Windows color (decimal): -4165189 or 12284352. OLE color: 12284352.
HSL color Cylindrical-coordinate representation of color #C071BB: hue angle of 303.8º 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 #C071BB is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 187 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.25 |
| HSL | 303.8º | 0.39% | 0.6% | - |
| HSV(B) | 303.8º | 0.41% | 0.75% | - |
| XYZ | 36.61 | 26.6 | 50.22 | - |
| YUV | 145.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 187 | 0 | 0.41 | 0.03 | 0.25 | 303.8 | 0.39 | 0.6 |
| Hex | C0 | 71 | BB | 0 | 29 | 3 | 19 | 130 | 27 | 3C |
| Octal | 300 | 161 | 273 | 0 | 51 | 3 | 31 | 460 | 47 | 74 |
| Binary | 11000000 | 1110001 | 10111011 | 0 | 101001 | 11 | 11001 | 100110000 | 100111 | 111100 |
Color Harmonies of #C071BB
Complementary color
Monochromatic Colors of #C071BB
Black with #C071BB
Text Example
Text Example
White with #C071BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C071BB; }
p { color: rgb(192,113,187); }
H1.HeaderClassName
{
color: #C071BB;
}
.AnyTagClassName
{
color: #C071BB;
}
</style>
background-color css
<style>
a { background-color: #C071BB; }
a { background-color: rgb(192,113,187); }
div.DivClassName
{
background-color: #C071BB;
}
.BgClassName
{
background-color: #C071BB;
}
</style>
border-color css
<style>
span { border-color: #C071BB; }
span { border-color: rgb(192,113,187); }
td.TdClassName
{
border-color: #C071BB;
}
.TagClassName
{
border-color: #C071BB;
}
</style>