Shades of Hopbush #CF619C
Tints of Hopbush #CF619C
RGB
CMYK
RGB Variations
Color information
#CF619C (or 0xCF619C) is known color: Hopbush. HEX triplet: CF, 61 and 9C. RGB value is (207,97,156). Sum of RGB (Red+Green+Blue) = 207+97+156=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF619C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF619C is #309E63. Grayscale: #888888. Windows color (decimal): -3186276 or 10248655. OLE color: 10248655.
HSL color Cylindrical-coordinate representation of color #CF619C: hue angle of 327.82º 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 #CF619C is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 156 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.19 |
| HSL | 327.82º | 0.53% | 0.6% | - |
| HSV(B) | 327.82º | 0.53% | 0.81% | - |
| XYZ | 36.01 | 24.22 | 34.23 | - |
| YUV | 136.62 | 138.94 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 156 | 0 | 0.53 | 0.25 | 0.19 | 327.82 | 0.53 | 0.6 |
| Hex | CF | 61 | 9C | 0 | 35 | 19 | 13 | 148 | 35 | 3C |
| Octal | 317 | 141 | 234 | 0 | 65 | 31 | 23 | 510 | 65 | 74 |
| Binary | 11001111 | 1100001 | 10011100 | 0 | 110101 | 11001 | 10011 | 101001000 | 110101 | 111100 |
Color Harmonies of #CF619C
Complementary color
Monochromatic Colors of #CF619C
Black with #CF619C
Text Example
Text Example
White with #CF619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF619C; }
p { color: rgb(207,97,156); }
H1.HeaderClassName
{
color: #CF619C;
}
.AnyTagClassName
{
color: #CF619C;
}
</style>
background-color css
<style>
a { background-color: #CF619C; }
a { background-color: rgb(207,97,156); }
div.DivClassName
{
background-color: #CF619C;
}
.BgClassName
{
background-color: #CF619C;
}
</style>
border-color css
<style>
span { border-color: #CF619C; }
span { border-color: rgb(207,97,156); }
td.TdClassName
{
border-color: #CF619C;
}
.TagClassName
{
border-color: #CF619C;
}
</style>