Shades of Hopbush #CF719E
Tints of Hopbush #CF719E
RGB
CMYK
RGB Variations
Color information
#CF719E (or 0xCF719E) is known color: Hopbush. HEX triplet: CF, 71 and 9E. RGB value is (207,113,158). Sum of RGB (Red+Green+Blue) = 207+113+158=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF719E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF719E is #308E61. Grayscale: #929292. Windows color (decimal): -3182178 or 10383823. OLE color: 10383823.
HSL color Cylindrical-coordinate representation of color #CF719E: hue angle of 331.28º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF719E is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 158 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.19 |
| HSL | 331.28º | 0.49% | 0.63% | - |
| HSV(B) | 331.28º | 0.45% | 0.81% | - |
| XYZ | 37.81 | 27.54 | 35.67 | - |
| YUV | 146.24 | 134.64 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 158 | 0 | 0.45 | 0.24 | 0.19 | 331.28 | 0.49 | 0.63 |
| Hex | CF | 71 | 9E | 0 | 2D | 18 | 13 | 14B | 31 | 3F |
| Octal | 317 | 161 | 236 | 0 | 55 | 30 | 23 | 513 | 61 | 77 |
| Binary | 11001111 | 1110001 | 10011110 | 0 | 101101 | 11000 | 10011 | 101001011 | 110001 | 111111 |
Color Harmonies of #CF719E
Complementary color
Monochromatic Colors of #CF719E
Black with #CF719E
Text Example
Text Example
White with #CF719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF719E; }
p { color: rgb(207,113,158); }
H1.HeaderClassName
{
color: #CF719E;
}
.AnyTagClassName
{
color: #CF719E;
}
</style>
background-color css
<style>
a { background-color: #CF719E; }
a { background-color: rgb(207,113,158); }
div.DivClassName
{
background-color: #CF719E;
}
.BgClassName
{
background-color: #CF719E;
}
</style>
border-color css
<style>
span { border-color: #CF719E; }
span { border-color: rgb(207,113,158); }
td.TdClassName
{
border-color: #CF719E;
}
.TagClassName
{
border-color: #CF719E;
}
</style>