Shades of Hopbush #CF71AD
Tints of Hopbush #CF71AD
RGB
CMYK
RGB Variations
Color information
#CF71AD (or 0xCF71AD) is known color: Hopbush. HEX triplet: CF, 71 and AD. RGB value is (207,113,173). Sum of RGB (Red+Green+Blue) = 207+113+173=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF71AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF71AD is #308E52. Grayscale: #939393. Windows color (decimal): -3182163 or 11366863. OLE color: 11366863.
HSL color Cylindrical-coordinate representation of color #CF71AD: hue angle of 321.7º 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 #CF71AD is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 173 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.19 |
| HSL | 321.7º | 0.49% | 0.63% | - |
| HSV(B) | 321.7º | 0.45% | 0.81% | - |
| XYZ | 39.18 | 28.09 | 42.89 | - |
| YUV | 147.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 173 | 0 | 0.45 | 0.16 | 0.19 | 321.7 | 0.49 | 0.63 |
| Hex | CF | 71 | AD | 0 | 2D | 10 | 13 | 142 | 31 | 3F |
| Octal | 317 | 161 | 255 | 0 | 55 | 20 | 23 | 502 | 61 | 77 |
| Binary | 11001111 | 1110001 | 10101101 | 0 | 101101 | 10000 | 10011 | 101000010 | 110001 | 111111 |
Color Harmonies of #CF71AD
Complementary color
Monochromatic Colors of #CF71AD
Black with #CF71AD
Text Example
Text Example
White with #CF71AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF71AD; }
p { color: rgb(207,113,173); }
H1.HeaderClassName
{
color: #CF71AD;
}
.AnyTagClassName
{
color: #CF71AD;
}
</style>
background-color css
<style>
a { background-color: #CF71AD; }
a { background-color: rgb(207,113,173); }
div.DivClassName
{
background-color: #CF71AD;
}
.BgClassName
{
background-color: #CF71AD;
}
</style>
border-color css
<style>
span { border-color: #CF71AD; }
span { border-color: rgb(207,113,173); }
td.TdClassName
{
border-color: #CF71AD;
}
.TagClassName
{
border-color: #CF71AD;
}
</style>