Shades of Hopbush #CF619A
Tints of Hopbush #CF619A
RGB
CMYK
RGB Variations
Color information
#CF619A (or 0xCF619A) is known color: Hopbush. HEX triplet: CF, 61 and 9A. RGB value is (207,97,154). Sum of RGB (Red+Green+Blue) = 207+97+154=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF619A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF619A is #309E65. Grayscale: #888888. Windows color (decimal): -3186278 or 10117583. OLE color: 10117583.
HSL color Cylindrical-coordinate representation of color #CF619A: hue angle of 328.91º 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 #CF619A is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 154 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.19 |
| HSL | 328.91º | 0.53% | 0.6% | - |
| HSV(B) | 328.91º | 0.53% | 0.81% | - |
| XYZ | 35.84 | 24.15 | 33.34 | - |
| YUV | 136.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 154 | 0 | 0.53 | 0.26 | 0.19 | 328.91 | 0.53 | 0.6 |
| Hex | CF | 61 | 9A | 0 | 35 | 1A | 13 | 149 | 35 | 3C |
| Octal | 317 | 141 | 232 | 0 | 65 | 32 | 23 | 511 | 65 | 74 |
| Binary | 11001111 | 1100001 | 10011010 | 0 | 110101 | 11010 | 10011 | 101001001 | 110101 | 111100 |
Color Harmonies of #CF619A
Complementary color
Monochromatic Colors of #CF619A
Black with #CF619A
Text Example
Text Example
White with #CF619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF619A; }
p { color: rgb(207,97,154); }
H1.HeaderClassName
{
color: #CF619A;
}
.AnyTagClassName
{
color: #CF619A;
}
</style>
background-color css
<style>
a { background-color: #CF619A; }
a { background-color: rgb(207,97,154); }
div.DivClassName
{
background-color: #CF619A;
}
.BgClassName
{
background-color: #CF619A;
}
</style>
border-color css
<style>
span { border-color: #CF619A; }
span { border-color: rgb(207,97,154); }
td.TdClassName
{
border-color: #CF619A;
}
.TagClassName
{
border-color: #CF619A;
}
</style>