Shades of Hopbush #CF75AF
Tints of Hopbush #CF75AF
RGB
CMYK
RGB Variations
Color information
#CF75AF (or 0xCF75AF) is known color: Hopbush. HEX triplet: CF, 75 and AF. RGB value is (207,117,175). Sum of RGB (Red+Green+Blue) = 207+117+175=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF75AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF75AF is #308A50. Grayscale: #969696. Windows color (decimal): -3181137 or 11498959. OLE color: 11498959.
HSL color Cylindrical-coordinate representation of color #CF75AF: hue angle of 321.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF75AF is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 175 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.19 |
| HSL | 321.33º | 0.48% | 0.64% | - |
| HSV(B) | 321.33º | 0.43% | 0.81% | - |
| XYZ | 39.83 | 29.08 | 44.07 | - |
| YUV | 150.52 | 141.82 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 175 | 0 | 0.43 | 0.15 | 0.19 | 321.33 | 0.48 | 0.64 |
| Hex | CF | 75 | AF | 0 | 2B | F | 13 | 141 | 30 | 40 |
| Octal | 317 | 165 | 257 | 0 | 53 | 17 | 23 | 501 | 60 | 100 |
| Binary | 11001111 | 1110101 | 10101111 | 0 | 101011 | 1111 | 10011 | 101000001 | 110000 | 1000000 |
Color Harmonies of #CF75AF
Complementary color
Monochromatic Colors of #CF75AF
Black with #CF75AF
Text Example
Text Example
White with #CF75AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF75AF; }
p { color: rgb(207,117,175); }
H1.HeaderClassName
{
color: #CF75AF;
}
.AnyTagClassName
{
color: #CF75AF;
}
</style>
background-color css
<style>
a { background-color: #CF75AF; }
a { background-color: rgb(207,117,175); }
div.DivClassName
{
background-color: #CF75AF;
}
.BgClassName
{
background-color: #CF75AF;
}
</style>
border-color css
<style>
span { border-color: #CF75AF; }
span { border-color: rgb(207,117,175); }
td.TdClassName
{
border-color: #CF75AF;
}
.TagClassName
{
border-color: #CF75AF;
}
</style>