Shades of Hopbush #CF619D
Tints of Hopbush #CF619D
RGB
CMYK
RGB Variations
Color information
#CF619D (or 0xCF619D) is known color: Hopbush. HEX triplet: CF, 61 and 9D. RGB value is (207,97,157). Sum of RGB (Red+Green+Blue) = 207+97+157=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF619D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF619D is #309E62. Grayscale: #888888. Windows color (decimal): -3186275 or 10314191. OLE color: 10314191.
HSL color Cylindrical-coordinate representation of color #CF619D: hue angle of 327.27º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF619D is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 157 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.19 |
| HSL | 327.27º | 0.53% | 0.6% | - |
| HSV(B) | 327.27º | 0.53% | 0.81% | - |
| XYZ | 36.09 | 24.25 | 34.68 | - |
| YUV | 136.73 | 139.44 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 157 | 0 | 0.53 | 0.24 | 0.19 | 327.27 | 0.53 | 0.6 |
| Hex | CF | 61 | 9D | 0 | 35 | 18 | 13 | 147 | 35 | 3C |
| Octal | 317 | 141 | 235 | 0 | 65 | 30 | 23 | 507 | 65 | 74 |
| Binary | 11001111 | 1100001 | 10011101 | 0 | 110101 | 11000 | 10011 | 101000111 | 110101 | 111100 |
Color Harmonies of #CF619D
Complementary color
Monochromatic Colors of #CF619D
Black with #CF619D
Text Example
Text Example
White with #CF619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF619D; }
p { color: rgb(207,97,157); }
H1.HeaderClassName
{
color: #CF619D;
}
.AnyTagClassName
{
color: #CF619D;
}
</style>
background-color css
<style>
a { background-color: #CF619D; }
a { background-color: rgb(207,97,157); }
div.DivClassName
{
background-color: #CF619D;
}
.BgClassName
{
background-color: #CF619D;
}
</style>
border-color css
<style>
span { border-color: #CF619D; }
span { border-color: rgb(207,97,157); }
td.TdClassName
{
border-color: #CF619D;
}
.TagClassName
{
border-color: #CF619D;
}
</style>