Shades of Hopbush #C35E8D
Tints of Hopbush #C35E8D
RGB
CMYK
RGB Variations
Color information
#C35E8D (or 0xC35E8D) is known color: Hopbush. HEX triplet: C3, 5E and 8D. RGB value is (195,94,141). Sum of RGB (Red+Green+Blue) = 195+94+141=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35E8D is #3CA172. Grayscale: #818181. Windows color (decimal): -3973491 or 9264835. OLE color: 9264835.
HSL color Cylindrical-coordinate representation of color #C35E8D: hue angle of 332.08º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C35E8D is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 94 | 141 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.24 |
| HSL | 332.08º | 0.46% | 0.57% | - |
| HSV(B) | 332.08º | 0.52% | 0.76% | - |
| XYZ | 31.32 | 21.53 | 27.7 | - |
| YUV | 129.56 | 134.46 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 141 | 0 | 0.52 | 0.28 | 0.24 | 332.08 | 0.46 | 0.57 |
| Hex | C3 | 5E | 8D | 0 | 34 | 1C | 18 | 14C | 2E | 39 |
| Octal | 303 | 136 | 215 | 0 | 64 | 34 | 30 | 514 | 56 | 71 |
| Binary | 11000011 | 1011110 | 10001101 | 0 | 110100 | 11100 | 11000 | 101001100 | 101110 | 111001 |
Color Harmonies of #C35E8D
Complementary color
Monochromatic Colors of #C35E8D
Black with #C35E8D
Text Example
Text Example
White with #C35E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35E8D; }
p { color: rgb(195,94,141); }
H1.HeaderClassName
{
color: #C35E8D;
}
.AnyTagClassName
{
color: #C35E8D;
}
</style>
background-color css
<style>
a { background-color: #C35E8D; }
a { background-color: rgb(195,94,141); }
div.DivClassName
{
background-color: #C35E8D;
}
.BgClassName
{
background-color: #C35E8D;
}
</style>
border-color css
<style>
span { border-color: #C35E8D; }
span { border-color: rgb(195,94,141); }
td.TdClassName
{
border-color: #C35E8D;
}
.TagClassName
{
border-color: #C35E8D;
}
</style>