Shades of Hopbush #C371AB
Tints of Hopbush #C371AB
RGB
CMYK
RGB Variations
Color information
#C371AB (or 0xC371AB) is known color: Hopbush. HEX triplet: C3, 71 and AB. RGB value is (195,113,171). Sum of RGB (Red+Green+Blue) = 195+113+171=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C371AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C371AB is #3C8E54. Grayscale: #8F8F8F. Windows color (decimal): -3968597 or 11235779. OLE color: 11235779.
HSL color Cylindrical-coordinate representation of color #C371AB: hue angle of 317.56º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C371AB is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 171 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.24 |
| HSL | 317.56º | 0.41% | 0.6% | - |
| HSV(B) | 317.56º | 0.42% | 0.76% | - |
| XYZ | 35.76 | 26.35 | 41.73 | - |
| YUV | 144.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 171 | 0 | 0.42 | 0.12 | 0.24 | 317.56 | 0.41 | 0.6 |
| Hex | C3 | 71 | AB | 0 | 2A | C | 18 | 13E | 29 | 3C |
| Octal | 303 | 161 | 253 | 0 | 52 | 14 | 30 | 476 | 51 | 74 |
| Binary | 11000011 | 1110001 | 10101011 | 0 | 101010 | 1100 | 11000 | 100111110 | 101001 | 111100 |
Color Harmonies of #C371AB
Complementary color
Monochromatic Colors of #C371AB
Black with #C371AB
Text Example
Text Example
White with #C371AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C371AB; }
p { color: rgb(195,113,171); }
H1.HeaderClassName
{
color: #C371AB;
}
.AnyTagClassName
{
color: #C371AB;
}
</style>
background-color css
<style>
a { background-color: #C371AB; }
a { background-color: rgb(195,113,171); }
div.DivClassName
{
background-color: #C371AB;
}
.BgClassName
{
background-color: #C371AB;
}
</style>
border-color css
<style>
span { border-color: #C371AB; }
span { border-color: rgb(195,113,171); }
td.TdClassName
{
border-color: #C371AB;
}
.TagClassName
{
border-color: #C371AB;
}
</style>