Shades of Hopbush #CF608D
Tints of Hopbush #CF608D
RGB
CMYK
RGB Variations
Color information
#CF608D (or 0xCF608D) is known color: Hopbush. HEX triplet: CF, 60 and 8D. RGB value is (207,96,141). Sum of RGB (Red+Green+Blue) = 207+96+141=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF608D is #309F72. Grayscale: #868686. Windows color (decimal): -3186547 or 9265359. OLE color: 9265359.
HSL color Cylindrical-coordinate representation of color #CF608D: hue angle of 335.68º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF608D is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 141 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.19 |
| HSL | 335.68º | 0.54% | 0.59% | - |
| HSV(B) | 335.68º | 0.54% | 0.81% | - |
| XYZ | 34.72 | 23.55 | 27.92 | - |
| YUV | 134.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 141 | 0 | 0.54 | 0.32 | 0.19 | 335.68 | 0.54 | 0.59 |
| Hex | CF | 60 | 8D | 0 | 36 | 20 | 13 | 150 | 36 | 3B |
| Octal | 317 | 140 | 215 | 0 | 66 | 40 | 23 | 520 | 66 | 73 |
| Binary | 11001111 | 1100000 | 10001101 | 0 | 110110 | 100000 | 10011 | 101010000 | 110110 | 111011 |
Color Harmonies of #CF608D
Complementary color
Monochromatic Colors of #CF608D
Black with #CF608D
Text Example
Text Example
White with #CF608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF608D; }
p { color: rgb(207,96,141); }
H1.HeaderClassName
{
color: #CF608D;
}
.AnyTagClassName
{
color: #CF608D;
}
</style>
background-color css
<style>
a { background-color: #CF608D; }
a { background-color: rgb(207,96,141); }
div.DivClassName
{
background-color: #CF608D;
}
.BgClassName
{
background-color: #CF608D;
}
</style>
border-color css
<style>
span { border-color: #CF608D; }
span { border-color: rgb(207,96,141); }
td.TdClassName
{
border-color: #CF608D;
}
.TagClassName
{
border-color: #CF608D;
}
</style>