Shades of Hopbush #C371A6
Tints of Hopbush #C371A6
RGB
CMYK
RGB Variations
Color information
#C371A6 (or 0xC371A6) is known color: Hopbush. HEX triplet: C3, 71 and A6. RGB value is (195,113,166). Sum of RGB (Red+Green+Blue) = 195+113+166=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C371A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C371A6 is #3C8E59. Grayscale: #8F8F8F. Windows color (decimal): -3968602 or 10908099. OLE color: 10908099.
HSL color Cylindrical-coordinate representation of color #C371A6: hue angle of 321.22º 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 #C371A6 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 166 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.24 |
| HSL | 321.22º | 0.41% | 0.6% | - |
| HSV(B) | 321.22º | 0.42% | 0.76% | - |
| XYZ | 35.29 | 26.17 | 39.27 | - |
| YUV | 143.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 166 | 0 | 0.42 | 0.15 | 0.24 | 321.22 | 0.41 | 0.6 |
| Hex | C3 | 71 | A6 | 0 | 2A | F | 18 | 141 | 29 | 3C |
| Octal | 303 | 161 | 246 | 0 | 52 | 17 | 30 | 501 | 51 | 74 |
| Binary | 11000011 | 1110001 | 10100110 | 0 | 101010 | 1111 | 11000 | 101000001 | 101001 | 111100 |
Color Harmonies of #C371A6
Complementary color
Monochromatic Colors of #C371A6
Black with #C371A6
Text Example
Text Example
White with #C371A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C371A6; }
p { color: rgb(195,113,166); }
H1.HeaderClassName
{
color: #C371A6;
}
.AnyTagClassName
{
color: #C371A6;
}
</style>
background-color css
<style>
a { background-color: #C371A6; }
a { background-color: rgb(195,113,166); }
div.DivClassName
{
background-color: #C371A6;
}
.BgClassName
{
background-color: #C371A6;
}
</style>
border-color css
<style>
span { border-color: #C371A6; }
span { border-color: rgb(195,113,166); }
td.TdClassName
{
border-color: #C371A6;
}
.TagClassName
{
border-color: #C371A6;
}
</style>