Shades of Hopbush #C3749D
Tints of Hopbush #C3749D
RGB
CMYK
RGB Variations
Color information
#C3749D (or 0xC3749D) is known color: Hopbush. HEX triplet: C3, 74 and 9D. RGB value is (195,116,157). Sum of RGB (Red+Green+Blue) = 195+116+157=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C3749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3749D is #3C8B62. Grayscale: #909090. Windows color (decimal): -3967843 or 10319043. OLE color: 10319043.
HSL color Cylindrical-coordinate representation of color #C3749D: hue angle of 328.86º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C3749D is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 157 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.24 |
| HSL | 328.86º | 0.4% | 0.61% | - |
| HSV(B) | 328.86º | 0.41% | 0.76% | - |
| XYZ | 34.84 | 26.53 | 35.18 | - |
| YUV | 144.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 157 | 0 | 0.41 | 0.19 | 0.24 | 328.86 | 0.4 | 0.61 |
| Hex | C3 | 74 | 9D | 0 | 29 | 13 | 18 | 149 | 28 | 3D |
| Octal | 303 | 164 | 235 | 0 | 51 | 23 | 30 | 511 | 50 | 75 |
| Binary | 11000011 | 1110100 | 10011101 | 0 | 101001 | 10011 | 11000 | 101001001 | 101000 | 111101 |
Color Harmonies of #C3749D
Complementary color
Monochromatic Colors of #C3749D
Black with #C3749D
Text Example
Text Example
White with #C3749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3749D; }
p { color: rgb(195,116,157); }
H1.HeaderClassName
{
color: #C3749D;
}
.AnyTagClassName
{
color: #C3749D;
}
</style>
background-color css
<style>
a { background-color: #C3749D; }
a { background-color: rgb(195,116,157); }
div.DivClassName
{
background-color: #C3749D;
}
.BgClassName
{
background-color: #C3749D;
}
</style>
border-color css
<style>
span { border-color: #C3749D; }
span { border-color: rgb(195,116,157); }
td.TdClassName
{
border-color: #C3749D;
}
.TagClassName
{
border-color: #C3749D;
}
</style>